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: [LUA BUG] Character Create - Lua Bug  (Read 1675 times)

raresrap

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
[LUA BUG] Character Create - Lua Bug
« on: December 09, 2016, 12:32:10 pm »
Hello.

I am trying to delete all the icons except humans from the character create panel.
I've seen that this is possible. I found this pic online : https://postimg.org/image/i1srrcv2f/


I'd like to do the same but when I add the lua files to my mpq archive it give me this error : https://postimg.org/image/nkt5o2awv/

It doesn't matter if I modify the files or not, it gives the same error. I tried a few modded  wow.exe from internet.


Could you help me please ? What am I doing wrong ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Grymskvll

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 65
    • View Profile
Re: [LUA BUG] Character Create - Lua Bug
« Reply #1 on: December 10, 2016, 01:50:48 am »
Quote from: "raresrap"
It doesn't matter if I modify the files or not, it gives the same error.

You might be modifying an outdated version of the interface file. Think you want the one from patch-xxXX-2.MPQ
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

noc

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 121
    • View Profile
Re: [LUA BUG] Character Create - Lua Bug
« Reply #2 on: December 11, 2016, 01:25:59 pm »
have you modify the xml file or the dbc file?

noc

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 121
    • View Profile
Re: [LUA BUG] Character Create - Lua Bug
« Reply #3 on: December 11, 2016, 01:26:43 pm »
have you modify the xml file or the dbc file?

raresrap

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: [LUA BUG] Character Create - Lua Bug
« Reply #4 on: December 17, 2016, 02:42:31 pm »
I edited XML Files.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

raresrap

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: [LUA BUG] Character Create - Lua Bug
« Reply #5 on: December 17, 2016, 03:24:12 pm »
Quote from: "Grymskvll"
Quote from: "raresrap"
It doesn't matter if I modify the files or not, it gives the same error.

You might be modifying an outdated version of the interface file. Think you want the one from patch-xxXX-2.MPQ



Thank you. Now if I put this files in the game as they were, there is no error.


All I need to figure out now is how to delete a race. I tried dbc, it's not working, it only makes it unsuable but still selectable. Same thing with worldserver.conf . I think it's charactercreate.xml but I can't find what I need
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [LUA BUG] Character Create - Lua Bug
« Reply #6 on: December 18, 2016, 12:45:22 pm »
Quote from: "raresrap"
Quote from: "Grymskvll"
Quote from: "raresrap"
It doesn't matter if I modify the files or not, it gives the same error.

You might be modifying an outdated version of the interface file. Think you want the one from patch-xxXX-2.MPQ



Thank you. Now if I put this files in the game as they were, there is no error.


All I need to figure out now is how to delete a race. I tried dbc, it's not working, it only makes it unsuable but still selectable. Same thing with worldserver.conf . I think it's charactercreate.xml but I can't find what I need

It is charactercreate xml that you need to modify. It defines a series of buttons for each race. You can't just delete them because other places reference this and it will error, but you could easily hide all the buttons apart from one (button:Hide()).
« Last Edit: January 01, 1970, 01:00:00 am by Admin »