![]() |
About a macro for paladin with Royal Spear - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: About a macro for paladin with Royal Spear (/thread-4383.html) |
About a macro for paladin with Royal Spear - Snoopy - 09-08-2012 Hello I have looked around on the forum for a while now but can't find a straight answer on the question. So my questions is someone can help me with following things: 1. When I'm botting in a cave with the BBOT and get under 5 RS I want to leave the cave for refill. 2. When I get to town and the BBOT have deposit my loot, I want it to count the RS I got left in the hand and withdraw the right amount of gold to buy RS so I get 50 cap left. 2.1 The important there is to make it buy the right amount of RS so I just have 50 cap left. RS = Royal Spear. Kindly regards Snoopy!! ![]() Really like this BOT and the script makers doing a nice WORK!!!! RE: About a macro for paladin with Royal Spear - Kimoszin - 09-08-2012 1. FullCheck (X Y Z:Full Deposit Else Keep Hunting Code 7378<=5) http://wiki.bmega.net/doku.php?id=add_types#full_check_label 2. Cave Bot -> Right Click on list -> Depositer 2.1. I think to check the cap does not, but can you put the exact amount. Cave Bot -> Right Click on List -> Buy RE: About a macro for paladin with Royal Spear - Dexter - 09-08-2012 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: Code: Label (X Y Z:keepHunting) RE: About a macro for paladin with Royal Spear - Snoopy - 09-10-2012 Thank you guys so much got it to work now ![]() You get my ++++++!! ![]() |