valshesystem Posted July 9, 2015 Posted July 9, 2015 for example. i want make new item from offcial item view.this offcial item : Item ID# 12744 (Chocotate_Box)i want new item with this item. with new name item.how to make it ? Quote
Lelouch vi Britannia Posted July 9, 2015 Posted July 9, 2015 (edited) import/item_db.txt 30000,Chocotate_Box_,Chocolate Box,2,0,,0,,,,,0xFFFFFFFF,63,2,,,,,,{ getitem 558,1; },{},{} System/itemInfo.lub [30000] = { unidentifiedDisplayName = "Chocolate Box", unidentifiedResourceName = "선물상자_3", unidentifiedDescriptionName = { "A sweet chocolate box that is tastefully decorated.", "Surely all the best wishes are in it.", "^FFFFFF_^000000", "Weight: ^7777770^000000" }, identifiedDisplayName = "Chocolate Box", identifiedResourceName = "선물상자_3", identifiedDescriptionName = { "A sweet chocolate box that is tastefully decorated.", "Surely all the best wishes are in it.", "^FFFFFF_^000000", "Weight: ^7777770^000000" }, slotCount = 0, ClassNum = 0 }, Edited July 9, 2015 by Lelouch vi Britannia Quote
valshesystem Posted July 9, 2015 Author Posted July 9, 2015 (edited) its work if i change the name ?so like this sir ? [30000] = { unidentifiedDisplayName = "Newbie Reward Box", unidentifiedResourceName = "선물상자_3", unidentifiedDescriptionName = { "A sweet chocolate box that is tastefully decorated.", "Surely all the best wishes are in it.", "^FFFFFF_^000000", "Weight: ^7777770^000000" }, identifiedDisplayName = "Newbie Reward Box", identifiedResourceName = "선물상자_3", identifiedDescriptionName = { "A sweet chocolate box that is tastefully decorated.", "Surely all the best wishes are in it.", "^FFFFFF_^000000", "Weight: ^7777770^000000" }, slotCount = 0, ClassNum = 0 }, i use it but its unknown item sir Edited July 9, 2015 by valshesystem Quote
Lelouch vi Britannia Posted July 9, 2015 Posted July 9, 2015 (edited) import/item_db.txt 30000,Newbie_Reward_Box,Newbie Reward Box,2,0,,0,,,,,0xFFFFFFFF,63,2,,,,,,{ getitem 558,1; },{},{} System/itemInfo.lub [30000] = { unidentifiedDisplayName = "Newbie Reward Box", unidentifiedResourceName = "선물상자_3", unidentifiedDescriptionName = { "A sweet chocolate box that is tastefully decorated.", "Surely all the best wishes are in it.", "^FFFFFF_^000000", "Weight: ^7777770^000000" }, identifiedDisplayName = "Newbie Reward Box", identifiedResourceName = "선물상자_3", identifiedDescriptionName = { "A sweet chocolate box that is tastefully decorated.", "Surely all the best wishes are in it.", "^FFFFFF_^000000", "Weight: ^7777770^000000" }, slotCount = 0, ClassNum = 0 }, Add this sprite and texture file to your custome grfdata.zip Edited July 9, 2015 by Lelouch vi Britannia Quote
Question
valshesystem
for example. i want make new item from offcial item view.
this offcial item : Item ID# 12744 (Chocotate_Box)
i want new item with this item. with new name item.
how to make it ?
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.