![]() |
need Lure Macro 5+ monsters - 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 Lure Macro 5+ monsters (/thread-21161.html) |
need Lure Macro 5+ monsters - Emsii - 05-20-2020 Looking for Lure macro, i need macro which turns on killer when 5 or more monsters on screen, saw Catars lure macro but its for 3 or more monster, i havent clue how to edit macro to make it 5+ monsters, wanna make full afk for Spike ED 250+. RE: need Lure Macro 5+ monsters - doxmey - 05-27-2020 (05-20-2020, 01:55 PM)Emsii Wrote: Code: 100 {lure by dox} Creatures.NPCOnScreen()>=5 [else] Killer.Start() lure:=0 Exit() {else} !lure==0 Killer.Stop() Self.Stop() lure:=1 Exit() Try this. RE: need Lure Macro 5+ monsters - Emsii - 06-15-2020 (05-27-2020, 12:08 AM)doxmey Wrote:(05-20-2020, 01:55 PM)Emsii Wrote: sure i will, thanks! |