Closed Syllendel closed 2 years ago
Tested again without any other mod/plugin loaded (Restarted the game with an empty default.txt then manually loaded the 'addons' plugin and my addon to display the e.mode). Issue still occurs.
This is expected behavior, Ashita returns the full true mode id as it is in the client since it can hold other useful information. To pull the id itself you can use:
-- Obtain the chat mode..
local mid = bit.band(e.mode_modified, 0x000000FF); -- Or use e.mode if you need the absolute original.
Ashita Version (Type /ashita in-game to get this.) v4.0.0.4
FFXI Version (Type /version in-game to get this.) 30211225_1
Windows Version (ie. Start > About Your PC) Windows 10 Enterprise LTSC version 1809 build 17763.2452
Describe The Bug Some messages appear with weird e.mode instead of the expected one. I've seen this happen after loading a zone or loading/unloading/reloading any addon or plugin. This last several seconds before going back to normal until the next zone/loading/etc... When this happens, the messages are still correctly displayed by the game (proper chat window and color).
Steps To Reproduce Add the following in an addon:
Then change zone or unload or load or reload an addon or plugin.
Screenshots
Additional Information