Online jackpots are available in ABXplay games - common between a number of games or unique to the game. Games support from 1 to 4 jackpots, which will be displayed in the game itself in the form of accumulative counters and the minimum required bet in order to win the jackpot. The jackpot amount is accumulated from the player's bets and may or may not have a base accumulation.
An example of how counters look like:
Jackpot
Minimum bet
The jackpot will start flashing when there is a chance to win it
In order for jackpots to become available in ABXplay games, it is necessary to make a number of changes to your billing. The game server in the billing response to the balance request expects a field according to which jpkey accumulations will be grouped as follows:
//example of billing response with jpkey
response: {"status":"OK","balance":50000,"currency":"USD","opts":{"jpkey":"b00c8b2e-401a-4d92-8796-c4099305f3ec"}}
Also billing should accept JP payments, this is data from the tag request:
{
"trx_id":"trx2_2_1660562178",
"tag":{"lines":1,"game_uuid":"jp:12","game_id":"jackpot","game":"slot","denomination":1,"bet":1},
"sign":"470300c7570cfc033e3492802b58ea90",
"session":"XXX","retry":0,"plus":1000,"minus":0,"method":"do"
}
In the config file, which is registered on our side, the jackpot settings for each jpkey for each currency are specified.
You need to provide us with information for a configuration file with the following content:
jpkeys:
# jpkey by which JP is configured
56a61cac-2060-4132-a4d9-9fabc3e00762:
jackpot_slots:
# currency
FUN:
# unique id within jpkey / currency
- uuid: jackpot1
# JP name for the player (in the game it is written in CAPITAL LETTERS, supports numbers and Latin)
title: "Vegas"
# the set of slots for which will be taken into account, for this list JP will be common between all slots
slots: ["ib_kc","ib_fe", "ib_uh", ...]
# the lower limit of the falling out (in cents)
border_bottom: 1000
# the upper limit of the falling out (in cents)
border_top: 2000
# percentage of accumulation from the value of each spin
percent: 0.1
# minimum bet to get JP (in cents)
min_bet: 15
# initial accumulation amount after each distribution (in cents) - NOT a required parameter, by default it is 0
base: 100
# whether or not to save JP from gift spins - NOT a required parameter
free: "yes"
# JP must be represented as an array
# with a unique uuid within jpkey/currency
- uuid: jackpot2
...
- uuid: jackpot3
...
Example of filling out with comments
#for example, on EUR we set 2 jackpots common for 4 slots, 2 for USD - one is also common for 4 slots, the other is unique - only for one game
56a61cac-2060-4132-a4d9-9fabc3e00762:
jackpot_slots:
EUR:
- uuid: jp1
title: "VEGAS"
slots: ["ib_hfw", "ib_uh", "ib_kc", "ib_fe"]
# lower limit 10 EUR
border_bottom: 1000
# upper limit 20 EUR
border_top: 2000
percent: 0.1
# minimum bet for winning - 0.10 EUR
min_bet: 10
- uuid: jp2
title: "ATLANTA"
slots: ["ib_uh", "ib_kc", "ib_fe"]
border_bottom: 2000
border_top: 3000
percent: 0.15
min_bet: 30
# for the second jackpot set the basic accumulation of 5 EUR
base: 500
# and an ability to accumulate from spins by the promo code
free: "yes"
USD:
- uuid: jp1
title: "JACKPOT"
slots: ["ib_uh", "ib_kc", "ib_fe"]
border_bottom: 1000
border_top: 2000
percent: 0.2
min_bet: 15
- uuid: jp2
title: "JACKPOT"
# for the second jackpot, only 1 slot is set
slots: ["ib_bob"]
border_bottom: 500
border_top: 1500
percent: 0.1
min_bet: 15
base: 150
free: "yes"
| ID | Source | Game |
|---|