Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: hiyoo on March 17, 2016, 10:52:14 am

Title: [SOLVED]  [DBC] [WotLk] need help...i can't solve the error
Post by: hiyoo on March 17, 2016, 10:52:14 am
hi guys,

i have modified code and added some new column to RandPropPoints.dbc in order to make the normal&legendary quality equipments to have some random properties.

everything was read,but when i run the wow.exe, it was crashed.

the error is "DBFilesClientRandPropPoints.dbc has wrong number of columns.",#121.

now,what should i do in order to make the wow.exe not crash? or make it to skip check?



need help ....

please forgive me for my bad English if it annoys you.
Title: Re: [QUESTION] [DBC] [WotLk] 
Post by: schlumpf on March 17, 2016, 11:36:59 am
What is the new column supposed to do? How would the client know what to do with it?
Title: Re: [QUESTION] [DBC] [WotLk] need help...i can't solve the e
Post by: hiyoo on March 17, 2016, 11:48:58 am
i have modified code and added some new column to RandPropPoints.dbc in order to make the normal&legendary quality equipments to have some random properties.

everything was read,but when i run the wow.exe, it was crashed.

the error is "DBFilesClientRandPropPoints.dbc has wrong number of columns.(found 26, expected 16)".

now,what should i do in order to make the wow.exe not crash? or make it to skip check?
Title: Re: [QUESTION] [DBC] [WotLk] need help...i can't solve the e
Post by: schlumpf on March 17, 2016, 03:43:58 pm
But doesn't that require the client also using the data somehow?
Title: Re: [QUESTION] [DBC] [WotLk] need help...i can't solve the e
Post by: hiyoo on March 18, 2016, 02:40:29 am
Quote from: "schlumpf"
But doesn't that require the client also using the data somehow?

sure,the client also need to use the data.

how to make the client to know what to do with these new columns?
Title: Re: [QUESTION] [DBC] [WotLk] need help...i can't solve the e
Post by: schlumpf on March 18, 2016, 08:21:33 am
Do you know any reverse engineering and assembly? Otherwise that will not be possible.
Title: [SOLVED] Re: [QUESTION] [DBC] [WotLk] need help...i can't so
Post by: hiyoo on March 18, 2016, 09:00:26 am
Quote from: "schlumpf"
Do you know any reverse engineering and assembly? Otherwise that will not be possible.

thanks for your patient to answer my questions,bro.
It seems that I have to find  another way to achieve my idea.