View Single Post
05-07-22, 09:57 PM   #4
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Originally Posted by Xrystal View Post
I might be missing something obvious but .. is there a chance that PLAYER_ENTERING_WORLD is triggering before PLAYER_LOGIN meaning that the .login and .reload flags don't get set until the reload, or if PLAYER_LOGIN is triggered first.

Outside of that old chestnut which may or may not have been fixed since I noticed that problem several years back I can't see anything else myself.
That could be it, yes. I'll try ADDON_LOADED instead.

Originally Posted by Fizzlemizz View Post
What is TSM_StringConverter and is it LOD?

If it is, maybe it is loaded by the "host" addon at PLAYER_LOGIN meaning that event will have already passed before TSM_StringConverter is loaded... or some shenanigans like that.
It isn't LOD. It converts player-created batches of itemIDs from TradeSkillMaster3 format 1234,2345,3456 to TradeSkillMaster4 format i:1234,i:2345,i:3456. The addon does not depend on TSM to be installed, although if a user does not have TSM, this addon isn't going to be useful.
  Reply With Quote