Jump to content
  • 0

how make offcial item to new item custom.


valshesystem

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  07/09/15
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  07/09/15
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...