Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: osler on March 29, 2013, 05:27:36 pm

Title: [QUESTION] GlueXML errors
Post by: osler on March 29, 2013, 05:27:36 pm
Hi!
I was wondering where are login screen "errors" storaged (those "pop-ups" which appear when, for example, you tipe a wrong unsername or password).
At the moment I´ve looked for  the string "LOGIN_MALFORMED_ACCOUNT_NAME" in the following files:
AccountLogin.lua
AccountLogin.xml
GlueDialog.lua
Gluedialogxml

Any idea on where´s that?
Title: Re: [QUESTION] GlueXML errors
Post by: schlumpf on March 29, 2013, 05:43:59 pm
gluestrings
Title: Re: [QUESTION] GlueXML errors
Post by: osler on March 29, 2013, 06:13:55 pm
I mean the frame which contain that string, not the value of the string.
Sorry if I explained it badly
Title: Re: [QUESTION] GlueXML errors
Post by: schlumpf on March 29, 2013, 06:47:18 pm
Try something like notepad++'s find-in-files tool.
The errors shown might be hardcoded into the binary. At least the fact the error message should show is. I can't remember if it pushes an event which triggers the display of the error or if it pushes the error message itself.