Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Deuzz on July 18, 2013, 11:00:49 pm
-
I tried to create a custom achievement.
I created the category and the achievement and it worked.
Then I added the achievement_criteria.dbc file and wow crashed with the error:
"DBFilesClientAchievement_Criteria.dbc has wrong number of columns (found 28, expected 31)"
And now, I don't know what I can do, to remove that error.
Please, can someone help me?
-
You extracted the wrong version of that file. Always use the latest one.
common < patch < locale < patch-locale, regard numbers.
Using an old file will break stuff as files changed between versions. (column count in this case)
-
To avoid most common problems, do our tutorial series!
-
@schlumpf: thanks ^-^ now it works :D
@Steff: I used the tutorial
-
But IF schlumpfs tip fixed your problem.
Then you don´t extract the client files and did not read or understand this part.
-
I know my mistake now.
I extracted first the patch-deDE files and then I overwrote it with the other extracted patch files ._.
-
Ok thanks for your feedback. And niec that it works now :)