GitHub

Using the server

Commands

Creating Accounts

Within the Powershell window, while the server is running, run the following command:

account create ayaka 69

where "ayaka" is the username and "69" is the UID.

Target

Before running any command, you have to first specify the target, the target is the account that the command will run within, specify a target by running the following command:

target 69

where "69" is the UID of the account. you have to do this every single time before running any command.

Characters

You can add characters to your account by running the following command:

avatar add 1102

where "1102" is the character ID, list of IDs can be found here.

you can also remove characters by running the following command:

avatar remove 1102

Tip

You can use the following command to get all characters instead of adding them one by one:

avatar give all

Map

You can go to diffirent Maps by running the following command:

scene 20101

where "20101" is the PlaneID, list of IDs can be found here.

Battle

You can start a battle with diffirent monsters by running the following command:

battle 102202001

where "102202001" is the monster id, list of IDs can be found here.

Note

The battle command works only while in the Plane "20101", so make sure to go there first using the scene command.

Tip

You can have a battle with multiple monsters by addeding multiple IDs to the battle command:

battle 102202001 102202001

Kick

You can use the kick command to disconnect from the server, useful when you connect to the server multiple times and can no longer target yourself.

usage:

kick

Tip

You can use "kickall" instead of "kick" to kick all connected users.

Previous
Statring the server