BBot - The best bot of the world
Help with 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 with macro (/thread-18356.html)



Help with macro - Kaszma - 08-09-2015

I need help with a macro.
Its a "anti-lure"

If monster X+Y+Z > 4 = stop targeting with wait of 10 sec (can be stucked with lure) and go to label refill for an example - after 10 sec if the number of monsters is lower than 4, he turns targeting on again


RE: Help with macro - erleo - 08-09-2015

Try this:
[macro]500 {Anti-Lure} Creatures.OnScreen()>=4 [sp] Killer.Stop() Cavebot.Stop() VarMult(Wait, 10) CaveBot.GoLabel(NAME_LABEL) Exit() {sp} VarMult(Wait, 10) Creatures.OnScreen()<4 Killer.Start() Cavebot.Start() Exit() [/macro]

Info:
Change that <(NAME_LABEL)>
PD: I'm not good making macros hahaha


RE: Help with macro - Kaszma - 08-09-2015

(08-09-2015, 06:50 PM)erleo Wrote: Try this:
[macro]500 {Anti-Lure} Creatures.OnScreen()>=4 [sp] Killer.Stop() Cavebot.Stop() VarMult(Wait, 10) CaveBot.GoLabel(NAME_LABEL) Exit() {sp} VarMult(Wait, 10) Creatures.OnScreen()<4 Killer.Start() Cavebot.Start() Exit() [/macro]

Info:
Change that <(NAME_LABEL)>
PD: I'm not good making macros hahaha

Thanks a lot bro!!

The place i want to use it is closed at my world. I'll wait the night come and test it when is empty.
Soon i test the macro i'll post here my feedback, anyway, thanks for try, even it works or not, i gave you a +rep


RE: Help with macro - Botek1222 - 08-18-2016

(08-09-2015, 06:50 PM)erleo Wrote: Try this:
[macro]500 {Anti-Lure} Creatures.OnScreen()>=4 [sp] Killer.Stop() Cavebot.Stop() VarMult(Wait, 10) CaveBot.GoLabel(NAME_LABEL) Exit() {sp} VarMult(Wait, 10) Creatures.OnScreen()<4 Killer.Start() Cavebot.Start() Exit() [/macro]

Info:
Change that <(NAME_LABEL)>
PD: I'm not good making macros hahaha

Can you give me macro like that but i want lure script not anti-lure please? Big Grin