What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Using Charge Skill on mount

Status
Not open for further replies.

leonep

New Member
Joined
Jan 7, 2015
Messages
25
Reaction score
0
Normally in game is possible to use the skill Charge on mount but i cannot use in my plugin


if (me.sitOnMount && dist(me.target) < 12)
{
UseSkill("Charge",false);
return;
}

Why is not working?
 
i dont use charge in my plugin, so i cannot give you anything certain. But your method seem fine, so if I were you, I would investigate the skill name, make sure you didnt forget anything (for instance, the ugly stealth pet run is "Run!" the ! is part of the name
 
the plugin work correctly ,the problem is when character is on mount...
in game is possible to use charge on mount i dont understand what is the problem
thanks
 
Status
Not open for further replies.
Back
Top