-
Notifications
You must be signed in to change notification settings - Fork 42
AGENT_OPERATOR_COMMAND
gooofie edited this page Feb 15, 2025
·
3 revisions
1 byte Command
public enum Command : int
{
FindUser = 1,
GoTown = 2,
ToTown = 3,
WorldStatus = 4,
LoadMonster = 6,
MakeItem = 7,
MoveToUser = 8,
ZoeMonster = 12,
KickPlayer = 13,
Invisible = 14,
Invincible = 15,
Warp = 16,
RecallUser = 17,
AllowLogout = 24,
InitQ = 27,
ResetQ = 28,
CompQ = 29,
RemoveQ = 30,
MoveToNpc = 31,
StartCTF = 48,
}