Hi elitepvpers,
Well i wanted to add an new Param for weapons/shields etc to the source.
So i looked at these 3 names in the entire source
#define dwDestParam3 dwDestParam[2]
#define nAdjParamVal3 nAdjParamVal[2]
#define dwChgParamVal3 dwChgParamVal[2]
And i added this underneath it with an diff #ifdef
#define dwDestParam4 dwDestParam[3]
#define nAdjParamVal4 nAdjParamVal[3]
#define dwChgParamVal4 dwChgParamVal[3]
I have compared all those things with the v19 Source of LTD to see if i missed out something. All is completed and uppon rebuilding no errors pops out.
So after i launched the DatabaseServer.exe i notice some errors that i didnt had before
2013/ 4/ 9 20:45:24 FileName propItem.txt(7291) : II_WEA_SWO_ENTANESSUM Not Found. : II_WEA_SWO_ENTANESSUM IDS_PROPITEM_TXT_014742 1 1 IK1_WEAPON IK2_WEAPON_DIRECT
2013/ 4/ 9 20:45:24 propItem.txt ID:0 last_read(ID:23456 name:Entanemuss Yoyo)
2013/ 4/ 9 20:45:24 propSkill.txt ID:0 last_read(ID:1 name:0)
2013/ 4/ 9 20:45:24 ItmeProp(0) dwItemKind2 = -1 (PropSkill)
The first error bugs me cause the weapon is there. But for some odd reason it cant find it.
Any help in this will be appriciated.