Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Apple on December 09, 2013, 11:18:36 pm

Title: [SOLVED] [QUESTION] Question regarding about custom talents
Post by: Apple on December 09, 2013, 11:18:36 pm
Greetings

I'm working on a small server project. I have been creating custom talents for each tree obviously but I encountered a problem. I saw there was some bug in mage's arcane tree and fixed it in DBC file and remade the patch file. Now, this just fucked up the whole arcane tree. I only changed nonexistent spell ID to an existing ID. I've tried rewriting the tree but won't work. Although, the DBC file itself can't be corrupted because every other mage trees are working fine, and other classes' trees are working fine as well.

Here's the picture of arcane tree

...in MyDBCeditor: http://oi43.tinypic.com/23ly328.jpg (http://oi43.tinypic.com/23ly328.jpg" onclick="window.open(this.href);return false;) (I have hided columns which have only zero values)
...in WoW: http://oi43.tinypic.com/r1j6oo.jpg (http://oi43.tinypic.com/r1j6oo.jpg" onclick="window.open(this.href);return false;)

I personally have no clue what's wrong. The tool I use to edit DBC file is called MyDBCeditor v. 1.2.2 by smartwork and for creating patches I use MyWarcraftStudio.

Regards,
Apple
Title: Re: [QUESTION] Question regarding about custom talents
Post by: deep6ixed on December 09, 2013, 11:48:32 pm
What exactly did you change from the working dbc?, did you change any of the entry ids or add a new talent at the end of the dbc file?
Title: Re: [QUESTION] Question regarding about custom talents
Post by: Apple on December 10, 2013, 06:58:46 am
I remade whole trees. I changed from existent talent IDs the spell IDs only and deleted unnecessary talents then. It worked fine but when I changed later just one spell ID in mage's tree, it fucked up everything in the mage's tree then : /
Title: Re: [QUESTION] Question regarding about custom talents
Post by: deep6ixed on December 10, 2013, 12:41:18 pm
Are the talents in order?   I had this exact same issue and it was due to me adding a spell id later in the DBC. You need to have all the talents for one tree in order in the DBC and if you add one, it must be in order in the DBC, Example you cant have all of tree 81, then tree 82, then add a single spell for tree 81 again later, or WoW will only load the latest "group"



if you want, pm me and send me the DBC.
Title: Re: [QUESTION] Question regarding about custom talents
Post by: Steff on December 10, 2013, 12:50:14 pm
This would explain why there is only  one icon.  If you add one spellnat the end of the list it will be the only one in this group.
Title: Re: [QUESTION] Question regarding about custom tale
Post by: Apple on December 10, 2013, 09:41:45 pm
Okay, I got it working now. Thanks deep6ixed.

When I added the one new spell, it got in the end of the DBC file. I thought I removed it earlier but I didn't, hence only one icon ingame.