BBot - The best bot of the world
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

Ex. When i have 3 hams, don't loot more hams, and drop in floor, or just stop to loot just this hams. And obiouslly when have less 3 ham continue looting it

Quote:I don't wanna eat X food..

Ex. I was botting in Chakoyas, and i dont wanna eat rare fish when he drop it, someone can help me with this?

I will give rep+ if someone help Big Grin


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!