Version Compatibility¶
Overview¶
| Feature | S20.2-3 | S21.1-2 |
|---|---|---|
| Server-side Lua | ||
| Client-side Lua | ||
| SQL API (QueryManager) | ||
| ScriptCore event system | ||
| Custom Packet API |
S20.2-3¶
Full server-side Lua support:
- All 300+ server API functions
- ScriptCore event system with BridgeFunctionAttach
- SQL API via GetConnection / QueryManager
- Custom packet sending via Packet class
No client-side Lua.
S21.1-2¶
The most complete version with both server and client Lua:
- Everything in S20.2-3, plus:
- Client-side Lua API: UI rendering, input handling, client networking
- Additional server functions for newer game systems (Ability Enhancement, etc.)
Version-Gated Functions¶
Some server API functions require a minimum version:
| Function | Minimum Version |
|---|---|
GremoryGive() |
S9+ |
GetFormulaSwordPower* |
S14+ |
GetFormulaDarkness* |
S14+ |
CheckAbilityLevel() |
S21.1-2+ |