Skip to content

Instantly share code, notes, and snippets.

@Kattoor
Created May 2, 2024 11:29
Show Gist options
  • Save Kattoor/bf70ee5c5a302c68f23015b6b31ac107 to your computer and use it in GitHub Desktop.
Save Kattoor/bf70ee5c5a302c68f23015b6b31ac107 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 https://gyazo.com/8ee5fc524b78413dac157f8c1481a6e1.mp4

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. https://gyazo.com/f8beaf2d4dc25f0e7fad18ce0e244334.mp4 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. https://gyazo.com/a6d3f1741f50ff86b0b523b9875c4e98.mp4

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. https://gyazo.com/31528671e3d0bfd259a6a4a322486085.mp4 https://gyazo.com/a0ece122a1b7ad53f5db18a7566a3cc6.mp4 When wind is enabled, you can set the wind speed using windspeed.NUMBER where NUMBER is a number between 0 and 100. https://gyazo.com/b91e3e5fa373842f77b0e0e7f29e1b07.mp4

Spawn a player

You can spawn new players using the spawn command. Optionally name them using spawn.NAME. https://gyazo.com/cc9eff7dde3f346b4c38a95e70705a61.mp4 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. https://gyazo.com/2db8a30c1991fcfff2b87e9f57fb5979.mp4
  2. Select the player by name using the byname.NAME. prefix https://gyazo.com/0c57ea2754a3a80c4d6b8a8d3cc5a167.mp4
  3. Select the player by their index (you are 1, first spawned is 2, second spawned is 3, ...) using the pNUMBER. prefix https://gyazo.com/315955ce4a63224aa9cbcc84eb57d08f.mp4

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. https://gyazo.com/2df93ebc9554523ac6a4845a74738819.mp4

Teleport

Use the move.X,Y command to teleport (note: this command is broken, Y will always be 0) https://gyazo.com/a5f4e1b93bd60ea33b70632769a6d02f.mp4 Reason this command is broken: https://gyazo.com/b383a1c1b2dbc0d865431f812ab02688.mp4 You can teleport spawned players or minions too by prefixing the command with the z., byname.NAME., pNUMBER., or mNUMBER. commands https://gyazo.com/8e99e08d2b012dedb5400df962f4d8af.mp4 https://gyazo.com/0a07a4a3c2f8ab8d64f7c90483770887.mp4

Health

Change your health (or the health of a minion / spawned player) with the health.NUMBER command https://gyazo.com/3a6ea8f0df515aa1fdfba0267f1736bf.mp4

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: https://gyazo.com/a048f62bee728a4482a4daa110d9a150.mp4

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. https://gyazo.com/ca835ab661e815528dce06272748782f.mp4 https://gyazo.com/cada31bf1f54ddf6b9f8b897b4fb7464.mp4

Add a spell to your book

This can be done with the add.SPELL NAME command (e.g. add.shock bomb) https://gyazo.com/16a59ab0784247e8b0a02478e5f12a95.mp4

Add all spells to your book

This can be done with the addAll command https://gyazo.com/68a5a0c9ef337628630f1825864b4244.mp4

Cast all spells

You can cast all spells with the all command https://gyazo.com/2942527a28ae028f60c03c92719cec14.mp4

Spectator ship

Create the spectator ship with ship https://gyazo.com/690aa9c47f40f23d914c34bbc0f10647.mp4

Change FPS

Change your client's frames per second using fps.NUMBER https://gyazo.com/dced42326e6ce5af6c74f0b966745587.mp4

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