BBot - The best bot of the world

Full Version: need Lure Macro 5+ monsters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

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+.
(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.
(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!