BBot - The best bot of the world

Full Version: Lure macro request
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 Smile
(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.

Thanks Smile

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()