Lure macro request - 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 request (/thread-21160.html) |
Lure macro request - jbobdp - 05-20-2020 Hello, i would like a macro to only stop and attack when 3+ monsters on screen. I tried some old ones from here, but they didnt work. The cave im hunting has Wyrms and elder wyrms. Thanks RE: Lure macro request - doxmey - 05-27-2020 (05-20-2020, 02:26 AM)jbobdp Wrote: Hello, i would like a macro to only stop and attack when 3+ monsters on screen. I tried some old ones from here, but they didnt work. The cave im hunting has Wyrms and elder wyrms. Try: Code: 100 {lure by dox} Creatures.NPCOnScreen()>=3 [else] Killer.Start() lure:=0 Exit() {else} !lure==0 Killer.Stop() Self.Stop() lure:=1 Exit() |