Created
May 2, 2024 08:44
-
-
Save Kattoor/1f720c1803bc9872308b2e171eaf8459 to your computer and use it in GitHub Desktop.
Arcanists 2 sandbox commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In sandbox, type TAB to enter a command | |
1. 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 | |
2. 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 afterwards `mud ball` and then `shock bomb`. Both spells will be thrown at power 2000. | |
https://gyazo.com/f8beaf2d4dc25f0e7fad18ce0e244334 | |
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 | |
3. 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 | |
https://gyazo.com/a0ece122a1b7ad53f5db18a7566a3cc6 | |
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 | |
4. Spawn a player | |
You can spawn new players using the `spawn` command. Optionally name them using `spawn.NAME`. | |
https://gyazo.com/cc9eff7dde3f346b4c38a95e70705a61 | |
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 | |
2. Select the player by name using the `byname.NAME.` prefix | |
https://gyazo.com/0c57ea2754a3a80c4d6b8a8d3cc5a167 | |
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 | |
5. 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 | |
6. Teleport: | |
Use the `move.X,Y` command to teleport (note: this command is broken, Y will always be 0) | |
https://gyazo.com/a5f4e1b93bd60ea33b70632769a6d02f | |
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 | |
https://gyazo.com/0a07a4a3c2f8ab8d64f7c90483770887 | |
Reason this command is broken: | |
https://gyazo.com/b383a1c1b2dbc0d865431f812ab02688 | |
7. Health: | |
Change your health (or the health of a minion / spawned player) with the `health.NUMBER` command | |
https://gyazo.com/3a6ea8f0df515aa1fdfba0267f1736bf | |
8. 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 | |
9. 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 | |
https://gyazo.com/cada31bf1f54ddf6b9f8b897b4fb7464 | |
10. 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 | |
11. Add all spells to your book with the `addAll` command | |
https://gyazo.com/68a5a0c9ef337628630f1825864b4244 | |
12. Cast all spells with `all` | |
https://gyazo.com/2942527a28ae028f60c03c92719cec14 | |
13. Create the spectator ship with `ships` | |
https://gyazo.com/690aa9c47f40f23d914c34bbc0f10647 | |
14. Change your client's frames per second using `fps.NUMBER` | |
https://gyazo.com/dced42326e6ce5af6c74f0b966745587 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment