BreakDancer Posted June 11, 2021 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 01/22/14 Last Seen: August 3, 2022 Share Posted June 11, 2021 Hello, I wanna edit my cash shop items so I go for import/item_cash_db.txt and edit it but in game some items doesn't show up it just appear an apple with name ( unknown item ) I'm sure all item id is on my item_db and I use @item to check all of them that's my item_cash_db.txt // Cash Shop Database // Contains the items sold in the ingame cash shop. // // Structure of Database: // Type,ItemID,Price // // Type: // 0: New // 1: Hot // 2: Limited // 3: Rental // 4: Gear // 5: Buff // 6: Heal // 7: Other // 8: Sale // // Price: // Item cost, in cash points (#CASHPOINTS). 0,12411,30 0,12411,30 0,12412,30 0,12412,30 0,16267,250 0,16267,250 0,16268,250 0,16268,250 0,12903,50 0,12903,50 0,12904,50 0,12900,50 0,12906,50 0,12907,50 0,12908,50 0,13989,5 0,14004,10 0,5370,350 Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted June 12, 2021 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 2 hours ago Share Posted June 12, 2021 It's show apple because your iteminfo have no data. Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted June 12, 2021 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 8 hours ago Share Posted June 12, 2021 13 hours ago, BreakDancer said: Hello, I wanna edit my cash shop items so I go for import/item_cash_db.txt and edit it but in game some items doesn't show up it just appear an apple with name ( unknown item ) I'm sure all item id is on my item_db and I use @item to check all of them that's my item_cash_db.txt // Cash Shop Database // Contains the items sold in the ingame cash shop. // // Structure of Database: // Type,ItemID,Price // // Type: // 0: New // 1: Hot // 2: Limited // 3: Rental // 4: Gear // 5: Buff // 6: Heal // 7: Other // 8: Sale // // Price: // Item cost, in cash points (#CASHPOINTS). 0,12411,30 0,12411,30 0,12412,30 0,12412,30 0,16267,250 0,16267,250 0,16268,250 0,16268,250 0,12903,50 0,12903,50 0,12904,50 0,12900,50 0,12906,50 0,12907,50 0,12908,50 0,13989,5 0,14004,10 0,5370,350 if you @item, does the information shows or still unknown item ? Check your iteminfo.lua/lub Quote Link to comment Share on other sites More sharing options...
0 BreakDancer Posted June 12, 2021 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 01/22/14 Last Seen: August 3, 2022 Author Share Posted June 12, 2021 1 hour ago, Chaos92 said: if you @item, does the information shows or still unknown item ? Check your iteminfo.lua/lub yes information shown if i use @item items already in my iteminfo and i can get it in game .. but still shown as unknown item with 0 price 6 hours ago, Start_ said: It's show apple because your iteminfo have no data. no it's on my iteminfo and i can get the item with @item Quote Link to comment Share on other sites More sharing options...
0 4144 Posted June 12, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 112 Reputation: 29 Joined: 10/06/16 Last Seen: Saturday at 09:28 PM Share Posted June 12, 2021 probably you using nemo patch http://nemo.herc.ws/patches/ExtendCashShopPreview/? then open this url and read info about this patch Quote Link to comment Share on other sites More sharing options...
Question
BreakDancer
Hello,
I wanna edit my cash shop items so I go for import/item_cash_db.txt and edit it
but in game some items doesn't show up it just appear an apple with name ( unknown item )
I'm sure all item id is on my item_db and I use @item to check all of them
that's my item_cash_db.txt
Link to comment
Share on other sites
4 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.