Hi guys,
I'm trying to import higher degree items like d14 into my server/client and i'm having a strange issue. The GM command /makeitem displays "Cheat Key success" but no item is spawned.
I'm currently using a clean database which has items up to degree 11. Same for the client, i'm using the vietnam test client available.
What i've done to import the new item was to:
- add the coresponding data to the database into _refObjCommon and _refObjItem
- copy all the assets (bsr/ddj with their respective dependancies) from the new client to the old client and the server data folder
- update the itemData.txt/textdata_equip&skill.txt files with the necessary data.
From what i've investigated, these are the files that either need to be updated or copied over from the new client.
Am i missing something? Is there anything else that i need to change server side? I've tried running the command with only the client updated, and the same scenario happened, making me believe it might be related to the database/server.
Any help would be greatly appreciated since i've been dealing with this for a couple of days now with no success.
#request close, found the issue. The damn id's we're not the same, i've updated it and now the item spawns. yay, great success
I'm trying to import higher degree items like d14 into my server/client and i'm having a strange issue. The GM command /makeitem displays "Cheat Key success" but no item is spawned.
I'm currently using a clean database which has items up to degree 11. Same for the client, i'm using the vietnam test client available.
What i've done to import the new item was to:
- add the coresponding data to the database into _refObjCommon and _refObjItem
- copy all the assets (bsr/ddj with their respective dependancies) from the new client to the old client and the server data folder
- update the itemData.txt/textdata_equip&skill.txt files with the necessary data.
From what i've investigated, these are the files that either need to be updated or copied over from the new client.
Am i missing something? Is there anything else that i need to change server side? I've tried running the command with only the client updated, and the same scenario happened, making me believe it might be related to the database/server.
Any help would be greatly appreciated since i've been dealing with this for a couple of days now with no success.
#request close, found the issue. The damn id's we're not the same, i've updated it and now the item spawns. yay, great success