Citadel admin commands
Citadel admin commands
Give yourself the specified amount of XP. This can cause you to go
/givexp <amount> up one or more character levels depending on the amount. It is
currently clamped between 0 and 10000 per command.
Gives 10000 of each resource type (wood, stone, rune energy). (For
/resources
Brenden)
Grants the player one or more spells in the game using the spell
/givespell <spell indices>
index from the Spell data table. (Unknown at this time)
/giveitem <item index> Grants the player one or more items in the game using the item
<amount> <Stat Range> index from the Item data tables.
/giveallitems
Grants the player one of every item in the game (that is currently
/christmasmorning in the ItemTable) and first boots their carrying limit so they can
carry it all. (crashes server?)
/xmasmorning
Spawn an NPC of a given type near you. Amount and level are
/spawnnpc <npc
optional and both default to ‘1’. NPC names are all lowercase, no
name>,<amount>,<level>
spacing. NPC names are in the Monster data tables
/settime </span> Sets the current time of day. Valid values range between 0 and
2400 (0 and 2400 being midnight, 1200 being noon).
/teleport <latitude>
Teleport to a specific point on the map.
<longitude>
/suicide
Kills you instantly by applying massive damage to your character,
/seppuku allowing all damage procs to still fire normally. It applies 1.0e+32
environmental damage.
/harakiri
/invincible <amount> Sets the player’s base damage reduction anywhere between 0 -
100% and then recalculates stats accordingly. If an amount is not
/superman <amount> specified, the cheat assumes 100%.
Code Result
/snapshot Dump to the log a snapshot of the world state when this command is
/statdump issued, including actor counts and other performance-relevant data.
/server_kick
<player> <reason> Kick a player from the server for the reason specified. The player will be
/gtfo <player> notified of the reason.
<reason>
/server_ban
<player> <reason> Bans a player from the server forever, and kicks them immediately if they
are currently logged in. The reason is persisted and will be shown to the
/ban <player> player on any future login attempts.
<reason>
/server_unban Unbans a player from the server, allowing them to login and play again
<player> normally.
/unban <player>
Returns information about the specified player, even if they are currently
/whois <player>
offline, including their SteamID for real-world identification.
/admin_delete Deletes the specified character from the server. Online players will be
<player> immediately kick from the server. Admins can delete their own characters
/wipe <player> with this command.
/admin_login
<password> Attempt to log in as a remote administrator on the server. If the password
supplied is the correct one, you will be have admin privileges on the server
/iamgod (able to execute all cheat commands and admin commands).
<password>
Set a new admin password for the server. This will be saved into the ini as
well as take effect immediately. After executing, all other admins will have
/admin_update their admin status revoked and must login again using this updated
<new_password> password. For a compromised server (someone unintended is able to
execute this command and lock out real admins) the server should be shut
down, the password changed in the ini, and the server restarted.
/cinecam The pawn will turn off its meshes, enable smooth cam and toggle ghost.
Causes the camera to interpolate over time towards the pawn’s facing
/smoothcam
rotation.
/smoothness Modify the smoothness of the smoothcam. Acceptable values are 0.5 - 5.
Toggles the first person view meshes so they can be hidden from view.
/togglemeshes
Useful for recording.
Toggles cheat flying. This consumes no mana and its speed can be
/fly
customized. (Disabled)
/admin_startstats Start recording a stat profile on the server for performance analysis. These
files can get quite large very quickly, and it is not advised to leave this
recording for extended periods (ie hours or days).