With the latest game update, EQ2 added a color code to the zone name, resulting in a log line like so:
You have entered \#00FF00Buried Takish'Hiz: Empire of Antiquity [Contested].
When using the [<-Zone] button in Custom Triggers, that color code is included in the Category.
When sharing a trigger with that zone name, the "C=" category strips out the color code. So the shared trigger will not work for the recipient if the "Restrict to Category Zone" checkbox is checked.
I also submitted a feedback to Daybreak games, but the chance of them reverting this change is, in my opinion, small. And I'm afraid they will start coloring all of their future zone names.
So, could that color code be stripped out of the zone name in ACT? I tried just modifying the "You have entered"... regex in the English parser, and that is not enough. The title bar in ACT constantly updates it. And it comes in with each OnLogLineRead() callback logInfo.detectZone in a plugin.
Comments