Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: skroll33 on November 28, 2014, 06:29:57 pm

Title: Error icon custom race
Post by: skroll33 on November 28, 2014, 06:29:57 pm
Hello everyone.
I followed the tutorial to add Goblin races and Fel Orc.

I have a  problem custom race of the icons are not displayed?

[attachment=0:2yj3wndm]Sans-titre-2.jpg[/attachment:2yj3wndm]


Y would there a generous soul to help me?

Sorry for my English, I'm French
Title: Re: Error icon custom race
Post by: coronelo on November 29, 2014, 01:09:19 am
Everything points to your DBC.
step you have activated the FELORC and Goblin classes within CharRACE.DBC , if you've done this serious NEXT copy both server side and client . If these steps hast done correctly you appreciate that hung files to see where the error may be .

I hope helps.
Title: Re: Error icon custom race
Post by: skroll33 on November 29, 2014, 07:58:05 am
hi,

Thank you I managed to add races,

However I have another concern I wanted to add skeleton, male appears good but the female is a cube. there is there a solution to remedy it.


[attachment=0:3cxuwd34]Skeletonfemale.jpg[/attachment:3cxuwd34]

Thank you in advance

Best Regards
Title: Re: Error icon custom race
Post by: kojak488 on November 29, 2014, 04:33:59 pm
That cube is the actual model for the Skeleton female.  This means that there is no proper Skeleton female model.  I'd just use the male model and do some model edits on it instead.
Title: Re: Error icon custom race
Post by: skroll33 on December 03, 2014, 10:12:18 am
hello
Okay, thank you.
I do not mean to be annoying, but I would need an extra help.

I got to implant the races but despite having followed the tutorial I can not learn the language 668 common to the creation of a character?

Would you have a tip, I edit property:

98 -> 1101 SkillLineAbility.dbc and SkillRaceClassInfo.dbc.

But I do not really understand.

Best Regards
Skroll
Title: Re: Error icon custom race
Post by: kojak488 on December 03, 2014, 03:10:27 pm
I add spells to race/classes via the playercreateinfo_spell database, not the dbcs.
Title: Re: Error icon custom race
Post by: skroll33 on December 04, 2014, 01:25:55 pm
Hi thank you.
But I do not have that table I have only Playercreateinfo_spell_custom.

and in this table, the spell 668 (common language) makes reference to 1101 is contained in the dbc.
I try to add racemask = 9 (goblin) classmask = 1 (war), spell = 668
but it does not.

Y have there a different procedure to do?

Best Regards
Title: Re: Error icon custom race
Post by: coronelo on December 05, 2014, 02:45:48 am
Mark the topic You Have The binary number to activate 1101 refers to all the races of the alliance.
CLASSMASK =
1 - ( Human )
2 - ( Orc )
4 - ( Dwarf )
8 - ( Night Elf)
16 - ( Undead )
32 - ( Tauren )
64 - ( Gnome)
128 - (Troll )
256- ( Goblin )
512 - (Blood Elf)
1024 - ( Draenei )

the tutorial explains this.

the only problem that this tutorial on sql hand, is based on the oldest structure , now works with classmasck .

I hope I've been helpful .

I am Spanish and my English is worth .
Title: Re: Error icon custom race
Post by: kojak488 on December 06, 2014, 04:04:14 am
As coronelo says, it's a mask. 1101 (all normal alliance races) + 256 (adding goblin) = 1357 for the mask.  Is that what you used?  I'd guess not since you had 9 listed as the mask.