Jump to content
  • 0

Custom Item not showing


coderjuan

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   1
  • Joined:  12/10/18
  • Last Seen:  

i followed this tutorial https://gomanilahost.net/clients/knowledgebase/139/Guide-Adding-Custom-Items.html

no errors but the item is not showing, please help

 

client-side

data\idnum2itemdesctable.txt

32205#
Str + 10
Class :^777777 Headgear^000000
Defense :^777777 0^000000
Equipped on :^777777 Lower^000000
Required Level :^777777 ??^000000
Weight :^777777 10^000000
Applicable Job :^777777 Every Job^000000
#

data\idnum2itemdisplaynametable.txt

32205#Pilipinas_Cap#

data\idnum2itemresnametable.txt

32205#Pilipinas_Cap#

data\lua files\datainfo\accessoryid.lub

	ACCESSORY_Pilipinas_Cap = 1772

data\lua files\datainfo\accname.lub

	[ACCESSORY_IDs.ACCESSORY_Pilipinas_Cap] = "_Pilipinas_Cap"

System\itemInfo.lua

[32205] = {
unidentifiedDisplayName = "Pilipinas_Cap",
unidentifiedResourceName = "Pilipinas_Cap",
unidentifiedDescriptionName = {
"Str + 10",
"Class :^777777 Headgear^000000",
"Defense :^777777 0^000000",
"Equipped on :^777777 Lower^000000",
"Required Level :^777777 ??^000000",
"Weight :^777777 10^000000",
"Applicable Job :^777777 Every Job^000000"
},
identifiedDisplayName = "Pilipinas_Cap",
identifiedResourceName = "Pilipinas_Cap",
identifiedDescriptionName = {
"Str + 10",
"Class :^777777 Headgear^000000",
"Defense :^777777 0^000000",
"Equipped on :^777777 Lower^000000",
"Required Level :^777777 ??^000000",
"Weight :^777777 10^000000",
"Applicable Job :^777777 Every Job^000000"
},
slotCount = 1,
ClassNum = 0
},

 

server-side 

db\re\item_db.txt

32205,Pilipinas_Cap,Pilipinas_Cap,4,1000,,200,,2,,0,0xFFFFFFFF,63,2,256,,0,1,1772,{},{},{}

 

Capture.PNG

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1529
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

5 hours ago, coderjuan said:

i followed this tutorial https://gomanilahost.net/clients/knowledgebase/139/Guide-Adding-Custom-Items.html

no errors but the item is not showing, please help

 

client-side

data\idnum2itemdesctable.txt


32205#
Str + 10
Class :^777777 Headgear^000000
Defense :^777777 0^000000
Equipped on :^777777 Lower^000000
Required Level :^777777 ??^000000
Weight :^777777 10^000000
Applicable Job :^777777 Every Job^000000
#

data\idnum2itemdisplaynametable.txt


32205#Pilipinas_Cap#

data\idnum2itemresnametable.txt


32205#Pilipinas_Cap#

data\lua files\datainfo\accessoryid.lub


	ACCESSORY_Pilipinas_Cap = 1772

data\lua files\datainfo\accname.lub


	[ACCESSORY_IDs.ACCESSORY_Pilipinas_Cap] = "_Pilipinas_Cap"

System\itemInfo.lua


[32205] = {
unidentifiedDisplayName = "Pilipinas_Cap",
unidentifiedResourceName = "Pilipinas_Cap",
unidentifiedDescriptionName = {
"Str + 10",
"Class :^777777 Headgear^000000",
"Defense :^777777 0^000000",
"Equipped on :^777777 Lower^000000",
"Required Level :^777777 ??^000000",
"Weight :^777777 10^000000",
"Applicable Job :^777777 Every Job^000000"
},
identifiedDisplayName = "Pilipinas_Cap",
identifiedResourceName = "Pilipinas_Cap",
identifiedDescriptionName = {
"Str + 10",
"Class :^777777 Headgear^000000",
"Defense :^777777 0^000000",
"Equipped on :^777777 Lower^000000",
"Required Level :^777777 ??^000000",
"Weight :^777777 10^000000",
"Applicable Job :^777777 Every Job^000000"
},
slotCount = 1,
ClassNum = 0
},

 

server-side 

db\re\item_db.txt


32205,Pilipinas_Cap,Pilipinas_Cap,4,1000,,200,,2,,0,0xFFFFFFFF,63,2,256,,0,1,1772,{},{},{}

 

Capture.PNG

You need to have sprite folder, texture folder for the custom item.

also need to edit accname.lua and accessoryid.lua.

 

  • Upvote 1
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...