It's not broken. It has been replaced with GenericGumpGetToolTipText()...The result is that we cant see any tooltips of generic gumps in the EC.
Hope you can get a fix on the way for it soon.
Thanks!
On virtue gump returns all blank strings so probably something is missing ...The GenericGumpGetToolTipId function has been changed to GenericGumpGetToolTipText. This returns the already localized string which allows us to parse tokens in the c code before it gets to lua.
Yeah good question, how are the parameters for the function?The GenericGumpGetToolTipId function has been changed to GenericGumpGetToolTipText. This returns the already localized string which allows us to parse tokens in the c code before it gets to lua.
GenericGumpGetToolTipText(gumpId, windowName)
the parameters are right, but not all gumps seems to return a string even if there was a cliloc before :/Yeah good question, how are the parameters for the function?
Returns a blank wstring.Code:GenericGumpGetToolTipText(gumpId, windowName)
Fixed thanks for the good response!The virtue gump was indeed broken. In the next patch it will be fixed.
In the EC, after it's fixed, will it then show your character's status in a virtue when you hover over the virtue symbol?Fixed thanks for the good response!
this already exist with the latest version of my uiIn the EC, after it's fixed, will it then show your character's status in a virtue when you hover over the virtue symbol?