![]() |
drop strong mana potions - 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: drop strong mana potions (/thread-16258.html) |
drop strong mana potions - cibor12 - 09-29-2014 Need macro for drop strong mana potion. I'm check the drop vials in bbot and doesnt work ! RE: drop strong mana potions - erleo - 09-30-2014 Empty or full? [macro]100 {Throw FULL SMP} ID:=237 X:=Self.X() Y:=Self.Y() Z:=Self.Z()Map.Thrown(!ID!, 1, !X!, !Y!, !Z!)[/macro] [macro]100 {Throw Empty SMP} ID:=283 X:=Self.X() Y:=Self.Y() Z:=Self.Z()Map.Thrown(!ID!, 1, !X!, !Y!, !Z!)[/macro] |