Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: sujezz on February 18, 2015, 06:58:14 pm
-
Okay, so looks like no1 knows how to display combo points on other class so maybe some1 would know how to get rid of red icon and red armor proficiency text. For instance I made new class and it can wear/use few weapons and cloth leather but icon is red (like I'm not able to wear it) and Cloth/Leather text is also red even tho I can wear/use them. I edited sql and dbc and threw dbc files into DbFilesClient folder and put it into .MPQ. So I have updated sql dbc files in tc server location and updated dbc in patch-x.MPQ. I don't really know what should I do more.
-
(for 3.3.5a)
If you want to use any item subclass, you need to have:
1. learned spell which adds items skill (for example 750 - Plate Armor, world.playercreateinfo_spell.db for older revisions)
2. known skill (293 for our example witch Plate, world.playercreateinfo_skills.db for newe revisions)
3. skill "enabled" for your class (again that SkillRaceClassInfo.dbc which is ALWAYS forgot by EVERYONE... *sigh*)
-
I have done both. I added my class (in my case class 10 so 512) to both database and dbc. Then I added my dbc to trinitycore and to mpq. I can wear it, as I said before. It just display that I can't.
-
3. skill "enabled" for your class (again that SkillRaceClassInfo.dbc which is ALWAYS forgot by EVERYONE... *sigh*)
And this? Are you really sure that you have some row like this there on both client and server side?:
skill 293 (for plate)
race -1
class 512
flag 128
the rest 0s
-
Since point 1 is outdated and I stated I did both which is 2 and 3 I don't really know how to tell you for the third time I did edit this dbc file. Do you need a visual confirmation like a screenshot ? I did this and it doesn't work like it supposed to. Without editing dbc database change does not matter really as it didn't even display the possibility of wearing them in skills tab. Now It does and I can wear it but it display as if I could not when I look at the items in bag or mouseover them.