Skip to main content

🙈 HIDE AND SEEK 🙈

Quick Description​

The Hide and Seek event challenges players to find a hidden NPC in random maps. The first to find it wins the round and gets a reward.


How it works​

  • Automatic event or manual via /starthas (GM Command)
  • Customized rounds, each lasting 180 seconds
  • 15 seconds break between rounds
  • Hint 1 after 30s, hint 2 after 60s
  • Hidden NPC (code 247) appears on configured maps
  • First player to find the NPC wins the round

Main command​

  • /starthas — Start event manually (GM)

Quick config (HideAndSeekConfig.lua)​

Switch = true, -- Enable/disable event
ServerCode = {21}, -- Enabled servers
AlertTime = 60, -- Warning time before start (seconds)
RoundTime = 180, -- Each round duration (seconds)
RoundLimit = 8, -- Total rounds
MasterCommand = "/starthas", -- Manual command
MasterCommandLevel = 16, -- GM level required
NpcCode = 247, -- NPC code
NextRound_Waiting = 15, -- Break between rounds
TimeToTip1 = 30, -- First hint timing
TimeToTip2 = 60, -- Second hint timing
Maps = { ... } -- Maps list
RewardCoins = { ... } -- Rewards list (WCoin/GP)

See HideAndSeekConfig.lua for all parameters and detailed examples.