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

Request - Group invs (1 Viewer)

agonydox

Member
Joined
Jan 22, 2016
RedCents
54¢
What would be the way to have your group all use a cloudy potion for invs, then auto reapply it if their individual potion wore off ? Is this possible ? I believe I understand how to apply it initially. I appreciate any advice, thank you!
 
/if (!${Me.Invis} && ${FindItemCount[Cloudy Potion]}) /casting "Cloudy Potion|Item"

is a simple way to achieve that.

This can be used in a downshit or in a macro. As a downshit you'll want to make note of the downflag# so that you can toggle it on or off as needed.

downflag0=1
downshit0=/if (!${Me.Invis} && ${FindItemCount[Cloudy Potion]}) /casting "Cloudy Potion|Item"

to default to on, if you want this to stop occuring you can type

/melee downflag0=0

inversely if you want to turn it back on you can type

/melee downflag0=1
 
Request - Group invs

Users who are viewing this thread

Back
Top