Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Daweo on October 06, 2013, 11:17:15 pm
-
Hello Friends,
I have problems with spell.dbc. I edited whole file and I have many new spells, everything worked, but now, when I add some new, It is not loaded. Same with other changes. Core says that spell doesnt exist or if it is only changed, it uses old values...
Spell.dbc is on Client and Server side too.
I cant find solution... :/
-
Sounds like the server side DBC isn't correct. If you get a "Spell Not Exists" that means the server DBC doesn't have the data. The client side only uses some of the DBC info such as tooltips and graphical info.
-
But that is my problem... I have correct data on both side and it still uses old values or says that spell doesnt exist...
-
Anybody, who know, please? I still dont know why it doesnt work... :-/
-
But that is my problem... I have correct data on both side and it still uses old values or says that spell doesnt exist...
No, you don't have correct data on both sides. You think you do, but you in fact do not.
-
At first, again I have correct data on both, server and client side. I dont want to hear replies like " You dont have correct data, noob" I am really sure that I have all things correct which are connected with DBC.
But I tried just simply delete the spell.dbc from server folder and server still goes and doesnt miss that file.
So, do somebody know, where the hell that server gets that spells?!
EDIT: FIxed! Dont know why, but recreated spell.dbc file from clean one now work... So my problem is solved...
-
Imagine that, the error was that the data wasn't the same on both sides! Who knew?