On config.txt
Code: Select all
doCommand is Level 5 Heal {
hp < 90%
timeout 10
whenNotPermitSkill 1
disabled 0
}
doCommand ss 28 5 {
hp < 90%
timeout 10
whenPermitSkill 1
disabled 0
}
Code: Select all
macro healhim {
do is Level 5 Heal; do sp 28 0 5;
}
Instead of doing the command on macro; the bot automatically cast Heal Level 5 to itself, giving me no option to cast it to other people. When I manually type "is Level 5 Heal", same thing happens, the will automatically cast it onto itself. Is this a bug or has it been changed intentionally? Thanks!
Just to add up another thing: When I manually typed "is Level 5 Lightning Bolt" on the console, the bot automatically cast the Lightning Bolt onto itself.