Jump to content
  • 0
Sign in to follow this  
N e s s

custom item box

Question

4 answers to this question

Recommended Posts

  • 0

Edit : check how its done, getting error in editting 



@N e s s Do it step by step

 

1. Create db in item_db2.conf

{	Id: 25000	AegisName: "Custom_Box_Name"	Name: "Custom Box Name"	Type: 2	Buy: 20	Weight: 10	Script: <" getrandgroupitem 25000,Amount; ">},

2. Create client side

iteminfo.lua

	[25000] = {		unidentifiedDisplayName = "Custom Box Name",		unidentifiedResourceName  = "¿À·¡µÈº¸¶ó»óÀÚ",		unidentifiedDescriptionName = {			"PUT DESCRIPTION HERE",			"^ffffff_^000000",			"Weight :^777777 1^000000",		},		identifiedDisplayName = "Custom Box Name",		identifiedResourceName = "¿À·¡µÈº¸¶ó»óÀÚ",		identifiedDescriptionName = {			"PUT DESCRIPTION HERE",			"^ffffff_^000000",			"Weight :^777777 1^000000",		},		slotCount = 0,		ClassNum = 0	},

3. open item_group.conf

check how to setup

// Structure of file:/* <Container_Item_Name>: (      "Item_Name" or       ("Item_Name",Repeat_Count) )*/
Custom_Box_Name: (	("Costume_Head_Gear1",9),	("Costume_Head_Gear2",10),	)
Edited by Zhao Chow

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.