![]() |
Help me need macro! - 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: Help me need macro! (/thread-14578.html) |
Help me need macro! - moonlike - 04-09-2014 I need a macro that throws the gold coin falls knight knight armor or legs, or some other valuable item. Please help me ! ![]() -------------------------------------- Potrzebuje macro które wyrzuca gold coin gdy wypadnie knight armor albo knight legs lub jakiś inny cenny item. Proszę pomóżcie mi ! ![]() RE: Help me need macro! - raphaelignacio - 04-09-2014 (04-09-2014, 11:03 AM)moonlike Wrote: I need a macro that throws the gold coin falls knight knight armor or legs, or some other valuable item. Please help me ! When X Capacity? RE: Help me need macro! - moonlike - 04-09-2014 When <120 cap ![]() RE: Help me need macro! - raphaelignacio - 04-09-2014 Here you are Bro, dont forget to REP++ ![]() Sorry, this is the correct one! Code: 1000 {Thrown Itens} Self.Capacity()<120 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Thrown(3031, -1, !X!, !Y!, !Z!) Misc.ItemCountEx(3031)<1 Self.Capacity()<120 Map.Thrown(3370, 1, !X!, !Y!, !Z!) Self.Capacity()<120 Map.Thrown(3371, 1, !X!, !Y!, !Z!) RE: Help me need macro! - moonlike - 04-09-2014 Thx man <3 Please close post ![]() |