05-20-2020, 02:26 AM
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
Thanks
Lure macro request
|
05-20-2020, 02:26 AM
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
05-27-2020, 12:09 AM
(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() |
« Next Oldest | Next Newest »
|