eirwanda Posted December 19, 2016 Share Posted December 19, 2016 if this item can be duplicate, tell me step by step how to do it, please .... Quote Location item : db/pre-rene/item_db.txt 24010,T_VIT2_Earrings_Shadow(R),T VIT2 Earrings Shadow(R),12,10,,0,,,,0,0xFFFFFFFF,63,2,1048576,,120,,,{ bonus bVit,2; },{},{} anyone can help me?? Thanks All Quote Link to comment
Ehwaz Posted December 20, 2016 Share Posted December 20, 2016 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 }, Quote Link to comment
eirwanda Posted December 20, 2016 Author Share Posted December 20, 2016 2 minutes ago, chne024 said: 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 }, lemme try it thanks btw Quote Link to comment