• 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 --->

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