Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: infernus55 on February 20, 2017, 03:31:40 pm

Title: [TC 7.0.3] SpellMisc.db2 editing doesn't take any effect
Post by: infernus55 on February 20, 2017, 03:31:40 pm
Hi guys!

I'm using a TrinityCore server vesrsion 7.0.3, and I have been trying to make some edits on the SpellMisc.dbc but none of them seem to take any effect once I start the server and check the change. I've tried to edit the fireball spell (ID=133) by following this page https://wowdev.wiki/DB/SpellMisc and I have been using this tool http://www.model-changing.net/files/file/82-wdbx-editor/ . I've also used the patched wow.exe to load those dbfiles on the client. I've edited other db2 files like SpellXvisual.db2 and Spell.db2 and those worked properly.

Does anyone why modifying SpellMisc.db2 doesn't work? Are all the spells scripted on the core?

 Thx for any kind of help!
Title: Re: [TC 7.0.3] SpellMisc.db2 editing doesn't take any effect
Post by: Kaev on February 20, 2017, 03:43:55 pm
Did you also replace them on the server side?
Title: Re: [TC 7.0.3] SpellMisc.db2 editing doesn't take any effect
Post by: infernus55 on February 20, 2017, 04:09:13 pm
Yes, I did. I've even tryied to see if it would make any difference by deleting that row on the .db2 and the fireball still worked correctly. It's really wierd.
Title: Re: [TC 7.0.3] SpellMisc.db2 editing doesn't take any effect
Post by: Chase on February 21, 2017, 05:40:25 pm
Are you sure you have it named SpellMisc.db2 not .dbc like you said in your post.
Title: Re: [TC 7.0.3] SpellMisc.db2 editing doesn't take any effect
Post by: infernus55 on February 21, 2017, 06:24:56 pm
Yep, here's a screenshot.

http://imagizer.imageshack.us/a/img923/8471/skWelC.png

As you I deleted  the row  with id =133(fireball). But fireball is still working correctly.
This is the only file that has not worked after editing it. I'm not able to change cast time of the spells and nothing on that is describe on that file.

Thx!