[DiscordArchive] [Solved] AzerothCore - Custom Class Client Crash on Character Panel
[DiscordArchive] [Solved] AzerothCore - Custom Class Client Crash on Character Panel
Archived author: Needle • Posted: 2025-08-14T21:06:32.233000+00:00
Original source
Archived author: Needle • Posted: 2025-08-14T21:06:32.805000+00:00
Original source
Thread automatically created by Phelx in <#415944535718494208>
Archived author: Needle • Posted: 2025-08-14T21:07:27.930000+00:00
Original source
Custom Class Client Crash on Character Panel
Archived author: Odxnsson • Posted: 2025-08-14T21:27:21.688000+00:00
Original source
Should probably note if it helps I’m on AzerothCore
Archived author: Kaev • Posted: 2025-08-14T22:29:40.653000+00:00
Original source
values of the gt* DBC files are probably missing for your new class
Archived author: Odxnsson • Posted: 2025-08-15T06:45:05.527000+00:00
Original source
Hmmm I did edit them to have it but didn't use the recommended app (CSVEd), I used VSCode instead. Luckily, I backed them up! I'll do it with the actual tools this time. Cheers for the pointer!
Archived author: Odxnsson • Posted: 2025-08-15T18:35:39.097000+00:00
Original source
I did follow the guide again https://www.ownedcore.com/forums/world-o...class.html as cleanly as I could, couple of things that didn't match up, when I used CSVEd it wasn't showing 1101 / etc. rows it showed 1100 when opening the fresh data file, after adding the rows it showed 1200 so I know I added only 100. The other bit is the gtOCTClassCombatRatingScalar, it says I should have 386 records but 352 + 32 = 384 so that's what I have... still crashing
Archived author: Odxnsson • Posted: 2025-08-16T14:03:26.860000+00:00
Original source
So I dived around in the codebase for AzerothCore and found that they use the actual MySQL for the DBC stuff, so I've added all the values for the custom class there.... still getting the crash. Need to investigate some more. I'm going to get fresh copies of the DBC files and re-edit them again and package them into the client patch and server (just in case)
![[Image: image.png?ex=690c2082&is=690acf02&hm=073...fb360c32a&]](https://cdn.discordapp.com/attachments/1405658875696517141/1406310011579273256/image.png?ex=690c2082&is=690acf02&hm=0736a317f2c33adbaed9adcd787ffeef4c3821181a6f19519557040fb360c32a&)
Archived author: Odxnsson • Posted: 2025-08-16T16:13:54.790000+00:00
Original source
Alright! SOLVED! So, health regen did require me to add the values to the gt*_dbc tables in MySQL on the Server, but looks like my DBC files in the patch I originally edited were bad (for some reason?). I re-downloaded the Server Data zip from AzerothCore's link and opend the DBC files in CSVEd and confirmed 1101 at start, 1201 after editing. I can now ope the character pane!
![[Image: image.png?ex=690c2082&is=690acf02&hm=073...fb360c32a&]](https://cdn.discordapp.com/attachments/1405658875696517141/1406310011579273256/image.png?ex=690c2082&is=690acf02&hm=0736a317f2c33adbaed9adcd787ffeef4c3821181a6f19519557040fb360c32a&)
Archived author: Odxnsson • Posted: 2025-08-16T16:14:14.833000+00:00
Original source
Much appreciated <@138006906915651585> ... is there a 'rep' bot on this discord to +1 you?