Jump to content
  • 0

Unkown item "apple" Description ok [ please read ]


Question

Posted

hello i have added these item to server side. i am facing problem to add them in client side..

please guide.. what all changes to make..

idnum2itemdesctable.txt [ Modified ]
idnum2itemdisplaynametable.txt [ Modified ]
idnum2itemresnametable.txt [ Modified ]
itemslotcounttable.txt [ Modified ] 
num2itemdesctable.txt [ Modified ]
num2itemdisplaynametable.txt [ Modified ]
num2itemresnametable.txt [ Modified ]

Please help thanks in advance
 

post-23023-0-51296000-1471950079_thumb.jpg

post-23023-0-79897200-1471950516_thumb.jpg

9 answers to this question

Recommended Posts

  • 0
Posted

The iteminfo work this way:

	[501] = { <-- Id of your item in item_db.txt
		unidentifiedDisplayName = "Red Potion", <--- Name of your Item (This tree are for unidentified)
		unidentifiedResourceName = "빨간포션",   <--- Icon and drop for your custom item
		unidentifiedDescriptionName = { },      <--- Description    
		identifiedDisplayName = "Red Potion",   <--- Name of your Item (Here start for identified)
		identifiedResourceName = "빨간포션",     <--- Icon and drop for your custom item
		identifiedDescriptionName = {
			"A potion made from grinded Red Herbs.", <-- Description, here you can put all the lines you want
			"^FFFFFF_^000000",                       <-- This give you a space between description from other characteristics
			"Class:^0000FF Restorative item^000000", 
			"Heal:^009900 45 - 65^000000 HP",
			"Weight:^009900 7^000000"
		},
		slotCount = 0, <-- Amount of slots you want your item Show drom 1 to 4
		ClassNum = 0 <-- Here you put the idview of your item in case is a hat
	},  <-- every item must end with this

Good luck!

  • Upvote 1
  • 0
Posted

2013-08-07 clients uses iteminfo.lua

 

check your client system folder and look for iteminfo.lua or iteminfo.lub, (YourRO/System/Iteminfo.lua.) then add your custom item info there.

  • 0
Posted

I am using nemo.. Emm.. But I dont pick the read lua over lub.. Do I need to pick it? Then.. I need to make my own iteminfo.lub? or what? I don't understand.. And.. Do I need to put into certain folder for collection and sprite? Does my old collection and sprite no longer readable? Please guide me.. Thank you..

  • 0
Posted

I am using nemo.. Emm.. But I dont pick the read lua over lub.. Do I need to pick it? Then.. I need to make my own iteminfo.lub? or what? I don't understand.. And.. Do I need to put into certain folder for collection and sprite? Does my old collection and sprite no longer readable? Please guide me.. Thank you..

You need to use those diff and changed the extension "System/itemInfo.lub" into "System/itemInfo.lua" if you update kRO often, as they will get replaced when you update kRO. You must have itemInfo.lua in system folder, either the translated or your's modified one.

 

The other question depends on your setup, how many grf file that you use, are your custom items ID have conflict with the original rA items. Mostly you're on your own on to fix this issue.

  • 0
Posted

 

I am using nemo.. Emm.. But I dont pick the read lua over lub.. Do I need to pick it? Then.. I need to make my own iteminfo.lub? or what? I don't understand.. And.. Do I need to put into certain folder for collection and sprite? Does my old collection and sprite no longer readable? Please guide me.. Thank you..

You need to use those diff and changed the extension "System/itemInfo.lub" into "System/itemInfo.lua" if you update kRO often, as they will get replaced when you update kRO. You must have itemInfo.lua in system folder, either the translated or your's modified one.

 

The other question depends on your setup, how many grf file that you use, are your custom items ID have conflict with the original rA items. Mostly you're on your own on to fix this issue.

 

ok.. thanks for info..

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