Jump to content
  • 0

how make offcial item to new item custom.


Question

Posted

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

Posted (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 by Lelouch vi Britannia
Posted (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 by valshesystem
Posted (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 grf
data.zip

Edited by Lelouch vi Britannia

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...