Jump to content

Question

Posted

Guys, I have a doubt ...

 

I would like to add new items in my server...  like  Winter Bunny Cap, Deviruchi Balloon, Baby Panda, Virginity Band, Dainty Deviruchi, pets... and many others.  

 

 

In the case ... I would have to add them manually?  Creating a own script for each item?  Editing and adding each one as if they were "Customs"?

 

 

 

 

*Note: I have all textures and sprites*

 

 

Grateful. :3

5 answers to this question

Recommended Posts

Posted (edited)
got it !!   

"just pass the idnum* but add the item info to system/itemInfo.lub / .lua"

 Could you explain this process? ... Please...    /wah 

Edited by Miio Kiiryun
Posted
[501] = {
		unidentifiedDisplayName = "Red Potion",
		unidentifiedResourceName = "»¡°£Æ÷¼Ç",
		unidentifiedDescriptionName = {
			"A potion made from",
			"grinded Red Herbs that",
			"restores ^000088about 45 HP^000000.",
			"^ffffff_^000000",
			"Weight: ^7777777^000000"
		},
		identifiedDisplayName = "Red Potion",
		identifiedResourceName = "»¡°£Æ÷¼Ç",
		identifiedDescriptionName = {
			"A potion made from",
			"grinded Red Herbs that",
			"restores ^000088about 45 HP^000000.",
			"^ffffff_^000000",
			"Weight: ^7777777^000000"
		},
		slotCount = 0,
		ClassNum = 0
	},

add your item's info by the format above.

  • Upvote 1

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...