• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

wow error on create character

Status
Not open for further replies.

Vitrex

Moderator
Hello, emu devs, since i added a new class to wow , when i press Create character i got wow error maybe anyone have ideas why?
I edited :

talentTab.dbc
CharBaseInfo.dbc
Charclasses.dbc
CharacterCraete.lua

No in game errors but crash with Wow error. :/
 

Tommy

Founder
I edited :

talentTab.dbc
CharBaseInfo.dbc
Charclasses.dbc
CharacterCraete.lua

No in game errors but crash with Wow error. :/

"I edited" doesn't tell us what you edited inside of those files. :p


Show us your custom entries and edits. I won't be able to help much as I don't really do these types of edits.
 

Jameyboor

Retired Staff
I've got a well enough understanding of the files to usually see the errors, I need to see charactercreate.lua though.

I'll check this thread tomorrow if it isnt solved yet, heading for bed now.
 
Last edited:

Vitrex

Moderator
CharacterCreate.lua


TalentTab.dbc
Added the same value warrior just changed the class_id column to 2048 - ID : 12;
Charclasses.dbc
Added new class like a warrior just changed name and id.
CharBaseInfo.dbc
Added values to columns
Race | Class
1 12
Before edit CharacterCreate.lua i got error that to much classes please edit max_classes_per_race, i edited , made patch and now getting crash.

Maybe i should edit :

GlueStrings.lua file for description of that class ?
 
Last edited:

Vitrex

Moderator
I am added this values to Gluestrings.lua, but still have crash. lol i saw i need to change in gluestrings.lua this things :

CLASS_INFO_BLOODMAGE0 = "- Role: Damage";
CLASS_INFO_BLOODMAGE1 = "- Light Armor (Cloth)";
CLASS_INFO_BLOODMAGE2 = "- Can call forth skeletons of different combat abilites.";
CLASS_INFO_BLOODMAGE3 = "- Can afflict curses to weaken opponents.";
CLASS_INFO_BLOODMAGE4 = "- Uses mana as a resource.";

But i can't find the values like that? maybe a little bit outdated info?
Which files i need to edit more to fix client crash, i guess the c++ don't make any effect something wrong with client, right?

Gluestrings.lua

CLASS_BLODDMAGE = " Death knights are highly powerful, malevolent, runeblade-wielding champions of the Scourge. They are infamous for sowing disease and decay in their adversaries, smiting them down with devastating strikes, then raising the fallen as loyal minions. Their ability to focus and change the style of their runic powers makes them frighteningly powerful opponents to any who challenge them.";
CLASS_BLODDMAGE_FEMALE = " Death knights are highly powerful, malevolent, runeblade-wielding champions of the Scourge. They are infamous for sowing disease and decay in their adversaries, smiting them down with devastating strikes, then raising the fallen as loyal minions. Their ability to focus and change the style of their runic powers makes them frighteningly powerful opponents to any who challenge them.";
 

Foereaper

Founder
I would suggest heading over to Modcraft, they're pretty much specialized in client modification. Please post back whatever suggestion/help you get over there, so future members can benefit from it too.
 
Status
Not open for further replies.
Top