Jump to content
  • 0

Added New Items Prob


Sinclaire

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  11/17/14
  • Last Seen:  

I'm try to add some ticket on client.

 

this code

 

 

 

 item_db

 

80000,Ticket,Ticket,3,0,,10,,,,,,,,,,,,,{},{},{} 

 

 

--------

 

iteminfo.lua

 

[80000] = {

unidentifiedDisplayName = "Ticket",
unidentifiedResourceName = "ฤํฦ๙",
unidentifiedDescriptionName = {
"description"
},
identifiedDisplayName = "Ticket",
identifiedResourceName = "ฤํฦ๙",
identifiedDescriptionName = {
"description"
},
slotCount = 0,
ClassNum = 0
}, 
 
But i still see item in game like apple.
 
I don't know what i wrong.
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  663
  • Reputation:   671
  • Joined:  11/12/12
  • Last Seen:  

but other item work

 

apple = 80000

 

and i don't know where ฤํฦ๙

 

in sprite folder

 

Try setting the item ID below 32768.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

[80000] = {

unidentifiedDisplayName = "Ticket",
unidentifiedResourceName = "ฤํฦ๙",
unidentifiedDescriptionName = {
"description"
},
identifiedDisplayName = "Ticket",
identifiedResourceName = "ฤํฦ๙",
identifiedDescriptionName = {
"description"
},
slotCount = 0,
ClassNum = 0
}, 


ฤํฦ๙ <---- should be the sprite file name and make sure all the client side files are present on the grf/folder
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  11/17/14
  • Last Seen:  

but other item work

 

apple = 80000

 

and i don't know where ฤํฦ๙

 

in sprite folder

 

0009294_31e4cc9b69.jpg

Edited by Sinclaire
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  156
  • Reputation:   62
  • Joined:  11/24/14
  • Last Seen:  

use lower id maybe?

belowe 30000?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  11/17/14
  • Last Seen:  

my prob is solved

 

Ty for all user

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