Difference between revisions of "alias"

From OpenKore Wiki
Jump to navigation Jump to search
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''alias_'''(<alias name>) [<command>]
+
; 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.
  
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'''.
  
  Example:
+
alias_atkoff conf attackAuto 0
  alias_fullheal ss 28 10
 
  alias_laagg c laaaagggggg
 
  
In the example above, typing "fullheal" in the console has the same effect of typing "ss 28 10"(This means use skill Heal level 10 to yourself).typing "laagg" in the console has the same effect of typing "c laaaagggggg".
+
* Heal ourselves when using the command '''heal'''.
  
'''Note'''. You can specify multiple aliases as long as each alias names are unique.
+
alias_heal ss 28
 +
 
 +
 
 +
'''Note:''' You can specify multiple aliases as long as each alias name is unique.
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]

Revision as of 18:02, 21 January 2018

alias_<alias name> <console command>
This option allows you to set up custom command names or aliases for faster console command issuing.

Example

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.