TraceDatabaseOldEO is a Windows Forms tool for tracing cq_action (and appending related cq_task) records from an Eudemons Online private server running MySQL 4.0.x.
It helps server developers and administrators to follow NPC Action IDs, next chains, and generate SQL outputs quickly.
- π Connect / Disconnect MySQL 4.0 with one click.
- π Select database, trace NPC Action ID with
id_next,id_next*, andid_nextfail. - π Type-based follow support:
0102, 0122, 0134, 0188, 1412, 2012, 2020, 8000β8003, 8005, 8006. - π Output SQL in correct column order:
REPLACE INTO cq_action ...REPLACE INTO cq_task ...
- π Quick actions: Select All, Copy All, Clear.
- π¦ Single portable EXE build using ILMerge.
- Windows x64
- .NET Framework 3.5
- Visual Studio 2019/2022 (.NET desktop workload)
- MySQL Server 4.0.x with
cq_action&cq_task - Old connector: MySql.Data.dll v1.0.10.x
- NuGet: ILMerge 3.0.41
- Launch
TraceDatabaseOldEO.exe(merged single EXE). - Enter MySQL connection details (host, port, username, password).
- Click Connect to connect to MySQL 4.0.
- Select the target database.
- Enter the NPC Action ID to trace.
- Click Trace Action β SQL output will appear.
- Use Copy All to copy results.
Β© 2025 DuaSelipar Dev Hub