01-31-2015, 10:29 AM
Hello everyone, I want train my knight, and I need script/macro to move my character if is less then 10 HealthPotions, I try to use protector and option go label, but don"t working.. I think someone can help me
Need MACRO, auto move if x HPots
|
01-31-2015, 10:29 AM
Hello everyone, I want train my knight, and I need script/macro to move my character if is less then 10 HealthPotions, I try to use protector and option go label, but don"t working.. I think someone can help me
01-31-2015, 11:10 AM
Code: 400 {health potion} Misc.ItemCountEx(ID HELAT POTION)<=10 Self.MoveNW() 1st. You must have opened BP with health potion. 2nd. You must use this macro manually after full check.
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
02-07-2015, 08:55 AM
(01-31-2015, 11:10 AM)mr. Kris Wrote: It doesn't work, I can't have active cavebot cuz char follow the slime and move from position.
02-07-2015, 10:37 AM
That is macro...
Do You add ID of health potion? Add this and check auto macro ON.
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
02-07-2015, 01:38 PM
(This post was last modified: 02-07-2015, 01:39 PM by kaiquegabriel.)
Try it:
Code: 2000 {-10 potions logout} Misc.ItemCountEx(266)=<10 Self.MoveNW Self.Logout() You need opened backpack with health potions. If bot count 10 or less potions, move to the hole and wait battle to logout. |
« Next Oldest | Next Newest »
|