Sinclaire Posted February 9, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 11/17/14 Last Seen: June 26, 2024 Share Posted February 9, 2015 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. Quote Link to comment Share on other sites More sharing options...
Tokei Posted February 9, 2015 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 696 Reputation: 721 Joined: 11/12/12 Last Seen: Wednesday at 04:09 PM Share Posted February 9, 2015 but other item work apple = 80000 and i don't know where ฤํฦ๙ in sprite folder Try setting the item ID below 32768. Quote Link to comment Share on other sites More sharing options...
Yonko Posted February 9, 2015 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted February 9, 2015 [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 Quote Link to comment Share on other sites More sharing options...
Sinclaire Posted February 9, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 11/17/14 Last Seen: June 26, 2024 Author Share Posted February 9, 2015 (edited) but other item work apple = 80000 and i don't know where ฤํฦ๙ in sprite folder Edited February 9, 2015 by Sinclaire Quote Link to comment Share on other sites More sharing options...
zackdreaver Posted February 9, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 156 Reputation: 62 Joined: 11/24/14 Last Seen: March 1, 2019 Share Posted February 9, 2015 use lower id maybe? belowe 30000? Quote Link to comment Share on other sites More sharing options...
Sinclaire Posted February 9, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 11/17/14 Last Seen: June 26, 2024 Author Share Posted February 9, 2015 my prob is solved Ty for all user Quote Link to comment Share on other sites More sharing options...
Question
Sinclaire
I'm try to add some ticket on client.
this code
item_db
80000,Ticket,Ticket,3,0,,10,,,,,,,,,,,,,{},{},{}
--------
iteminfo.lua
[80000] = {
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.