πŸ“¦ Scripts
🎁 Akilla Donator
Getting Started
Installation

πŸ“₯ Installation

Follow these steps to install Akilla Donator Store on your server.

Step 1: Download

  1. Download the script from your Tebex purchase
  2. You will receive a .zip file containing the resource

Step 2: Extract

  1. Extract the akilla-donator folder from the zip
  2. Place it in your server's resources folder

Your folder structure should look like:

resources/
β”œβ”€β”€ [qb]/ or [esx]/
β”œβ”€β”€ ox_lib/
β”œβ”€β”€ oxmysql/
└── akilla-donator/
    β”œβ”€β”€ client/
    β”œβ”€β”€ server/
    β”œβ”€β”€ shared/
    β”œβ”€β”€ html/
    β”œβ”€β”€ sql/
    └── fxmanifest.lua

Step 3: Database Setup

Run the SQL setup file on your database. See Database Setup for detailed instructions.

Step 4: Configure

Edit the configuration file at shared/config.lua to customize:

  • Store appearance and theme
  • NPC location
  • Shop items and prices
  • Tebex integration

See Configuration for all options.

Step 5: Add to Server Config

Add the following to your server.cfg:

# Make sure dependencies are started first
ensure ox_lib
ensure oxmysql

# Start the donator store
ensure akilla-donator

⚠️ Important: Make sure ox_lib and oxmysql are started before akilla-donator!

Step 6: Restart Server

Restart your server or use the refresh command:

refresh
ensure akilla-donator

βœ… Verify Installation

To verify the script is working:

  1. Check your server console for any errors
  2. Join your server
  3. Go to the NPC location (default: Legion Square)
  4. You should see the interaction prompt

βœ… Success! If you see the NPC and can open the store, the installation is complete!

Next Steps