![]() |
NEED HELP WITH EASY 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: NEED HELP WITH EASY MACRO (/thread-10015.html) |
NEED HELP WITH EASY MACRO - tytanix123 - 06-03-2013 Can someone share with me macro which will lure wyrms (drefia) , re-active cavebot if stucked 50 secounds? and explain where to paste it ![]() REP ! RE: NEED HELP WITH EASY MACRO - kamill - 06-05-2013 1000 {stucked} Misc.StandTime()>50 Cavebot.Stop() Cavebot.Start() Paste to new macro, allow auto macros enabled. RE: NEED HELP WITH EASY MACRO - oscar - 06-05-2013 Code: 10000 {Anti Trap Cavebot} Misc.StandTime()>50 Cavebot.Stop() Cavebot.Start() Code: 1000 {Stuked} {AntiStuck} Status.InPZ()==0 Self.MoveW Macro.Wait(300) Self.MoveN Macro.Wait(300) Self.MoveS Code: 0 {Stuked} CaveBot.Stop() Self.MoveN() CaveBot.Start() ![]() Then just open Macros: and click "Auto Macros Enabled" Kind regards Oscar RE: NEED HELP WITH EASY MACRO - tytanix123 - 06-10-2013 Oscar I love you for that ! u helped me few times but i can only give u one rep ! U ARE BIG MAN ! thanks ;* RE: NEED HELP WITH EASY MACRO - oscar - 06-11-2013 (06-10-2013, 04:42 PM)tytanix123 Wrote: Oscar I love you for that ! u helped me few times but i can only give u one rep ! U ARE BIG MAN ! thanks ;*No problem bro! |