![]() |
Loot from floor? - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: Loot from floor? (/thread-10042.html) |
Loot from floor? - krysteksulek - 06-05-2013 Hi. I want to know if in bbot i can loot any items from floor [for example gold coins] Can I find there any settings or it is possible to write any macro for that? Please help ![]() RE: Loot from floor? - Kimoszin - 06-08-2013 http://forums.bmega.net/thread-1530.html?highlight=PickUpEx RE: Loot from floor? - Renee.ibanez - 06-09-2013 200 {Push MAX } ID:=3031 ## ID OF ITEM ON GROUND X:=Self.X Y:=Self.Y Z:=Self.Z Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!) -------------------------------------------------- Si deseas que recoja mas cosas de nuevo solo lo vuelves a pegar y le cambias el ID ![]() If you want to collect more stuff again just paste it again and change the ID ![]() RE: Loot from floor? - krysteksulek - 06-09-2013 So if i want to pick up more items i need to create next macro or can I put another ID here? If yes, please explain how. And I have question: is this macro Safe? Becouse I didn't want to be banned ? RE: Loot from floor? - Dexter - 06-11-2013 (06-09-2013, 02:05 PM)krysteksulek Wrote: So if i want to pick up more items i need to create next macro or can I put another ID here? Put another ID at the end of the macro. Macro is safe, but if you using bot, none bot is safe. ![]() |