BBot - The best bot of the world
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 Sp
ike ED 250+.


RE: need Lure Macro 5+ monsters - doxmey - 05-27-2020

(05-20-2020, 01:55 PM)Emsii Wrote:
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 Sp
ike ED 250+.

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:
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 Sp
ike ED 250+.

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.

sure i will, thanks!