|
Get on your knees ... and open the "MSSQL port", right under my belly ...
Nah, kidding.
Get on your MSSQL server, browse to your shard DB, go to RefObjCommon, search for your Egypt weapon, almost at the end, there should be some ".bsr" declarations.
E.g. "sword_weapon_14.bsr" = points to a degree 14 sword (don't ask me for the strings, since I've changed every item declaration on my client and server).
ITEM_CH_SWORD_14_A_RARE, you could take its associated design string and put it down to the ...SWORD_11_A_SET / ...SWORD_11_B_SET rows (I assume that these are egypt weapons, don't remember that much).
Just a copy and paste work. Do it server sided. Do it client sided. Profit.
TL;DR
Search Item String (e.g. "CH_SWORD_"), take .bsr string, search for egypt weapon string, replace .bsr string.
Same for media.pk2 -> Itemdata_######.txt
|