Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with macro
#1
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
Reply
#2
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
Reply
#3
(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
Reply
#4
(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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)