Hi All,
Sorry to make this post but i have searched forum for help and couldn't do it properly. I am trying to duplicate Valkyrian Armor[1] just to make the item account bound and non trade able. I am using SVN 17704 and the latest Client. The steps that i followed for this is as follows.
Updated the System/itemInfo.lub file with the new item ID
[19122] = {
unidentifiedDisplayName = "Armor",
unidentifiedResourceName = "¿ìµç¸ÞÀÏ",
unidentifiedDescriptionName = {
"Unidentified item, can be identified with [Magnifier].",
},
identifiedDisplayName = "Valkyrian Armor",
identifiedResourceName = "¹ß۸®Àǰ©¿Ê",
identifiedDescriptionName = {
"A set of shining white armor worn by Valkyries, the battle maidens that serve the god Odin.",
"All Stats + 1",
"Indestructible (except in upgrade attempts).",
"[^008800Mage, Archer, Acolyte Class^000000]",
"Increase resistance to ^880000Silence^000000 status by 50%.",
"[^008800Swordman, Merchant, Thief Class^000000]",
"Increase resistance to ^880000Stun^000000 status by 50%.",
"[^000088Valkyrie Helm & Valkyrja's Armor & Valkyrja's Manteau & Valkyrja's Shoes Equip Set^000000]",
"Class :^777777 Armor^000000",
"Defense :^777777 55^000000",
"Weight :^777777 280^000000",
"Applicable Job :^777777 Every Rebirth Job except High Novice^000000",
},
slotCount = 1,
ClassNum = 0
},
Then updated the item_db.txt in pre-re and finally updated the item_trade.txt
When i try to create item it says item id not found, can some one please tell me what i am doing wrong