Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: Смердокрыл on October 16, 2015, 05:09:36 pm
-
Hey!
I wanted to add a new entry into map.dbc (like I've already done two times). I just copied the previous entry, changing the needed fields, compiled a patch and replaced the server-side dbc. All seems right, but when I try to log into my account on the server, it gives me "ERROR #121 Version Mismatch
DBFilesClientMap.dbc has wrong row size (found 264, expected 80)"
Could anyone help?
P.S. For dbc edits I use the (surprise-surprise) DBC Editor.
-
You did not extract from the last MPQ and thus edited some old version.
-
You did not extract from the last MPQ and thus edited some old version.
What did I not extract and from which MPQ?
-
Ok, I fixed the problem, nvm. Thanks for help!
-
Just to make sure also other ones having similiar issues and finding this topic understand - problem was wrong blizzlike DBC used, extracted from wrong blizzlike MPQ. Always open all MPQs in Locales directory in merged mode (by using File > Open MPQ(s) with Options). MPQs in Locales directory tend to have multiple versions of DBCs and those which are not the latest usually cause crashes.
-
actually, my problem was fixed a different way: in the previous patch (already compiled) I had a map.dbc completely different from the one I wanted to add now (maybe it wasnt even the needed wow version). I deleted it from that (previous) patch and everything started to work perfectly.
-
That DBC you found was clearly modded version of outdated DBC (that means it was from wrong MPQ from Locales). So... the same kind of problem.
-
Do tutorial part 2. In section extraction MPQs ill extract all MPQs to one folder.
This way you have a source with all wow files in right version.