Skip to main content

🎲 RAFFLE 🎲

Quick Description​

The Raffle Event is an automatic prize draw for online players on specific maps.


How it works​

  • Automatic participation: just be online on allowed maps (Atlans or Icarus)
  • 60-second notification before the draw
  • Minimum 1 player required for the raffle
  • Prizes in coins (WCoin, GP) and support for items/VIP (optional)
  • Global announcement of winner and prize

Main command​

  • /raffle [map] — Start raffle manually on a specific map (GM level 16+)

Quick config (RaffleConfig.lua)​

settings = {
enabled = true, -- Enable/disable event
notifyTime = 60, -- Notification time (seconds)
minUsers = 1, -- Minimum participants
serverCodes = {21}, -- Enabled servers
gmCommandString = "/raffle", -- Manual command
gmCommandLevel = 16, -- GM level required
allowedMaps = {7, 10}, -- Atlans and Icarus
scheduler = { ... }, -- Event schedule
rewards = { ... } -- Rewards (cash, items, vip)
}

See RaffleConfig.lua for all parameters and detailed examples.