This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [SOLVED] [QUESTION] Question regarding about custom talents  (Read 1912 times)

Apple

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 12
    • View Profile
[SOLVED] [QUESTION] Question regarding about custom talents
« 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 (I have hided columns which have only zero values)
...in WoW: http://oi43.tinypic.com/r1j6oo.jpg

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
« Last Edit: December 10, 2013, 09:42:13 pm by Admin »

deep6ixed

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 189
    • View Profile
Re: [QUESTION] Question regarding about custom talents
« Reply #1 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?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Apple

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 12
    • View Profile
Re: [QUESTION] Question regarding about custom talents
« Reply #2 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 : /
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

deep6ixed

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 189
    • View Profile
Re: [QUESTION] Question regarding about custom talents
« Reply #3 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [QUESTION] Question regarding about custom talents
« Reply #4 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Apple

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 12
    • View Profile
Re: [QUESTION] Question regarding about custom tale
« Reply #5 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »