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

macro command to activate item (1 Viewer)

Default syntax for MQ2Cast item is below will target you then cast .
Rich (BB code):
/casting "Item Name"|item -targetid|${Me.ID}

As far the if statement health<50? do I have the item? is the item ready to cast?
Rich (BB code):
/if ({Me.PctHPs}<50 && ${FindItem[=Item Name].ID} && ${FindItem[Item Name].Timer}==0 ) /casting "Item Name"|item -targetid|${Me.ID}
 
macro command to activate item

Users who are viewing this thread

Back
Top