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: [TUTORIAL:Database] Dis/Enable Xrace-Xclass Cata(+?)  (Read 969 times)

Ohai

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 172
    • View Profile
[TUTORIAL:Database] Dis/Enable Xrace-Xclass Cata(+?)
« on: November 29, 2016, 09:27:33 pm »
Hi, this is a tutorial I made because of the lacking info and general stagnation in this modding area post WotLK. I still haven't set up a MoP, WoD or Legion client so not sure but I'm thinking the process should be the same or similar. I'm not aware of any all race all class patches around other then 335a ones, so if anyone tries this at higher branches let me know if it worked.

DBC

So in 4.3.4. you still need to change only these 2 DBCs:

CharBaseInfo.dbc
CharStartOutfit.dbc

We'll be using WDBX Editor for both, CharBaseInfo.dbc - 'load definition' choose WoD and use the wiki for values.
https://trinitycore.atlassian.net/wiki/ ... c/ChrRaces
https://trinitycore.atlassian.net/wiki/ ... ChrClasses

In CharStartOutfit.dbc you have race,class,sex and starter gear item IDs, just double check files after WDBX save not sure but I think I had to resave changes twice there.

SQL

After you're done with DBCs you need to change the SQLs so start up your MySQL server and open your preferred tool Heidi/SQLyog/workbench then go world-table. Change these tables:

player_levelstats
playercreateinfo
playercreateinfo_action


Note on player_levelstats it could possibly already have your custom race-class characters inside, so browse thru its table data and make sure. I'm noting this bc the other day while I was setting all this up and creating my first custom class/race I kept getting the SQL error duplicate key and all the time my character actually had its stats there but they can be arranged really weird. Like my char had stats from level 10 to 85(missing first 9 levels that I've added), or the level 80-85 stats are placed way back at the end.

There are more playercreate tables my character didn't need editing those(UD pala), but if you're making a hunter or other classes browse them all.

MPQ

Once you done that, all that is left is packing your 2 DBCs in a MPQ making a patch and adding it to wow/data/.. Name it appropriately like wow-update-base-28792.mpq something, restart your server and check it out. Then maybe you'll be able to make your second class peasant gorlock mud splasher characters. That can never be glorious like my UD pala Champion of the hack https://gyazo.com/8913bbf09f12bb16a3333dee8acc9d3c first X class-race combo that the universe has seen since WotLK, finished creating him yesterday he was the test bunny :P

*on a much brighter note I haven't done too much testing with him but seems he's really not having any problems like the WotLK hacked characters language,talents,spells etc. probably due to Cata enabling new race class combos by default so maybe its set to work better then WotLK in that regard.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »