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: Max Charcaters problem <FIXED>  (Read 3464 times)

nicepants

  • Registred Member
  • Race Changer
  • *****
  • Posts: 31
    • View Profile
Max Charcaters problem <FIXED>
« on: February 23, 2011, 07:28:27 pm »


i have 20 races and it shows this when i go to char screen

i have MAX_RACES = 20 and when i put 21 it just crashes, what am i doing wrong?

Patch-enUS-2.MPQ

CharacterCreate.lua: http://pastebin.com/sc5fiQ3N
CharacterCreate.xml: http://pastebin.com/rHExmKcB

Patch-enUS-3.MPQ

GlueParent.lua: http://pastebin.com/bKDBex6u
GlueStrings.lua: http://pastebin.com/j3zny7Dq

fix: ...had "12" playable set on fel orc in ChrRaces.dbc
« Last Edit: February 24, 2011, 11:31:56 pm by Admin »

Eluo

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 509
    • View Profile
Re: CharacterCreate.xml <Help>
« Reply #1 on: February 23, 2011, 09:33:36 pm »
Do you use a patched wow exe for removed xml check?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
One is a genius, the other\'s insane!

nicepants

  • Registred Member
  • Race Changer
  • *****
  • Posts: 31
    • View Profile
Re: CharacterCreate.xml <Help>
« Reply #2 on: February 23, 2011, 10:59:29 pm »
Quote from: "Eluo"
Do you use a patched wow exe for removed xml check?

yes, ive done it before but now when i added some more new races its all messed
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: CharacterCreate.xml <Help>
« Reply #3 on: February 24, 2011, 09:17:06 am »
Did you also make the core changes for rhe new races. If you click creat the client ask the server for the race data. If the server dont know the race wow crash.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

nicepants

  • Registred Member
  • Race Changer
  • *****
  • Posts: 31
    • View Profile
Re: CharacterCreate.xml <Help>
« Reply #4 on: February 24, 2011, 07:57:09 pm »
Quote from: "Steff"
Did you also make the core changes for rhe new races. If you click creat the client ask the server for the race data. If the server dont know the race wow crash.

yes i did, i mean when your at the character selection and you click "Create new character" it crashes
not while making the character
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: CharacterCreate.xml <Help>
« Reply #5 on: February 24, 2011, 07:59:58 pm »
Then go back to an earlyer version of your xml and change step by step.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

nicepants

  • Registred Member
  • Race Changer
  • *****
  • Posts: 31
    • View Profile
Re: CharacterCreate.xml <Help>
« Reply #6 on: February 24, 2011, 08:37:03 pm »
found out its not because of CharacterCreate.xml, when i change in CharacterCreate.lua to 25 races it crashes and when i put to 10 it just says too many races...anyone know whats going on?

i can change my characters in the DB to the new races and they work fine, its just when i want to make a new character it does this
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Buddiman

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 13
    • View Profile
Re: CharacterCreate.xml <Help>
« Reply #7 on: February 24, 2011, 09:32:09 pm »
I think the thing is that you not have 10 races neither 25, instead you have 20. Maybe try it with this number.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Greetings
Buddiman


nicepants

  • Registred Member
  • Race Changer
  • *****
  • Posts: 31
    • View Profile
Re: CharacterCreate.xml <Help>
« Reply #8 on: February 24, 2011, 10:03:30 pm »
Quote from: "Buddiman"
I think the thing is that you not have 10 races neither 25, instead you have 20. Maybe try it with this number.

tried that, i put in 20 then it says too many races update max_races then i put 21 and it just crashes...
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Buddiman

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 13
    • View Profile
Re: Max Charcaters problem <FIXED>
« Reply #9 on: February 25, 2011, 12:34:15 am »
To be clearly, what did you change? I'm talking of MAX_RACES = RACECOUNT; line 2 in CharCreate.lua.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Greetings
Buddiman


nicepants

  • Registred Member
  • Race Changer
  • *****
  • Posts: 31
    • View Profile
Re: Max Charcaters problem <FIXED>
« Reply #10 on: February 25, 2011, 12:44:17 am »
Quote from: "Buddiman"
To be clearly, what did you change? I'm talking of MAX_RACES = RACECOUNT; line 2 in CharCreate.lua.

its MAX_RACES = 20

i had 21 races by accident in my ChrRaces.dbc, fel orc was marked as playable (the 21st race which made me crash)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »