king_adam
06-11-2016, 16:28
Hi, i'm using blackd on custom 7.72 server, where I can use one spell in 1 second. So basically, if I'm using setSpellKill in cavebot my character gets exhausted spaming heal and attack spell or using attack spell instead of heal spell and I die :mad:. One way to avoid it, its setting my spells in CONDs, here's what it looks:
$myhp$
#number<=#
75
0
500
0
HEALING SPELL
$myhp$
#number>=#
75
0
500
0
ATTACK SPELL
but bot is using it all the time, here's my question how can I make it to use this setting only when monsters are on screen, for example 3 sqm from me?
And another question. Can I make my character to stand front to attacked monster?
Thanks for help. ;):p
$myhp$
#number<=#
75
0
500
0
HEALING SPELL
$myhp$
#number>=#
75
0
500
0
ATTACK SPELL
but bot is using it all the time, here's my question how can I make it to use this setting only when monsters are on screen, for example 3 sqm from me?
And another question. Can I make my character to stand front to attacked monster?
Thanks for help. ;):p