BBot - The best bot of the world
Macro URGENTE - 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: Macro URGENTE (/thread-5298.html)



Macro URGENTE - NinhoT - 11-10-2012

Estou fazendo alguns chars em rook e estou tendo problema com a quantidade de gps que ele cata preciso realmente q cate pois ele gasta potions para upar rapido os lvls 8 mais precisaria de algum macro que ao chegar em por exemplo mais de 500 gps ele dropa a quantia extra que pegar mantendo sempre 500 gps no char.


RE: Macro URGENTE - spiff26 - 11-10-2012

Code:
1000 {drop gold} Misc.ItemCountEx(3031)>500 Total:=Misc.ItemCountEx(3031) VarSub(Total, 500) X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Thrown(3031, !Total!, !X!, !Y!, !Z!) Exit()