I have one spell in my AutoEXP Plugin, that I just can't get to work. Can anyone of you see an error in the following code snippet?
All my other spells are build like this, and work so far. Just that one stupid spell won't seem to get used...
Code:
if (skillCooldown("Insulating Lens") == 0)
{
UseSkill("Insulating Lens ", true);
Thread.Sleep(100);
}
All my other spells are build like this, and work so far. Just that one stupid spell won't seem to get used...






