πŸ«‚Character Slot Purchases

Auto Issuing Character Slots

Character slots can be automatically issued to a player while they are online. If the player is not online at the time of purchase, the deliverable will run when they next join (as the command requires the player to be online).

Note: This method does not require the customer to enter their CSN when purchasing. The player must be online for the slot to be issued.


Creating the Tebex Package for Auto Issuing Character Slots

  1. Create a new Tebex package.

  2. Add an appropriate title, description, and image.

  3. Click Add Deliverable.

  4. Select Game Server Commands.

  5. Under Game Servers, select your game server.

Command Configuration

Under When the package is purchased, enter a variation of the following command:

tebex_autoaddcharslot {hexid}

Additional Settings

  • Game Server to Execute On: Select your server

  • Require Player to Be Online:

    Only execute the command when the player is online
  1. Save and publish the package.

Once published, the character slot will be automatically added to the player when the command is executed. The player will be notified when this is added to them in game.


Issuing Character Slots for Redemption / Collection

Character slots can also be issued as redeemable via /redeem or collectible from a configured location, allowing players to claim the slot manually.

Note: This method does not require the customer to enter their CSN when purchasing. The player must be online for the command to execute.


Creating the Tebex Package for Character Slot Redemption / Collection

  1. Create a new Tebex package.

  2. Add an appropriate title, description, and image.

  3. Click Add Deliverable.

  4. Select Game Server Commands.

  5. Under Game Servers, select your game server.

Command Configuration

Under When the package is purchased, enter a variation of the following command:

Additional Settings

  • Game Server to Execute On: Select your server

  • Require Player to Be Online:

  1. Save and publish the package.

Once published, the character slot will be available for redemption via /redeem or collection from a configured location, depending on your script configuration. The player will be notified in game when this is ready for redemption / collection.

Last updated