Hi all, i need help with AOE ground targeted spell like "Skewer" from Vitalism...
possible solution: we need know the target coordinates x.y.z. and when I known this coordinates use this coordinates for skill targeting point...
or exist any easy way ?
Any one help me with this issue please?
Thanks,,,
I didnt find any solution in other plugin...if (skillCooldown("Skewer") == 0)
{
UseSkillAndWait("Skewer");
Log("Used: Skewer");
Thread.Sleep(100);
}
possible solution: we need know the target coordinates x.y.z. and when I known this coordinates use this coordinates for skill targeting point...
or exist any easy way ?
Any one help me with this issue please?
Thanks,,,