Automove on low life problem

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

AngryBomby
Noob
Noob
Posts: 1
Joined: 22 Aug 2014, 18:34
Noob?: Yes

Automove on low life problem

#1 Post by AngryBomby »

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?
otaku
Human
Human
Posts: 28
Joined: 29 Nov 2013, 21:50
Noob?: No
Location: Brazil

Re: Automove on low life problem

#2 Post by otaku »

It will probably work with a timeout.

Code: Select all

doCommand move 189 102 {
   hp < 30%
   timeout 60 
}
I'm watching my TV or is it watching me?