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

Title: [QUESTION] custom achievement
Post 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?
Title: Re: [QUESTION] custom achievement
Post by: schlumpf on July 18, 2013, 11:55:32 pm
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)
Title: Re: [QUESTION] custom achievement
Post by: Steff on July 19, 2013, 09:14:51 am
To avoid most common problems, do our tutorial series!
Title: Re: [QUESTION] custom achievement
Post by: Deuzz on July 19, 2013, 12:21:33 pm
@schlumpf: thanks ^-^ now it works :D
@Steff: I used the tutorial
Title: Re: [QUESTION] custom achievement
Post by: Steff on July 22, 2013, 04:12:33 pm
But IF schlumpfs tip fixed your problem.

Then you don´t extract the client files and did not read or understand this part.
Title: Re: [QUESTION] custom achievement
Post by: Deuzz on July 22, 2013, 10:43:49 pm
I know my mistake now.
I extracted first the patch-deDE files and then I overwrote it with the other extracted patch files ._.
Title: Re: [QUESTION] custom achievement
Post by: Steff on July 23, 2013, 05:28:16 am
Ok thanks for your feedback. And niec that it works now :)