File Details
RPSceneTracker.zip
- R
- Jun 19, 2026
- 52.54 KB
- 7
- 12.0.7
- Retail
File Name
RPSceneTracker.zip
Supported Versions
- 12.0.7
TRP3 Name Integration in Logs
- Fixed the in-game Log tab and exported logs to display TRP3 character names instead of raw WoW character names, matching the behavior already present in the Timeline and Participants tabs.
- Fixed the player's own TRP3 name not being resolved.
TRP3.GetProfile()now usesTRP3_API.profile.getPlayerCurrentProfile().playerfor the current player, since the player's profile is stored separately from the register used for other characters.
OOC Classification for Emotes
- Fixed
/e (i'm afk),/e (ooc),/e (brb), and similar emotes not being classified as OOC. The emote handler now checks for OOC content before defaulting to the EMOTE type.
Built-in Text Emote Rendering
- Fixed built-in emotes (
/laugh,/cry, etc.) showing as "Charactername You laugh" in logs. Text emotes (CHAT_MSG_TEXT_EMOTE) are now handled separately from custom/eemotes — the redundant name prepend is removed, "You" is replaced with the display name, and the verb is conjugated to third person ("laugh" → "laughs", "cry" → "cries", etc.).

