BreakDancer Posted June 11, 2021 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
0 Start_ Posted June 12, 2021 Posted June 12, 2021 It's show apple because your iteminfo have no data. Quote
0 Chaos92 Posted June 12, 2021 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
0 BreakDancer Posted June 12, 2021 Author 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
0 4144 Posted June 12, 2021 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
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
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.