![]() |
Macro which check my gold in backpack - 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: Macro which check my gold in backpack (/thread-16058.html) |
Macro which check my gold in backpack - Hang - 09-05-2014 Hello. I need a macro which check my gold in backback. I need it to change gold to platinum on rookgard. Will be nice when for example I have 1956 gold bbot could add to variables !gold!=19 . Someone can help me? (Sorry for english, I prefer polish so u could not understand me ![]() RE: Macro which check my gold in backpack - Hang - 09-06-2014 Help me pls! RE: Macro which check my gold in backpack - raphaelgbm - 09-08-2014 Hang, i thinking on it a few days. Because i am leveling makers in rook. I made one but i don't know if gonna be good for you. Try it if works for you, rep me. Macro: balance:=Self.Balance() Self.Say(hi) Macro.Wait(1000) NPC.Say(Deposit All) Macro.Wait(1000) NPC.Say(yes) Macro.Wait(1000) NPC.Say(balance) Macro.Wait(1000) Self.Balance() Macro.Wait(1000) NPC.Say(withdraw !balance!) Macro.Wait(1000) NPC.Say(yes) Macro.Wait(1000) Exit() |