Jump to content
  • 0

Cash Shop button and icon missing


Question

Posted

HI , I am using 22018 client, I want to enable cash shop for players but the cash shop icon and cash shop button in the menu is not available. How do i enable it or make is display for clietns.

Also which is the table where i can put an insert for cash shop items.

Any help will be greatful.

3 answers to this question

Recommended Posts

  • 0
Posted

Diff / Hex it using Nemo-Master

Select Restore Cash Shop button all related to Cash shop button


 

Adding Cash Shop Button Item

To add item inside your cash shop you need to go to item_cash_db.txt



// Structure of Database:
// Type,ItemID,Price

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

Ex: 8,7227,10

// 8 - Sale Tab
// 7227 - TCG Card
// Cost - 10 cash points

 

  • Upvote 1
  • 0
Posted (edited)

They're not present by default if you're using a RE client, you need to select the diff option to re-enable it.

The cash shop table, as you would expect, is called `item_cash_db` if you're using SQL tables for items, or /db/(pre-)re/item_cash_db.txt if you're using file databases.

Gah posted at the same time @Poring King  /heh 

Edited by Akkarin
  • Upvote 1

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