π Throne Conquestπ
Quick Descriptionβ
The Throne Conquest event is a PvP in a confined area, where the guild GM who manages to farm the seconds set on the throne first wins. The event is pure PvP between guilds, with monsters spawning only for the winners.
How it worksβ
- Only guild masters can register their guilds using
/regconquest(5-minute registration) - Players only participate if their guild master registers
- Event takes place in Devias, area (206,206) to (252,248)
- The goal is to farm 300 seconds on the throne (
RegistrationRequiredTime = 300) - The first guild master to reach 300 seconds wins
- If no one reaches 300 seconds, the event ends after 1 hour
- Penalties for leaving the area or switching character apply only to guild masters
- Special monsters spawn only for the winners
Main commandsβ
/thronestartβ Start event manually (GM)/regconquestβ Guild registration (guild master only)
Quick config (ThroneConquestConfig.lua)β
Config = {
Switch = true, -- Enable/disable event
ServerCode = {21}, -- Enabled servers
StartCommand = "/thronestart", -- Manual command
StartCommandLevel = 16, -- GM level required
RegisterCommand = "/regconquest", -- Registration command
EventMap = 2, -- Devias
EventMapX1 = 206, EventMapY1 = 206, -- Area start
EventMapX2 = 252, EventMapY2 = 248, -- Area end
PeriodRegistration = 300, -- Registration time (seconds)
EventDuration = 3600, -- Max event duration (seconds)
RegistrationRequiredTime = 300, -- Time to win (seconds)
LoseSwitchPenalty = 1, LoseSwitchPenaltyType = 1, LoseSwitchPenaltyValue = 3, -- Switch penalty (guild master)
LeaveEventAreaPenalty = 1, LeaveEventAreaPenaltyType = 1, LeaveEventAreaPenaltyValue = 20, -- Leave area penalty (guild master)
UseSpots = true, Spots = { ... } -- Monsters for winners
}
See
ThroneConquestConfig.luafor all parameters and detailed examples.