• 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 - Disable window renaming in taskbar? (1 Viewer)

augustbremer

New member
Joined
Jul 10, 2018
RedCents
I use ISBoxer to set custom EQ window names in the Windows taskbar. Once MQ2 loads, it overwrites those with it's own names. Is there a way to disable this feature in MQ2 and if so, will it affect any MQ2 functionality?
 
/cough

Rich (BB code):
    /if (${LoadSpellSet}) /call LoadSpellSet
    /if (${Role.Find[puller]} && ${Bool[${Plugin[MQ2Map]}]}) {
        /squelch /mapfilter CastRadius color 25 225 25
        /squelch /mapfilter SpellRadius color 25 25 225
    }
    /call WinTitle
| -------------------------------------------------------------------------------------
| Main Loop
| -------------------------------------------------------------------------------------

Rich (BB code):
| ----------------------------------------------------------------------------
| SUB: Set Window Title Buffs
| ----------------------------------------------------------------------------    
    Sub WinTitle
        /if (${Debug}) /echo \atDEBUGBUFFS WinTitle Enter \agLine#: ${Macro.CurLine} 
        /SetWinTitle ${Me.Name} (Lvl:${Me.Level} ${Zone.ShortName})
        /if (${Debug}) /echo \atDEBUGBUFFS WinTitle Leave \agLine#: ${Macro.CurLine} 
    /return
 
Question - Disable window renaming in taskbar?

Users who are viewing this thread

Back
Top