From the wonderful RedGuides Wiki
This command is added by KissAssist
Syntax Key
Notation |
Description
|
Text without brackets or braces |
Required items
|
<Text inside angle brackets> |
Placeholder for which you must supply a value
|
[Text inside square brackets] |
Optional items
|
Vertical bar (|) |
Separator for mutually exclusive items; choose one
|
{Text | inside | braces} |
Set of required items; choose one
|
Ellipsis (…) |
Items that can be repeated
|
Syntax
|
/kasettings load [<section> [0|1]]
|
Description
|
For reloading all or some sections of your ini file without restarting kissassist. The last parameter controls error skipping. See examples.
|
|
Options
Option |
Description |
load |
Will reload settings from all sections |
<section> |
The name of the section you'd like: all, general, spells, buffs, melee, gom, gmail, ae, dps, aggro, heals, cures, pet, merc, mez, burn, pull, afktools, conditions. |
[0|1] |
SkipErrorChecking - Can be blank, 0, or 1. By default it is set to 0 so error checking is enabled. |
Examples
/kasettings load
- reloads your ini in full
/kasettings load dps
- reloads the dps section with error checking.
/kasettings load dps 0
- same as above.
/kasettings load dps 1
- reloads the dps section, but skips error checking.
See also