436
Endless Nights' Script Library / Re: ENs - Character ToolBox (Multi Shard/Account)
« on: September 30, 2019, 04:56:40 PM »
So the problem with the logout is probably because of the following conflict:
YesNo_gump (used for the logout) is currently set to UULC.
Notice this set of ignorecont statements:
I just commented out that line and with cybercasper's vars it is logging in and out smoothly.
Gaderian
YesNo_gump (used for the logout) is currently set to UULC.
Notice this set of ignorecont statements:
Code: [Select]
;--------------------------------------------------------------------------------------------------
;----------------- Add this since Build 248 by Cheffe courtosy of The Ghost --------------------
;--------------------------------------------------------------------------------------------------
; Ignores the little translucent tool tip gumps that popup when you mouse over the buttons
;ignorecont reset
ignorecont UULC
ignorecont YCLD
ignorecont GXJC
ignorecont UGQB
ignorecont GVKC
ignorecont SVP
ignorecont SXQ
ignorecont IGHC
ignorecont QCPD
ignorecont MSMC
That first "ignorecont UULC" statement means that the YesNo_gump will be ignored by the current client.I just commented out that line and with cybercasper's vars it is logging in and out smoothly.
Gaderian