• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

macro command to activate item

Joined
Feb 6, 2007
RedCents
1,683¢
Looking for the macro command to activate an item. In particular my clicky chest item.

I'd like to check if its ready and then activate if it is.


thanks,
 
I am using MQ2Cast but would hope to treat the item like a alt ability or combat ability. IE. check is it ready and cast or only cast under certain conditions, low health or something simular.
 
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
Cart