BBot - The best bot of the world
[Suggestion] Don't cast Spells in Protection Zone - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: BBot (https://forums.bmega.net/forum-3.html)
+--- Forum: Sugestions (https://forums.bmega.net/forum-21.html)
+--- Thread: [Suggestion] Don't cast Spells in Protection Zone (/thread-19411.html)



[Suggestion] Don't cast Spells in Protection Zone - jasper15 - 02-18-2016

Heya,

Isnt it usefull to add the option: Don't cast Spells in Protection Zone.

Some times the bot keep useing spells and pots. And it will be harder to see if ppl use bot in depot.


RE: [Suggestion] Don't cast Spells in Protection Zone - Catar - 02-22-2016

U can set it up with macro.

Code:
PeZe:=Status.InPZ()

!PeZe!==0 [pz]
ReUser.UnPause(Intense Recovery)
ReUser.UnPause(Haste)
exit()
#et cetera et cetera
{pz}
ReUser.Pause(Intense Recovery)
ReUser.Pause(Haste)
exit()