Jump to content
  • 0

Adding custom MISC items


Profile

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  77
  • Reputation:   1
  • Joined:  04/15/17
  • Last Seen:  

Hey everyone, I know it's probably very simple. But I'm not sure on how to add them. (2013 client)

Here is what I tried doing but had no success:

Added the .bmp to /collection

Added the item .bmp to /item

Added de .act and .spr to /¾ÆÀÌÅÛ

On import/item_db I wrote 

31017,Yellow_Gem,Yellow Gem,3,600,,100,,,,,,,,,,,,,{},{},{}

and finally system/iteminfo.lub

		[31017] = {
		unidentifiedDisplayName = "Yellow_Gem",
		unidentifiedResourceName = "Yellow_Gem",
		unidentifiedDescriptionName = {
			"New item",
			"^ffffff_^000000",
			"Weight : ^77777710^000000"
		},
		identifiedDisplayName = "Yellow_Gem",
		identifiedResourceName = "Yellow_Gem",
		identifiedDescriptionName = {
			"New item",
			"^ffffff_^000000",
			"Weight: ^77777710^000000"
		},
		slotCount = 0,
		ClassNum = 0
	},

Am I missing something? 

Thanks!

Edited by Profile
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  77
  • Reputation:   1
  • Joined:  04/15/17
  • Last Seen:  

Didn't know that MISC items didn't need .spr

The issue has been solved, I simply made a typo in the ID number of the item.

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1678
  • Reputation:   704
  • Joined:  12/21/14
  • Last Seen:  

there is no spr for misc and what the error you get ? you don't get the item when you type @item (there is no item in this id)? or you get client error (no .bmp in the client you have) and it's like an apple or no photo ?

and 

identifiedResourceName = "file_name",

is your files name Yellow_Gem.bmp ?

Edited by sader1992
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...