alias: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
; alias_<alias name> <[[:Category:Console Command|console command]]> | |||
: This option allows you to set up custom command names or aliases for faster console command issuing. | |||
'''Example''' | |||
* Disabling [[attackAuto|auto attack]] using command '''atkoff'''. | |||
alias_atkoff conf attackAuto 0 | |||
* Heal ourselves when using the command '''heal'''. | |||
'''Note''' | alias_heal ss 28 | ||
'''Note:''' You can specify multiple aliases as long as each alias name is unique. | |||
[[Category:config.txt]] | [[Category:config.txt]] |
Latest revision as of 22:34, 26 April 2021
- alias_<alias name> <console command>
- This option allows you to set up custom command names or aliases for faster console command issuing.
Example
- Disabling auto attack using command atkoff.
alias_atkoff conf attackAuto 0
- Heal ourselves when using the command heal.
alias_heal ss 28
Note: You can specify multiple aliases as long as each alias name is unique.