Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: thairty1994 on May 13, 2014, 07:16:08 pm

Title: Help races
Post by: thairty1994 on May 13, 2014, 07:16:08 pm
Hi all, I have two errors which I'll upload two photos to make it look better, I have enabled all races in the emulator TrinityCore and perfect, I've done everything in the database and no error, I also edited all dbc files, lua and xml and created the patch but logically enter the game I get this: let the two images. forgive my bad English I'm Spanish
Title: Re: Help races
Post by: Alastor on May 13, 2014, 07:24:39 pm
If you are speaking about All Class for All Race its already done by someone
also and i cant say what problem when i dont see your work ...
this type of error just cant say whats problem
but 1st image looks like when you forgoted to add loop interval for glue screen music prehaps
Title: Re: Help races
Post by: thairty1994 on May 13, 2014, 07:32:19 pm
I added clear each race all kinds, but have not gotten any sound ...

I did what he put into a tutorial.
Title: Re: Help races
Post by: thairty1994 on May 13, 2014, 07:37:18 pm
If someone can spend the dbc, lua and xml files I would appreciate, I am a parent and have many responsibilities and little time, just do this for the fun of my friends and family leisure time thanks in advance
Title: Re: Help races
Post by: Alastor on May 13, 2014, 07:47:59 pm
so if ima right.....
you speak about adding those "Unused Rases"
Code: [Select]
RACE_HUMAN = 1,RACE_ORC = 2,RACE_DWARF = 3,RACE_NIGHTELF = 4,RACE_UNDEAD_PLAYER = 5,RACE_TAUREN = 6,RACE_GNOME = 7,RACE_TROLL = 8,RACE_GOBLIN = 9,RACE_BLOODELF = 10,RACE_DRAENEI = 11,RACE_OGRO = 12,RACE_NAGA = 13,RACE_HIGHELF = 14,//RACE_SKELETON = 15,RACE_VRYKUL = 16,RACE_TUSKARR = 17,RACE_FOREST_TROLL = 18,//RACE_TAUNKA = 19,RACE_WORGEN = 20,//RACE_ICE_TROLL = 21Like Taunka,Naga, etc ....
(Sorry for that but i just didnt even knowed what u was trying to do..)

on 2nd screen is error talking about MAX_RASES so what is your number :?
Code: [Select]
MAX_RACES = xx;
MAX_CLASSES_PER_RACE = xx;
also what Tut u readed ?
or why ur not putting your problem here
http://modcraft.io/viewtopic.php?f=26&t=1840 ?
or somewhere in topic for custome rases
Title: Re: Help races
Post by: thairty1994 on May 13, 2014, 07:52:32 pm
the first thing you said this added to the emulator and no problem about:
max and other races so I have:

MAX_RACES = 22;
MAX_CLASSES_PER_RACE = 10;

in max_races I tested with all 22, 21 etc ...
and MAX_CLASSES_PER_RACE = 10; I have not touched anything