I am editing a bot and try to learn how it works. But I have an issue:
In between two MoveTo() I use:
$SkillToCast = 1
CastSkill($SkillToCast, -2)
Sometimes it works, sometimes not. I also added a Sleep before and after but that does not work.
Maybe someone can help me with that, what am I doing wrong?
and what is the difference between Sleep() and PingSleep()?
thanks for your help.
In between two MoveTo() I use:
$SkillToCast = 1
CastSkill($SkillToCast, -2)
Sometimes it works, sometimes not. I also added a Sleep before and after but that does not work.
Maybe someone can help me with that, what am I doing wrong?
and what is the difference between Sleep() and PingSleep()?
thanks for your help.