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
-
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.
-
What is the new column supposed to do? How would the client know what to do with it?
-
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?
-
But doesn't that require the client also using the data somehow?
-
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?
-
Do you know any reverse engineering and assembly? Otherwise that will not be possible.
-
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.