Server side:
db/pre-rene/item_db.txt
YOUR_ID,YOUR_UNIQUE_NAME,YOUR_DISPLAY_NAME,12,10,,0,,,,0,0xFFFFFFFF,63,2,1048576,,120,,,{ bonus bVit,2; },{},{}
Replace:
YOUR_ID: ex 29999
YOUR_UNIQUE_NAME: ex: Shadow_Duplicate
YOUR_DISPLAY_NAME: ex Shadow Duplicate
Client side: find id 24010 in iteminfo.lua or *lub copy and paste and change ID
Ex:
[25788] = {
unidentifiedDisplayName = "Choco PingPing", <<------- Display name in client not identify
unidentifiedResourceName = "ÃÊÄÝ·¿ÆøÅº", <<-- Sprite name
unidentifiedDescriptionName = { },
identifiedDisplayName = "Choco PingPing", <<------- Display name in client identified
identifiedResourceName = "ÃÊÄÝ·¿ÆøÅº", <<-- Sprite name
identifiedDescriptionName = {
"Description, what is this ?",
},
slotCount = 0, <<---------- Display card in client
ClassNum = 0 <<---------- View ID
},