All systems

C++PythonServer + Client
Block EXP (Anti-EXP)
Taskbar toggle to stop EXP gain — state saved per character on the server.
◆One-click Block EXP button on the taskbar
◆Server-side state — no client-side cheating
◆Persists after relog (quest flag per character)
◆EXP bar reflects blocked mode visually
◆For players who want to farm without leveling up
Block EXP lets players turn experience gain on or off from the taskbar. Useful when someone wants to stay at a level cap, farm materials without gaining EXP, or prepare a character for PvP without accidental leveling.
The server is the source of truth: the client sends a command, the server sets the flag and syncs the UI. After login the state is restored automatically so the button and EXP gauge always match reality.
A clean alternative to messy forum leaks — merge-ready C++ on the game source plus Python/UI on the client, with graphics for the taskbar button and blocked EXP gauge.