Jump to content
  • 0

error with cash shop db


BreakDancer

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  01/22/14
  • Last Seen:  

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


 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

It's show apple because your iteminfo have no data.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1507
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  01/22/14
  • Last Seen:  

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 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  111
  • Reputation:   29
  • Joined:  10/06/16
  • Last Seen:  

probably you using nemo patch http://nemo.herc.ws/patches/ExtendCashShopPreview/? then open this url and read info about this patch

 

 

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