Conversation
This is not true, you can see the install guide mentioning them here. In any case, I won't merge a change like this since it does shift all of the changes to DB rather than DBC. While not wrong, this is a change from the original structure of the module, and does add an abstraction when working on the content of the DBCs. As well, this PR does not change the client's patch file, which any DBC changes should also be reflected in. |
|
While this seems to fix most of the issues, I've noticed that combos like Human Hunter, while they can have the Gun proficiency at creation, they don't get visible skill ups and Guns is not listed in the skills tab. You can see that your are still gaining skill ups by using the lookup gm command and although this doesn't really affect anything it is a bit annoying to the perfectionist in me. Is anyone else seeing this? I want to confirm it is not just me. |
|
I had a similar issue on my undead paladin but I could go to the weapon trainer and learn it. You also need to use the client patch or stuff is broken |
Yeah I confirmed I still had the patch but have the issue still. I spent a while testing and definitely seems to be something odd with Guns. I even exported the SkillLineAbility.dbc file to test with it but had no luck. For whatever reason the Guns skill doesn't show up for training for non standard Hunter races, so you can't actually get it unless it was added at player creation or added with GM command and then it is bugged as I mentioned above. |
|
Okay, I found my issue, has to do with some conflict with the individual progression optional .mpq to restore Vanilla crafting, reagents etc. I don't have any experience with mpq files so I may just remove it for now. |
The readme says:
But Azerothcore no longer has DBC files in that location (or at least I can't find where it is). I believe they're all in the database now. Regardless, this saves a step and makes what it's doing a little more obvious even if it is still possible.
I just exported the three DBC files from this repo and applied them as SQL to the end of the arac.sql file.
Fixes #40, #35, #33 (with better instructions)