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: 1 custom class make wowerror with ARAC  (Read 2538 times)

Lawes

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 157
    • View Profile
1 custom class make wowerror with ARAC
« on: April 24, 2014, 02:51:49 pm »
Hi, i have a new class but when i try to make all class for all race in CharBaseInfo.dbc, the character creation make wowerror, why ? All class all race works with 10 class but not with 11 (???)

Im out ! cant resolve it myself .. help please
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: 1 custom class make wowerror with ARAC
« Reply #1 on: April 24, 2014, 04:33:13 pm »
Did you add a new button to the XML with the correct ID?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Lawes

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 157
    • View Profile
Re: 1 custom class make wowerror with ARAC
« Reply #2 on: April 24, 2014, 04:48:40 pm »
Quote
                     <CheckButton name="CharacterCreateClassButton11" inherits="CharacterCreateClassButtonTemplate" id="11">
                        <Anchors>
                           <Anchor point="TOP" relativeTo="CharacterCreateClassButton6" relativePoint="BOTTOM" x="0" y="-6"/>
                        </Anchors>
                     </CheckButton>
« Last Edit: April 24, 2014, 05:21:00 pm by Admin »

Lawes

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 157
    • View Profile
Re: 1 custom class make wowerror with ARAC
« Reply #3 on: April 24, 2014, 05:04:09 pm »
that error pops when the random select race/class start on a race with more than 10 class :(

« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: 1 custom class make wowerror with ARAC
« Reply #4 on: April 25, 2014, 12:17:50 am »
Quote from: "Lawes"
that error pops when the random select race/class start on a race with more than 10 class :(


Is the class set to playable with all the correct flags? The crash is caused because something is missing/cannot be found.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Lawes

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 157
    • View Profile
Re: 1 custom class make wowerror with ARAC
« Reply #5 on: April 25, 2014, 01:47:53 am »


Actualy only human have all class so when i click on "New character", i have 10% chance to get a wow error. if wow dont crash, i can select human, select new class, create and join the world .

the error pops on the random auto-select human bcs that race have actualy more than 10 class
« Last Edit: April 25, 2014, 01:57:43 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: 1 custom class make wowerror with ARAC
« Reply #6 on: April 25, 2014, 01:57:33 am »
Quote from: "Lawes"


Actualy only human have all class so when i click on "New character", i have 10% chance to get a wow error. if wow dont crash, i can select human, select new class, create and join the world .

the error pops on the random auto-select human bcs that races have actualy more than 10 class

See my last reply. Post the DBC values you put in.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Lawes

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 157
    • View Profile
Re: 1 custom class make wowerror with ARAC
« Reply #7 on: April 25, 2014, 02:03:33 am »
CharClasses.dbc

« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Lawes

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 157
    • View Profile
Re: 1 custom class make wowerror with ARAC
« Reply #8 on: April 25, 2014, 12:11:16 pm »
what dbc u need ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Lawes

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 157
    • View Profile
Re: 1 custom class make wowerror with ARAC
« Reply #9 on: April 28, 2014, 12:51:32 pm »
help :'(
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: 1 custom class make wowerror with ARAC
« Reply #10 on: April 28, 2014, 01:51:26 pm »
Make sure the player CharBaseInfo and CharStartOutfit are also properly done. Iirc, they also lead to crashes.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Lawes

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 157
    • View Profile
Re: 1 custom class make wowerror with ARAC
« Reply #11 on: April 29, 2014, 01:24:53 pm »
Quote from: "Ascathos"
Make sure the player CharBaseInfo and CharStartOutfit are also properly done. Iirc, they also lead to crashes.

hmm, i dont think so

the wow error appear only when the random select take a race with more then 10 class. i can have 5 custom class on 1 race and whitout CharStartOutfit, if that race have only 10 or less class, that works, ..
« Last Edit: January 01, 1970, 01:00:00 am by Admin »