Jump to content
  • 0

Unkown item "apple" Description ok [ please read ]


ownager

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

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

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  258
  • Reputation:   53
  • Joined:  01/09/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

What client are you using? AFAIK 2012 clients and above now use System/iteminfo.lua

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

What client are you using? AFAIK 2012 clients and above now use System/iteminfo.lua

I am using 2013-08-07 Client

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

Hello,

I already follow the Guide.. But still shows unknown item.. What do I miss? 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   119
  • Joined:  05/23/12
  • Last Seen:  

Maybe your diffs are not correct or not completely. Are you using NEMO to diff the executable?

Rynbef~

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  182
  • Reputation:   32
  • Joined:  10/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

 

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

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