• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Kiting in nest (1 Viewer)

Target Macro from Raven's Lair, that I slightly edited to auto Cacophony and Fortified Bellow when they are available, I am thinking of adding script to turn off twist and pop Song of Stone when you have mob under 60% soon.

works great, I whenever go kiting I alway am sure to load it, I like to leave bard in Large Murkglider room where Zun`Muram Volklana spawns at the back of.

Rich (BB code):
#turbo 
#event camp "personingroup tells the group, 'lets roll' 
#event dzadd "personyouwanttoadd tells you, 'add me' 
#event invite "#*#invites you to join#*#" 
#Event Zoned "#*#You have entered#*#"
|#Event check "#*# says out of character, '#*#camp check#*#'"
|#event check "#*# says out of character, '#*#Camp Check#*#'"
|#event check "#*# says out of character, '#*#CC plz#*#'"
 
Sub Main 
 
   


:loopstart
/doevents
/call GMcheck
/IF (${Target.Name.Find[misguided_beludu_Creque]}) {
/target npc next
}
/IF (${Target.Name.Find[a_venemous_stonemite]}) {
/target npc next
}
/if (${Target.Level}>67) /tar npc next
/if (${Target.Distance}>220) /keypress esc
/if (${Target.ID}==FALSE) /tar NPC radius 220
/delay 10
/if (${Me.AltAbilityTimer[Fortified Bellowing]} == 0) { 
   /delay 5s
   /aa act Fortified Bellowing
 }
/delay 10
/if (${Me.AltAbilityTimer[Cacophony]} == 0) {
  /delay 5s 
  /aa act Cacophony
}
/goto :loopstart
/return 
 
 Sub GMcheck 
 /if (${Spawn[gm].ID}) { 
 /echo Gm detected 
 /beep
 /beep
 /beep 
 /stoptwist
 /endmac
 /q
 } 
 /return 
 
 Sub event_camp 
 /sit 
 /camp desk 
 /return 
 
 sub event_zoned 
 /delay 5s 
 /camp desktop
 /endmac
 /return 

 sub event_dzadd
 /dzadd personyouwanttoadd
 /return

 sub event_invite 
 /invite 
 /return
 
Id love a nest macro too but the amount of HPs and the fact that its not outside is going to make it hard to run a bard macro in there.

Now if only they would put the dark spirit back in nek forest id be a happy camper during teh XP week
 
If you have Run 8 you can easily kite anything without needing to play Selo's, atm my bard has Run 6 but I hardly ever use Selo's for kiting unless I know the mobs I am going to kite Run at bard Speed
 
Pathing is AFU in nest (and everywhere else I've tried) atm, I can't find a spot that will reliably hold a circle mac for more than 10 minutes. If there is a good afk kiting spot nowadays, I haven't found it (and would like to know if someone does :) )
 
Kiting in nest

Users who are viewing this thread

Back
Top