What's included in the AXIOM-EMU server files. Everything below is built in, configured through XML, and documented.

Configure items, monsters, shops, drop tables, and all game data on the server. Clients receive everything at connect time — no manual file syncing, no version mismatches, no double maintenance.
Every inventory interaction is written to the database the moment it happens. Your server crashes mid-craft? Players reconnect and their items are exactly where they left them. No dupes, no losses, no support tickets.
Game logic stays locked at 25Hz server ticks while rendering runs at variable FPS — your players get smooth 30–60+ FPS without breaking movement or combat timing. Position snapshots and linear interpolation bridge the gap between network ticks. VBO-based rendering, particle batching (2000+ per frame), frustum culling, and GLSL shaders for FXAA, bloom, and motion blur push work onto the GPU instead of choking the CPU. Even crowded scenes that used to crawl at 15 FPS now run smoothly. More rendering pipeline optimizations are on the roadmap.

All currency uses 64-bit integers — the zen cap goes from the original 2 billion to over 9 quintillion. Trade, warehouse, personal shop, and castle siege tribute all handle the expanded range. Your high-rate server economy won't hit a ceiling.
An account-wide jewel storage system you can offer your players. You configure which items are storable and set storage limits per account tier — standard players get 1x, VIP gets up to 5x. Includes auto-deposit on pickup. All persisted to database, shared across characters on the same account.
Your players see a live event schedule with real-time countdowns for all 42 events — dungeons, invasions, arenas, PvP modes. You configure event names, descriptions, and tooltips through XML. Status indicators show waiting, starting soon, and active states. The client syncs with your server every 60 seconds.
Configure shops with custom currency types — Zen, Goblin Points, WCoins, or WCoin Cash. Set duration-based items that expire after a configurable time, perfect for temporary buffs or rental gear. You control buy and sell prices independently per item. All managed through XML, no code changes needed.
Three-tier reset progression — regular, grand, and master resets — fully configurable per account tier. You set the level, zen, and item requirements for each reset range. Rewards scale with reset count: base points, multiplied bonuses, WCoins, reward bags. The in-game UI shows your players exactly what they need with color-coded requirement status.
A built-in marketplace where your players broadcast items for sale to everyone online. Recent posts are maintained server-side and shown to players on login. You configure the cooldown, display format, and prefix. The server validates all item data — no spoofed listings.

You define exactly what your players' MuHelper bot picks up — five categories: Zen, Jewels, Excellent, Ancient, and custom items. Level-aware filtering means the bot skips junk. Configuration syncs to the client at login and you can reload it without restarting the server.

All 100+ original Chaos Machine recipes are fully configurable server-side — success rates, required items, and rewards. No client changes needed. The Item Bag system lets you override any mix reward with a custom loot pool that drops multiple items per mix, something no other emulator supports. One bag can reward a wing, a jewel, and zen all at once.
Built-in anti-cheat that validates every skill cast server-side. The delay formula accounts for attack speed with per-skill tuning — nerf overpowered multi-hit skills, buff underused ones. Progressive punishment handles network hiccups gracefully: warnings first, then blocks, then disconnects. Timing config syncs to the client so both sides enforce the same limits.
Adding a new sub-server takes minutes. Each sub-server inherits the base configuration and overlays only what's different — custom rates, drops, shops, events. You don't duplicate config files. You write a small overlay, point the server at it, and the rest falls through to the defaults. Add a low-rate server next to your high-rate one without maintaining two copies of everything.
Full Gold Channel implementation with ticket-based access. Players purchase Gold Channel time through tickets, the server tracks expiration per account, and access is validated on every login. Ticket items, duration tracking, renewal — the whole system works end to end, not a stub.
Working in-game cash shop with WCoin and WCoin Cash currencies. Items are defined server-side with category, price, and optional duration. Purchase validation, inventory delivery, and currency deduction all happen on the server. No client-side trust, no exploits. Configure your shop items through the database and they show up in-game.
When the client is minimized to the system tray, the rendering engine shuts down completely — no GPU usage, no frame rendering, no wasted CPU cycles. The MuHelper bot keeps running in the background, farming and picking up items as configured. Your players can minimize and forget about it while their character keeps working.
Wing absorb and damage formulas are fully exposed in Items.xml — no hardcoded values buried in the source code. Set absorb percentages, damage increase rates, and scaling per wing type and level. Tune your server's wing balance through configuration alone, without touching a single line of code.
Native support for 1440p and widescreen resolutions. The client renders correctly at 2560×1440 and ultrawide aspect ratios without stretching, cropping, or UI misalignment. Your players on modern monitors get a proper experience out of the box.
Blood Castle, Devil Square, Chaos Castle, Illusion Temple, Castle Siege, Crywolf, monster invasions, custom arenas, PvP events, Gold Channel, XShop, VIP tiers, data overlay sub-servers, bot buffers, custom combos, welcome messages — over 100 systems, all included in the server files, all configurable through XML.
Every system is documented in the wiki. Every XML attribute is explained.
Free 7-day trial, no credit card. Full server files, editors, documentation, and Discord support from day one.