a: Difference between revisions
Jump to navigation
Jump to search
(Created page with ';a (yes | no) :Toggles auto-attack on or off. {| class="wikitable" border="1" cellspacing="0" |-style=background-color:#F9F9F9; !Command !Description |- |align=center|a yes |…') |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
;a (yes | no) | ;a (<monster #>|'''yes'''|'''no''') | ||
:Attack a monster. | |||
: | :<monster #> | ||
::- a corresponding number from the monster list when you use the [[ml]] command. | |||
{| class="wikitable" border="1" cellspacing="0" | {| class="wikitable" border="1" cellspacing="0" | ||
|-style=background-color:#F9F9F9; | |-style=background-color:#F9F9F9; | ||
!Command | !Command | ||
!Description | !Description | ||
|- | |||
|align=center|a (<monster #>) | |||
|Attack the specified monster. | |||
|- | |- | ||
|align=center|a yes | |align=center|a yes | ||
|Turns on auto-attack. This sets the config.txt option attackAuto to 2. | |Turns on auto-attack. This sets the config.txt option [[attackAuto]] to 2. | ||
|- | |- | ||
|align=center|a no | |align=center|a no | ||
|Turns off auto-attack. This sets the config.txt option attackAuto to 1. | |Turns off auto-attack. This sets the config.txt option [[attackAuto]] to 1. | ||
|} | |} | ||
[[Category:Console Command]] | [[Category:Console Command]] |
Latest revision as of 22:35, 26 April 2021
- a (<monster #>|yes|no)
- Attack a monster.
- <monster #>
- - a corresponding number from the monster list when you use the ml command.
Command | Description |
---|---|
a (<monster #>) | Attack the specified monster. |
a yes | Turns on auto-attack. This sets the config.txt option attackAuto to 2. |
a no | Turns off auto-attack. This sets the config.txt option attackAuto to 1. |