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
-
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?
-
gluestrings
-
I mean the frame which contain that string, not the value of the string.
Sorry if I explained it badly
-
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.