Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: BeaTzi on September 16, 2014, 04:28:43 pm
-
(I'm fairly new to wow modding btw :P )Ok, so I try to create custom race but when I log in HeidiSQL and go on player create info I see only "race" "class" "map" "zone" "position_x" "position_z" "orientation" and nothing more. I watched a video where he changed only DisplayID and that was it, I use Jeuties Blizzlike Repack rev 0.9.5, what can I do to fix this?
-
The display ID isn't really handled in the database it's handled in the dbc files.
Also since you're using a repack you would only be able to change one model to another instead of adding on.
-
What else is there than a repack? hehe :P
-
What else is there than a repack? hehe :P
There's compiling your own server.
-
http://collab.kpsn.org/display/tc/TrinityCore+Home (http://collab.kpsn.org/display/tc/TrinityCore+Home" onclick="window.open(this.href);return false;)
I know nearly nothing about programming, using command line or SQL servers and still was able to compile my server on my own, on both windows and linux machines (linux via unix command line), so it is really simple. Just follow instructions for your OS and carefuly ready all of them before doing anything stupid, it will make all things much easier for you. Thats for your repack.
For races, I am not quite sure if you really know what displayID is. It is just a combination of model, some blood, sound and scale settings (for character models also items), which is all packed up in DBCs into 1 number you apply on NPC (or on player via .morph command [TC2]), however, it has absolutely nothing to do with creating custom race for players.
And, just btw, playercreateinfo table in world DB handles on which xyz coords, in which area on which map and with which orientation will be new characters of players created (northshire abbey for orcs etc). And that really has absolutely nothing to do with anything which leads to fact how players or NPCs look like. Google "playercreateinfo".