Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Lawes on April 24, 2014, 02:51:49 pm

Title: 1 custom class make wowerror with ARAC
Post by: Lawes 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
Title: Re: 1 custom class make wowerror with ARAC
Post by: stoneharry on April 24, 2014, 04:33:13 pm
Did you add a new button to the XML with the correct ID?
Title: Re: 1 custom class make wowerror with ARAC
Post by: Lawes 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>
Title: Re: 1 custom class make wowerror with ARAC
Post by: Lawes 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 :(

(http://img100.xooimage.com/files/6/a/4/safgns-titre-453fbae.jpg)
Title: Re: 1 custom class make wowerror with ARAC
Post by: stoneharry 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 :(

(http://img100.xooimage.com/files/6/a/4/safgns-titre-453fbae.jpg)

Is the class set to playable with all the correct flags? The crash is caused because something is missing/cannot be found.
Title: Re: 1 custom class make wowerror with ARAC
Post by: Lawes on April 25, 2014, 01:47:53 am
(http://img102.xooimage.com/files/8/0/2/wowscrnshot_042514_011917-4542400.jpg)

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
Title: Re: 1 custom class make wowerror with ARAC
Post by: stoneharry on April 25, 2014, 01:57:33 am
Quote from: "Lawes"
(http://img102.xooimage.com/files/8/0/2/wowscrnshot_042514_011917-4542400.jpg)

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.
Title: Re: 1 custom class make wowerror with ARAC
Post by: Lawes on April 25, 2014, 02:03:33 am
CharClasses.dbc

(http://img107.xooimage.com/files/d/5/b/sans-titre-45424b8.jpg)
Title: Re: 1 custom class make wowerror with ARAC
Post by: Lawes on April 25, 2014, 12:11:16 pm
what dbc u need ?
Title: Re: 1 custom class make wowerror with ARAC
Post by: Lawes on April 28, 2014, 12:51:32 pm
help :'(
Title: Re: 1 custom class make wowerror with ARAC
Post by: Ascathos 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.
Title: Re: 1 custom class make wowerror with ARAC
Post by: Lawes 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, ..