10-10-2013, 10:00 PM
also you should just use ca:Cast() when you use ActionCast you should be passing the correct type, 0 is not a type. the
Enum is :
ACTIONS = 1,
ITEM = 2,
GENERAL = 5,
MINIONS = 8,
CRAFT = 9,
MAINCOMMANDS = 10,
PET = 11,
MOUNT = 13,
when you use actionObj:Cast() it is for self cast spells and actionObj:Cast(targetId) - well you get the picture
Enum is :
ACTIONS = 1,
ITEM = 2,
GENERAL = 5,
MINIONS = 8,
CRAFT = 9,
MAINCOMMANDS = 10,
PET = 11,
MOUNT = 13,
when you use actionObj:Cast() it is for self cast spells and actionObj:Cast(targetId) - well you get the picture