Dbquery.exe
An application for sending commands to the DBServer. DBServer listens on port 6997 by default.
Usage: bin\dbquery.exe [arguments]
Arguments
|
See characterTransfer.c for some hilarious surprises! |
|
|
|
Specifies a remote host the DBServer is running on. Accepts DNS name or IP address. Default: localhost. |
|
Implies |
|
Gets a character from the DBServer and outputs it to stdout. Implies |
|
|
|
Do not use encryption |
|
Don't load any pigg files; use only loose files on the filesystem when necessary. |
|
|
|
|
|
Puts a character into the database via DBServer. Implies |
|
Probably queries to display the list of super group leaders when the supergroup is loaded. |
|
Probably restores a character from backup? |
|
Produces cleaner output |
|
Specify TCP port when connecting to DBServer, default 6997 |
|
|
|
|
|
|
|
Specify UDP port when connecting to DBServer, default 6997 |
|
|
Sample Commands
Exporting and Importing a character
dbquery.exe -getcharacter "Name">file.txt dbquery.exe -putcharacter file.txt
Retrieving a character from a remote DBServer
dbquery -db 10.5.0.144 -getcharacter "Aleena"
DBQuery Entry Point
https://git.ourodev.com/CoX/Source/src/branch/develop/MapServer/svr/dbquery_init.c