![]() |
Lure 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: Lure macro (/thread-18221.html) |
Lure macro - bozia - 07-06-2015 Hi i need lure macro lure 4-6 monster and spam exori plax i need fast RE: Lure macro - kaiquegabriel - 07-06-2015 I can make one when 4+ monsters, stop cavebot and spam some exoris, when 0 monsters on screen, start cavebot again. RE: Lure macro - bozia - 07-06-2015 can u give ? :x RE: Lure macro - kaiquegabriel - 07-07-2015 Try Code: 2000 {exori 4+} Creatures.Beside()=>4 Cavebot.Stop() Self.Say(Exori) Macro.Wait(4000) Self.Say(Exori) Code: 1000 {restart cave} Creatures.Beside()=<1 Cavebot.Start() RE: Lure macro - bozia - 07-09-2015 Thanks Men <3 RE: Lure macro - kaiquegabriel - 07-09-2015 works? RE: Lure macro - lukasze - 07-09-2015 Quote:2000 {exori 4+} Creatures.Beside()=>4 Cavebot.Stop() Self.Say(Exori) Macro.Wait(4000) Self.Say(Exori) I think that it would be better if Creatures.Beside() change On Creatures.ByRange(3) Because it has a lure as it can not be from one grid to the form character and i hink it was better to inseparable stop CB and Exori Something like that: Quote:500 {CB OFF} Creatures.ByRange(3)>=4 Cavebot.Stop() Quote:2000 {exori 4+} Creatures.Beside()>=1 Self.Say(Exori) Quote:500 {CB ON} Creatures.ByRange(3)<=1 Cavebot.Start() RE: Lure macro - wekoz - 08-10-2015 Good macro |