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

Continuous casting

papagal

Member
Joined
Dec 11, 2014
Messages
68
Reaction score
0
Is it possible technically, and just a matter of writing the routine, or the bot is still not capable of handling "channeled" spells?
I've been digging through the help file and forums, but can't seem to find anything.

Skills like Incinerate are pretty much useless, since the bot is doing a single cast every tick.
 
Isn't the "Always attack in place" option there for that? You could give it a try.
 
Is it possible technically, and just a matter of writing the routine, or the bot is still not capable of handling "channeled" spells?
I've been digging through the help file and forums, but can't seem to find anything.

Skills like Incinerate are pretty much useless, since the bot is doing a single cast every tick.
For skills like incinerate, you can use the API to emulate holding down on a key. What happens with the continuous attacking, is the
Code:
return true
after the skill is casted, therefore re-iterating the logic and re-casting.
 
Back
Top