This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Mop UI  (Read 2081 times)

Helnesis

  • Registred Member
  • Race Changer
  • *****
  • Posts: 36
    • View Profile
[QUESTION] Mop UI
« 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Skarn

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 807
    • View Profile
    • http://skarn-project.net
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Helnesis

  • Registred Member
  • Race Changer
  • *****
  • Posts: 36
    • View Profile
Re: [QUESTION] Mop UI
« Reply #2 on: March 15, 2014, 07:02:36 pm »
Thanks for this... Just problem (coordinations)
http://puu.sh/7wqUV.jpg

I am very bad in lua ...: (
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [QUESTION] Mop UI
« Reply #3 on: March 16, 2014, 03:30:17 pm »
Quote from: "Helnesis"
Thanks for this... Just problem (coordinations)
http://puu.sh/7wqUV.jpg

I am very bad in lua ...: (

Lines 302 and 303 in the Lua file:

Code: [Select]
               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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Helnesis

  • Registred Member
  • Race Changer
  • *****
  • Posts: 36
    • View Profile
Re: [QUESTION] Mop UI
« Reply #4 on: March 16, 2014, 06:10:09 pm »
Yaw :) Thanks StoneHarry :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »