Jump to content
  • 0

Cash Shop button and icon missing


Karthikeyan

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.02
  • Content Count:  55
  • Reputation:   0
  • Joined:  09/26/20
  • Last Seen:  

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.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

Quote

Gah posted at the same time @Poring King  /heh 

@Akkarin HAHAHA LOL

  • Upvote 1
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...