Forum > Serverside Modding

[TrinityCore 3.3.5a] Error creating a custom race character.

(1/5) > >>

kestus0756:
So, I've experienced a problem. I've created 2 new custom races for my private server: Fel Orc and Broken. I go to character creation screen and then I'm trying to create for example a Fel Orc Warrior. So I did all stuff like change skin color and put a name, but when I click accept, it says "Error creating a character". Same with Broken or/and other classes, doesn't happen with blizzard already implemented races. Help would be appreciated.          http://prntscr.com/brmjx1

Amaroth:
Its very likely that you have forgotten to add something on server side. First of all, check server.log. There might be some kind of hint there (and in such cases usually is). Also check your database, especially world database, tables playercreateinfo and player_levelstats (and other playersomething tables in general as well, but these are the most important). Haven't you forgotten to add data for new races there? And btw, position for creating character in playercreateinfo must NOT be in any kind of instance, otherwise you will get this error as well. And ofc, have you updated DBCs on server side? I guess you did, but just make double sure.

kestus0756:
When I open Worldserver.exe, after some time it says "Wrong race 12 in 'player_levelstats" AND not one time but many times like 20, but the Worldserver.exe doesn't force close though. Anyway to fix this? And yes, I defined the  races in SharedDefines.h, and updated the DBC server-side and client-side but that error still appears. Anyway to fix this? The first error happens aswell.

Amaroth:
And those database tables I've mentioned? They are essential. Btw, which DBCs have you edited. "I've done DBCs correctly!". Well, good for you, but if you haven't, noone has now any means by which he would judge if you actually did everything correctly. Provide also list of DBCs you have edited and in general, what you have done. Server encountered error while trying to make this race playable and that can be caused by huge variety of reasons.

kestus0756:
Ok, all DBCs/XML/Lua files that I've updated:
CharacterCreate.LUA
CharacterCreate.XML
CharBaseInfo.DBC
CharStartOutfit.DBC
ChrRaces.DBC
Faction.DBC
GlueParent.LUA
GlueStrings.LUA
SkillLineAbility.DBC
SkillRaceClassInfo.DBC

And yes, I've checked Player_LevelStats and PlayerCreateInfo databases, PlayerCreateInfo is good, but not sure about Player_LevelStats. Can you help me through a teamviewer? I've been following this tutorial on how to make custom races: http://emudevs.com/showthread.php/121-H ... stom-Races!

Navigation

[0] Message Index

[#] Next page

Go to full version