Skip to main content

🗄️ GREMORY CASE EX 🗄️

Quick Description

The Gremory Case EX system is an improved reward storage and redemption interface, compatible with Season 6 and 20. It allows players to claim rewards from events, website, or GMs directly in-game, with no risk of item loss due to lack of inventory space.


How it works

  • Players open the interface (default: CTRL+S) to view and claim stored rewards
  • Items are stored in the SQL database and can be redeemed at any time
  • No inventory space issues: system checks for 4x4 free slots before delivery
  • Supports multiple reward categories (site, event, GM, vote, donation)

Main settings

  • Enable/disable: Switch = true/false
  • Server selection: ServerCode = {21,29}
  • Interface name: WindowName = "Gremory Case EX"
  • Reward types: Site Market, Event Reward, GM Reward, Vote Reward, Donation Reward

Quick config (GremoryCaseEXConfig.lua)

Config = {
Switch = true, -- Enable/disable system
PacketIndex = 15001, -- Internal packet index
ServerCode = {21,29}, -- Enabled servers
WindowName = "Gremory Case EX", -- Interface name
Types = {
[1] = "Site Market",
[2] = "Event Reward",
[3] = "GM Reward",
[4] = "Vote Reward",
[5] = "Donation Reward",
},
}

See GremoryCaseEXConfig.lua for all parameters and detailed examples.