• 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 - Sorry if this has been asked...

Is there a way to remove showing Guild status "I.E. Junior Member of XX)?

I found out the time stamp thing.... but cant find the answer to this one.

You can customize what is shown for player names in the MacroQuest.ini file. Scroll to the [Captions] section, and edit out this pattern:

Rich (BB code):
${If[${NamingSpawn.Guild.Length},\n<${If[${NamingSpawn.GuildStatus.NotEqual[member]},${NamingSpawn.GuildStatus} of ,]}${NamingSpawn.Guild}>,]}

To replace this with just the guild name, you would replace the previous with:

Rich (BB code):
${If[${NamingSpawn.Guild.Length},\n<${NamingSpawn.Guild}>,]}

Alternatively, just turn off MQCaptions by setting it to 0.
 
Question - Sorry if this has been asked...

Users who are viewing this thread

Back
Top
Cart