Name | Description |
---|---|
info | information about NerdyAion |
help | shows commands and information |
clear | clears the console |
settings | handling settings |
dmg | provides damage information |
chatlog | activate or deactivate the chatlog |
bye | close NerdyAion |
Displayed information about the used application.
Syntax:
info [-a | -r | -v | -c]
Arguments:
-a
: shows only the author of the application-r
: shows only the repository of the application-v
: shows only the version of the application-c
: checks if there is a new version available
Example:
info
info -v
Provides information about commands. If used without parameters a lists of all commands are displayed without a briefly description.
Syntax:
help [command]
Arguments:
command
: the command you wish to receive more information about
Example:
help
help dmg
Deletes the display information of the current console window.
Syntax:
clear
Example:
clear
For handling application settings.
Syntax:
settings <show | edit | save | undo | reset> [-s] [setting] [value]
settings show
settings edit [-s] <setting> <value>
settings save
settings undo
settings reset
Arguments:
show
: shows all settings and valuesedit
: edit the<setting>
with the new value<value>
save
: saved changes from settingsundo
: reset the last changes from settings, only if not savedreset
: reset the last changes from settings, only if not saved-s
: for saving instantlysetting
: which setting is to be changedvalue
: what value the setting should be set to
Example:
settings show
settings edit language EN
settings edit -s language DE
settings save
settings undo
settings reset
For handling damage information.
Syntax:
dmg <add | list | clear | remove | show | copy> [-i] [pointer name]
dmg add <pointer name>
dmg add [-i] <pointer name>
dmg list
dmg clear <pointer name>
dmg remove <pointer name>
dmg show <pointer name>
dmg copy <pointer name>
Arguments:
add
: add a pointer (start point) for the analyzing with the given name<pointer name>
-i
: the Chat.log will be analyzed in background else only whendmg show <pointer name>
list
: shows all pointer.clear
: reset a given pointerremove
: remove a given pointershow
: Shows damage information of a given pointercopy
: Copy damage information of a given pointerpointer name
: the pointer name
Example:
dmg add boss
dmg add -i tf
dmg list
dmg clear boss
dmg remove boss
dmg show boss
dmg copy boss
Activate or deactivate the Aion chatlog. Aion is not allowed to run for this process.
Syntax:
chatlog <option>
Arguments:
option
: on or off
Example:
chatlog on
Closes the application.
Syntax:
bye
Example:
bye