valshesystem Posted July 9, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 07/09/15 Last Seen: July 9, 2015 Share 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 Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted July 9, 2015 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share 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 Link to comment Share on other sites More sharing options...
valshesystem Posted July 9, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 07/09/15 Last Seen: July 9, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted July 9, 2015 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share 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 Link to comment Share on other sites More sharing options...
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 ?
Link to comment
Share on other sites
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.