• 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

/if my ranged is ready i want to do this.

nijhal

Member
Joined
Feb 22, 2006
RedCents
10¢
Im writing a macro.

What is the command for /if (${Me.Ranged ready call (this sub)
 
The check is going to be against ${Me.RangedReady}
Rich (BB code):
bool RangedReady  	Ranged attack ready?   (From the mq2 manual)

and to execute the ranged attack:
Rich (BB code):
/ranged

That will execute a ranged attack on your target, you can also add the target ID at the end if you want to hit a different target than you have targetted. Good luck =)

Rich (BB code):
/if (${Me.RangedReady})  /ranged
 
/if my ranged is ready i want to do this.

Users who are viewing this thread

Back
Top
Cart