Arkasino Slots Module

Paid Arkasino Slots Module 1.0

This resource is paid, and requires to be purchased

ARKASINO — Slots Module
Premium Game Module · Lifetime License

Required add-on for running Slots in the Arkasino Discord Bot



What Is the Slots Module?

The Slots Module adds a configurable slot machine game to your Arkasino Discord bot.

This module is required if you want to run Slots.
The core Arkasino bot does not include Slots unless this module is installed and licensed.

• Uses real ARKShop points
• Fully configurable symbols and payouts
• Runs directly inside Discord
• No fake currency, no external services

License Type: Lifetime
Payment Model: One-time payment — no subscriptions



ARKShop Integration

Real Currency:
Players bet using actual ARKShop points from your server economy.

Permission-Aware Features:
Special features like auto-spin can be locked behind VIP or permission groups.

Shop Redirects:
Players can be redirected to your shop instantly when they run out of points.

Perfect Sync:
No duplicated balances — everything stays tied to ARKShop.



Modular by Design

The Slots module is fully modular.

• Lives entirely inside the games folder
• Does not modify the core bot
• Can be added or removed independently
• Has its own configuration and permissions

Future games will follow the same modular approach — install only what your server needs.



Slots Gameplay Features

Custom Symbols
Define your own emojis, names, and appearance rates.

Configurable Paytables
Set separate payouts for 2-match and 3-match combinations.

Auto-Spin System
Optional automated spins with permission-based access.

RTP Control
Target a specific return-to-player percentage and validate it via simulations.

Clean Discord UI
All gameplay runs in a dedicated Discord channel.



Slots Game Configuration (Explained)

Each game module includes its own configuration file.
Below is the Slots configuration with detailed explanations.

Code:
{
  "enabled": true, 
  // Enable or disable the slots game entirely

  "channelId": "", 
  // Discord channel ID where slot games are played

  "bets": [
    // List of bet amounts players can choose from
    // Example:
    // { "amount": 10 }
    // { "amount": 50 }
  ],

  "symbols": [
    {
      "emoji": "", 
      // Emoji displayed on the reels (e.g. 🍒)

      "name": "", 
      // Internal name of the symbol (e.g. "Cherry")

      "weight": 0 
      // Spawn weight — higher values = symbol appears more often
    }
  ],

  "auto_spin_enabled": false, 
  // Enable or disable auto-spin feature

  "auto_spin_duration": 0, 
  // Total auto-spin session length (in seconds)

  "auto_spin_interval": 0, 
  // Delay between spins (in seconds)

  "auto_spin_permission": "", 
  // Permission or role required to use auto-spin (e.g. "VIP")

  "reelLength": 0, 
  // Number of symbols per reel (affects randomness and variance)

  "paytable": {
    "3": {
      // Payout multipliers for 3 matching symbols
      // "🍒": 2.5
    },
    "2": {
      // Payout multipliers for 2 matching symbols
      // "🍒": 0.2
    }
  },

  "targetRTP": 0, 
  // Target Return To Player percentage (e.g. 95)

  "simulationRuns": 0 
  // Number of simulation spins used to validate RTP
}

This configuration only affects the Slots game and does not impact other modules.



Example Slots Configuration

Below is a real-world example configuration.
Code:
{
  "enabled": true,
  "channelId": "",
  "bets": [
    { "amount": 10 },
    { "amount": 25 },
    { "amount": 50 }
  ],
  "symbols": [
    { "emoji": "🍒", "name": "Cherry", "weight": 25 },
    { "emoji": "🍋", "name": "Lemon", "weight": 22 },
    { "emoji": "🔔", "name": "Bell", "weight": 15 },
    { "emoji": "🍀", "name": "Clover", "weight": 12 },
    { "emoji": "💎", "name": "Diamond", "weight": 10 },
    { "emoji": "7️⃣", "name": "Lucky 7", "weight": 11 }
  ],
  "auto_spin_enabled": true,
  "auto_spin_duration": 15,
  "auto_spin_interval": 10,
  "auto_spin_permission": "Vip",
  "reelLength": 64,
  "paytable": {
    "3": {
      "7️⃣": 26,
      "💎": 20,
      "🍀": 15,
      "🔔": 11,
      "🍋": 4.5,
      "🍒": 2.5
    },
    "2": {
      "7️⃣": 6,
      "💎": 4,
      "🍀": 3,
      "🔔": 1.8,
      "🍋": 0.8,
      "🍒": 0.2
    }
  },
  "targetRTP": 95,
  "simulationRuns": 10000
}



File Structure & Installation

Code:
arkasino.exe        // Main Arkasino executable (do not modify)

games/              // All casino games live here
  slots/            // <-- INSERT THE SLOTS MODULE HERE
    *.jsc           // Compiled slots logic
    config files    // Slots configuration

logs/               // Runtime & error logs
cache/              // Temporary runtime cache
commented-config.json
config.json

Installation:
1. Copy the entire slots folder into the games directory
2. Configure the Slots settings inside that folder
3. Restart arkasino.exe
4. Slots will automatically load and register





Timed Auto-Spin (Premium Feature)

The Slots Module includes a timed auto-spin system designed for extended play without breaking Discord embeds.

• Auto-spin runs by time, not spin count
• Maximum session length: 15 minutes
• Spins execute automatically at a fixed interval

Important:
Do not exceed 15 minutes. Longer sessions may cause embed update issues due to Discord limitations.

Premium Access via ARK API
Auto-spin uses the native ARK API permissions plugin, allowing you to:

• Restrict auto-spin to VIP / premium members
• Control access using existing permission groups
• Enable or disable the feature per server policy

Session Reporting
At the end of each auto-spin session:

• Players receive a full win/loss summary
• A complete session report is written to the logs

This is currently the only Ark casino bot offering stable, long-running timed auto-spin with full reporting.



Join the Arkasino Discord
Suggestions · Bug Reports · Support · Updates




Built for ARK Communities

The Slots Module gives you full control over odds, payouts, and player experience — without touching the core bot.

One module. One payment. Lifetime access.

  • image_2026-01-16_230900915.png
    image_2026-01-16_230900915.png
    183.3 KB · Views: 26
  • image_2026-01-16_230914893.png
    image_2026-01-16_230914893.png
    33.8 KB · Views: 26
  • image_2026-01-16_230926790.png
    image_2026-01-16_230926790.png
    22.4 KB · Views: 25
  • image_2026-01-16_230938994.png
    image_2026-01-16_230938994.png
    34.4 KB · Views: 26
  • image_2026-01-16_231850385.png
    image_2026-01-16_231850385.png
    34 KB · Views: 27
Author
little_brain
Downloads
1
Type
Digital product
License duration
Unlimited
Price
12.95 USD
Views
70
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from little_brain

Back
Top