[Help] Need voucher codes

Status
Not open for further replies.

KyleJ144

Member
Jan 9, 2017
41
1
Hi

On the catalogue you have got "Redeem voucher code" but how can i create vouchers so that users can redeem them.

Thanks in advance
 

Attachments

  • Catalogue.png
    Catalogue.png
    2.3 KB · Views: 14

JMS

Posting Freak
Aug 25, 2014
563
269
Its in the database matey, under 'catalog_vouchers' Its pretty easy to figure out what each column means, but I've included a screenshot :)
Voucher - The code you want users to enter into the in-game catalog.
Type - Credits OR Duckets, this is the currency users will receive once redeemed.
Value - The amount of credits/duckets you want the voucher to give.
current_uses - This will auto-update in correspondence to the use of the voucher.
max_uses - If this is 0, the voucher will have unlimited uses, however if you want to limit this to 10, this box should read 10.
enabled - 0 = False (Voucher can not be used)
1 = True (Voucher can be used)

Once you have set this, you can run the command ':update vouchers' and your voucher will now be active.
78f538e9a4e4468eb0811ba4460ae3e1.png
 

JynX

Posting Freak
Feb 6, 2016
710
438
In your database you will see a table called "catalog_vouchers". In there you can add a new voucher for credits/duckets. After adding a new record say :update vouchers and you should be good to go.
 
Status
Not open for further replies.

Users who are viewing this thread

Top