Hi Tyvm, as far as I understand, you got a d14 database you want just to add d15 weapons, not to upgrade the whole database ( cap/ maps/ monster lvl etc etc) to d15?
In case that you want to add just the d15 weapons you have to add new custom lines in the database
what you have to do is :
Database side:
go to SRO_VT_SHARD or whatever you've called your shard database
1. create /add new " _refObjCommon " line
Here you can edit the restriction lvl of item usage, race restriction (chinese / europe ) the *bsr / ddj path , so on...
2. create /add new "_refObjItem" line
Here you can edit the weapons stats ( attack , def , attack/parry rate etc etc)
Make sure that the link from _refObjCommon its matching with the ID of the weapon from _refObjItem otherwise your gameserver won't start.
Client side:
Import on your client the the weapon itself on data.pk2 , media.pk2 and particles.pk2
on Data.pk2 is the weapon itsefl
media.pk2 the icons, item name and "itemdata_xxx"
to extract the "itemdata_xxx" execute this program " _dbToMedia"
particles.pk2 the weapon's efp ( effects )