• 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 --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

sham epic macro help (1 Viewer)

Martin66

New member
Joined
Apr 19, 2006
RedCents
Rich (BB code):
#turbo
#include spellcast.inc

Sub Main

:Loop
/if (${FindItem["Blessed Spiritstaff of the Heyokah"].InvSlot} && !${FindItem["Blessed Spiritstaff of the Heyokah"].Timer})
	/call Cast "Blessed Spiritstaff of the Heyokah" item
/end
/doevents
/goto loop

/return
 
Uses mq2cast plugin:
Rich (BB code):
sub main
:loop
/delay 1s
/if (${FindItem["Blessed Spiritstaff of the Heyokah"].Timer}) /goto :loop
/if (${Target.Type.Equal[NPC]}) /casting "Blessed Spiritstaff of the Heyokah|item"
/goto :loop
/return
 
sham epic macro help

Users who are viewing this thread

Back
Top