Hey guys,
Not sure if anyone else ran into conflicts with ISBoxer, HotkeyNet, AHK, etc.
I've found three locations that WinTitle gets changed, and wanted to share with everyone in case anyone else was going bonkers at figuring out how to stop it from changing.
| 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
2. In your Configs folder, locate two files: CharSelect.cfg and zoned.cfg . Open with Notepad (or any editor) and change everything after /SetWinTitle to EverQuest
Not sure if there are other fixes, but found this, wanted to share. Happy Hunting Norrathians
Not sure if anyone else ran into conflicts with ISBoxer, HotkeyNet, AHK, etc.
I've found three locations that WinTitle gets changed, and wanted to share with everyone in case anyone else was going bonkers at figuring out how to stop it from changing.
- In your Macros Folder, locate a file 'kissassist.mac. Hit Ctrl+F (Find) to find 'WinTitle' Quest INI. Search for '/SetWinTitle'. You can go ahead and remove the line. It looks like:
| 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
2. In your Configs folder, locate two files: CharSelect.cfg and zoned.cfg . Open with Notepad (or any editor) and change everything after /SetWinTitle to EverQuest
Not sure if there are other fixes, but found this, wanted to share. Happy Hunting Norrathians