Thread: Unload event
View Single Post
08/02/15, 11:18 AM   #3
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Originally Posted by Wandamey View Post
maybe you can hook the click on the OK button from the deconnexion confirmation? or just the "show this control" to leave time to your commands to execute.... but i dunno how to /zgoo mouse this thing, good luck

baaah you can /zgoo mouse the "log out" line in the Esc menu for a start.

is it for something you can't do at next startup at all, or update during the session? i can't find any example of it being strictly necessary... do you mind sharing some spoilers please? <-- insert pic of puss in boots


reedit mmmh maybe saving your location for other toons to be able to check it?
Wandamey is right, a bit more details would be helpful.
You can:
- Use the EVENT_PLAYER_DEACTIVATED: But it is not called on logout, only.
- Hook Logout (Security allows it?)
- Hook ESO_Dialogs["LOG_OUT"].buttons[1].callback
  Reply With Quote