Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: Helnesis on March 15, 2014, 06:54:00 pm
-
Hello, i want to export the Interface of Mist of pandaria character creation on wotlk, but i don't know what i have to do, i have the menu, but i have a lot of errors, somebody can explain me what i must export please ?
Helnesis
-
http://www.ac-web.org/forums/showthread ... -Mod/page2 (http://www.ac-web.org/forums/showthread.php?148461-ShowOff-Character-Creation-Screen-Mod/page2" onclick="window.open(this.href);return false;)
-
Thanks for this... Just problem (coordinations)
http://puu.sh/7wqUV.jpg (http://puu.sh/7wqUV.jpg" onclick="window.open(this.href);return false;)
I am very bad in lua ...: (
-
Thanks for this... Just problem (coordinations)
http://puu.sh/7wqUV.jpg (http://puu.sh/7wqUV.jpg" onclick="window.open(this.href);return false;)
I am very bad in lua ...: (
Lines 302 and 303 in the Lua file:
button.nameFrame.text:SetText(name);
--button.nameFrame.text:SetText(tostring(index));
Uncomment the 303 line and comment the 302 line out. This will change it to display each button's ID instead of the race name. You can position each button ID in the XML more easily now, see changes by opening WoW with the -console argument, hit tidle key to open console, and 'reloadui' will reload the XML and Lua.
And you are still missing the main button texture.
-
Yaw :) Thanks StoneHarry :)