• 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

Problem - Display Window Titles

gawker

Member
Joined
Sep 19, 2016
RedCents
229¢
Version of KissAssist.mac?
11.001
When did your problem start?
NA
Character Role?
  1. Assist
What class is having this issue?
  1. Magician
How often does this issue occur?
Always
Can you reproduce the issue?
Zoning drops window titles.
When I start Kissassist my window titles display name and zone, which is great for tabbing between windows. If I zone, those titles disappear. How do I get the titles to stay or be added back to the windows?
 
The changing of the titles is done using a command that you as a player can access. This feature is something added on the line just before the main loop, so it will only ever happen on start of the macro.

However, as I said, you can also access this feature manually.

Code:
/SetWinTitle ${Me.Name} (Lvl:${Me.Level} ${Zone.ShortName})

That's the exact command currently in use by KA 11.001. Attach that to a hotkey and then /bcaa //keypress #, where # is the number the hotkey is. Smash it when you wanna refresh the titles. Problem solved.
 
The changing of the titles is done using a command that you as a player can access. This feature is something added on the line just before the main loop, so it will only ever happen on start of the macro.

However, as I said, you can also access this feature manually.

Code:
/SetWinTitle ${Me.Name} (Lvl:${Me.Level} ${Zone.ShortName})

That's the exact command currently in use by KA 11.001. Attach that to a hotkey and then /bcaa //keypress #, where # is the number the hotkey is. Smash it when you wanna refresh the titles. Problem solved.

Awsome! Thanks.
 
Problem - Display Window Titles

Users who are viewing this thread

Back
Top
Cart