Hi, i've wrote this piece of code inside config.txt to farm magmaring on veins. There's always a priest group on center of the map to buff and heal other members, and i need to move my chara to the center when my hp is lower than 30%.
This is the code:
Code: Select all
doCommand move 189 102 {
hp < 30%
}
The problem is that my bot, when the life is lower than 30%, continues spamming "calculating route to: Veins Field(ve_fild03) : 189, 102" and stuck at same coordinate without any effective movement. Any ideas to fix dat?