Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Смердокрыл on August 09, 2015, 10:32:21 am

Title: [QUESTION] Spell dbcs fucked up
Post by: Смердокрыл on August 09, 2015, 10:32:21 am
Hey!

Here's a spell: http://www.wowhead.com/spell=107082 (http://www.wowhead.com/spell=107082" onclick="window.open(this.href);return false;)

Here is it's entry in the Spell.dbc (you can see the link to SpellVisual.dbc circled in red):
[attachment=2:9uvnpbiv]spelldbc.jpg[/attachment:9uvnpbiv]

Here's the entry in SpellVisual.dbc (links to SpellVisualKit.dbc are circled):
[attachment=1:9uvnpbiv]spellvisualdbc.jpg[/attachment:9uvnpbiv]

The two entries in SpellVisualKit.dbc:
[attachment=0:9uvnpbiv]spellvisualkitdbc.jpg[/attachment:9uvnpbiv]
You can see there are absolutely no links to SpellVisualEffectName.dbc, so the visual effect (wings) comes from nowhere.

What the fuck?
Title: Re: [QUESTION] Spell dbcs fucked up
Post by: Chase on August 09, 2015, 06:07:17 pm
http://www.pxr.dk/wowdev/wiki/index.php ... Attach.dbc (http://www.pxr.dk/wowdev/wiki/index.php?title=SpellVisualKitModelAttach.dbc" onclick="window.open(this.href);return false;)

Its a backward referenced DBC, blizzard does that. Kind of annoying.
Title: Re: [QUESTION] Spell dbcs fucked up
Post by: Смердокрыл on August 09, 2015, 08:10:41 pm
Omg thats really stupid unless I dont understand something.
But thanks a lot!