Jump to content
  • 0

Costume not showed


Mirio

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  05/07/17
  • Last Seen:  

Hi,

I add new custom item, i will show it in the equip but when try to equip it, it will not appear.

15tbXqf.png

ItemInfo.lua

	[50009] = {
		unidentifiedDisplayName = "Hat",
		unidentifiedResourceName = "캡",
		unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
		identifiedDisplayName = "Costume Bankruptcy of Heart",
		identifiedResourceName = "돈잃은자의마음",
		identifiedDescriptionName = {
			"Class:^6666CC Costume^000000",
			"Location:^6666CC Upper^000000",
			"Weight:^006600 0^000000",
			"Level Requirement:^006600 1^000000",
			"Jobs:^6666CC All classes^000000"
		},
		slotCount = 0,
		ClassNum = 107
	},

Item on db

zfvzd4y.png

Client version: 2015-11-04a

Any tips?

Thanks

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Just now, Mirio said:

Ah ok, how to get it?

 

ClassNum = 107 // means this is the view id number
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:  

On view column of your item_db, add the view id which is 107. Currently it is NULL.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  05/07/17
  • Last Seen:  

Thanks Techno, the view-id "107" is need to use for all costume?

How i can see the code for others costume? i've checked on wiki but it now specified

Edited by Mirio
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

view id and location are different.

view id = to display the specific sprite 

location = where you want the item to be equip.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  05/07/17
  • Last Seen:  

Ah ok, how to get it?

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  05/07/17
  • Last Seen:  

Nice, thanks Radian

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

Your view number is null put it 107 on there

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