Skip to content

Instantly share code, notes, and snippets.

@Kattoor
Created May 2, 2024 11:29
Show Gist options
  • Save Kattoor/a1a40db44eb0d47f404a03bef7667d0a to your computer and use it in GitHub Desktop.
Save Kattoor/a1a40db44eb0d47f404a03bef7667d0a to your computer and use it in GitHub Desktop.
Arcanists2 Sandbox Commands

In sandbox, type TAB to enter a command

Cast a spell

Just type the spell name and press ENTER (e.g. shock bomb, mud ball, fissure, ...) The spell is thrown at the direction of your cursor GIF

Throwing power

You can set the power with which you throw a spell using the command power.NUMBER where NUMBER is a number between 50 and 2000 Every spell that you cast after setting a specific power, will be thrown at that power. E.g.: power.2000 and afterward mud ball and then shock bomb. Both spells will be thrown at power 2000. GIF You can also chain a spell to the power command: power.50.shock bomb will throw a shock bomb at power 50. Note: this also sets the power for all following spells that you cast via a command. GIF

Wind

You can enable / disable wind with the wind command. When wind is enabled, you can set the wind direction using winddir.NUMBER where NUMBER is a number between 0 and 360. GIF GIF When wind is enabled, you can set the wind speed using windspeed.NUMBER where NUMBER is a number between 0 and 100. GIF

Spawn a player

You can spawn new players using the spawn command. Optionally name them using spawn.NAME. GIF There are multiple ways to have spawned players cast a spell using a command:

  1. Select the player you spawned FIRST by prefixing your spell with z. GIF
  2. Select the player by name using the byname.NAME. prefix GIF
  3. Select the player by their index (you are 1, first spawned is 2, second spawned is 3, ...) using the pNUMBER. prefix GIF

Have a minion cast a spell

This works with the mNUMBER. prefix. This works the same as the pNUMBER. prefix, but for minions instead of spawned players. GIF

Teleport

Use the move.X,Y command to teleport (note: this command is broken, Y will always be 0) GIF Reason this command is broken: GIF You can teleport spawned players or minions too by prefixing the command with the z., byname.NAME., pNUMBER., or mNUMBER. commands GIF GIF

Health

Change your health (or the health of a minion / spawned player) with the health.NUMBER command GIF

Max health

Change your max health (or the max health of a minion / spawned player) with the maxhealth.NUMBER command where NUMBER is a value between 1 and 10000. Note: this command is broken, when you use it your max health will be set to 1. Reason this command is broken: GIF

Armageddon

No armageddon yet? Create a new one using arma.SPELLNAME e.g. arma.shock bomb or arma.volcano. You can have multiple armageddons, just reuse the above command (optionally with a different spell). Reset armageddons? Just use arma. GIF GIF

Add a spell to your book

This can be done with the add.SPELL NAME command (e.g. add.shock bomb) GIF

Add all spells to your book

This can be done with the addAll command GIF

Cast all spells

You can cast all spells with the all command GIF

Spectator ship

Create the spectator ship with ship GIF

Change FPS

Change your client's frames per second using fps.NUMBER GIF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment