09-08-2012, 03:33 PM
Answers:
1) Use a macro like this: 0 {checkSpear} Misc.ItemCountEx(ID_SPEAR)<=5 CaveBot.GoLabel(refill)
After below the macro "checkSpear" put a command Fullcheck Label to check the cap and potions. Eg: Fullcheck (X Y Z:Full refill Else keepHunting Code cap<=VALUE;268<=VALUE)
2) Use a command that option Trade: http://wiki.bmega.net/doku.php?id=trade_types
Eg:
1) Use a macro like this: 0 {checkSpear} Misc.ItemCountEx(ID_SPEAR)<=5 CaveBot.GoLabel(refill)
After below the macro "checkSpear" put a command Fullcheck Label to check the cap and potions. Eg: Fullcheck (X Y Z:Full refill Else keepHunting Code cap<=VALUE;268<=VALUE)
2) Use a command that option Trade: http://wiki.bmega.net/doku.php?id=trade_types
Eg:
Code:
Label (X Y Z:keepHunting)
...
Point (X Y Z)
Point (X Y Z)
Macro (X Y Z:checkSpear)
Fullcheck (X Y Z:Full refill Else keepHuntgin Code cap<=VALUE;268<=VALUE)
Label (X Y Z:refill)
Point (X Y Z)
Point (X Y Z)