Jump to content

Question

Posted

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


 

4 answers to this question

Recommended Posts

  • 0
Posted
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

  • 0
Posted
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 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...