T TripleT New Member Joined Oct 9, 2014 Messages 9 Reaction score 0 Oct 21, 2014 #1 Hi Buddies, Can anyone point me in the right direction to get the name of the current skill being cast? Thank you in advance for you reply!
Hi Buddies, Can anyone point me in the right direction to get the name of the current skill being cast? Thank you in advance for you reply!
O Obs New Member Joined Oct 7, 2014 Messages 34 Reaction score 0 Oct 22, 2014 #2 getSkill(castingSkillId(me)).name
T TripleT New Member Joined Oct 9, 2014 Messages 9 Reaction score 0 Oct 25, 2014 #3 ummm... this returns a value: Log(me.castSkillId.ToString()); //Returns 21571 but this does not: getSkill(me.castSkillId);
ummm... this returns a value: Log(me.castSkillId.ToString()); //Returns 21571 but this does not: getSkill(me.castSkillId);
O Out Active Member Joined Jun 2, 2012 Messages 2,972 Reaction score 13 Oct 26, 2014 #4 getSkill returns only skills, that you character learn, and your mount\slave skills. If you cast skill from item\or some special skills - in this case getSkill return null
getSkill returns only skills, that you character learn, and your mount\slave skills. If you cast skill from item\or some special skills - in this case getSkill return null