• 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

Question - Buff Aliases

SBS1141

Well-known member
Joined
Dec 30, 2018
RedCents
491¢
I want to set my toons up to buff on demand for single tar buffs is there a way to do that ? and still run kiss? ihc ?
 
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
Cart