Need this macros - 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: Need this macros (/thread-14682.html) |
Need this macros - Ruleoxd - 04-16-2014 Quote:When have X number of item, stop to loot it and put in ground or only stop to loot it Quote:I don't wanna eat X food.. I will give rep+ if someone help RE: Need this macros - raphaelignacio - 04-16-2014 First Quote Code: 1000 {Food} Misc.ItemCountEx(ID OF HAM)>3 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Thrown(ID OF HAM, 1, !X!, !Y!, !Z!) Detail: Put "Ham" in your looter, and put the "Ham" in a Backpack that is always open! Second Quote Code: 15000 {Use Ham} Hotkey.Use(ID OF HAM) Detail: You can change the ID for diferent ones! |