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

Question - Buff Aliases (1 Viewer)

From what I have seen Alias thing may be the way to go
Alias for the buff name and the commands to follow, etc

you can create alias's in macroquest.ini then /bcga //aliasname

like

Rich (BB code):

[Aliases]
/clickfellowship=/itemnotify "${FindItem[=Fellowship Registration Insignia]}" rightmouseup

/bcga //clickfellowship


.....
/if (${ChatText.Find[go to campfire]}) /call GoToCampfire
/if (${ChatText.Find[campfire click]}) /call GoToCampfire

....
Sub GoToCampfire
/if (!${RDPause} && !${Me.Invis}) /call Cast "Fellowship Registration Insignia" item
/call AnnounceMessage "${ChatChannel}" 1 g "Clicking campfire port!"
/return
 
Question - Buff Aliases

Users who are viewing this thread

Back
Top