This is a fork of Ivaar's addon with updates for newer skills.
Displays a text object containing Skillchain elements resonating on current target, timer for Skillchain window, along with a list of Weapon Skills that can Skillchain based on the weapon you have currently equipped.
//sc color -- colorize properties and elements
//sc move -- displays text box click and drag it to desired location.
//sc save -- save settings to current character.
//sc save all -- save settings to all characters.
The following commands toggle the display information and are saved on a per job basis.
//sc spell -- sch immanence and blue magic spells.
//sc pet -- smn and bst pet skills.
//sc weapon -- weapon skills.
//sc burst -- magic burst elements.
//sc props -- skillchain properties currently active on target.
//sc timer -- skillchain window timer.
//sc step -- current weaponskill step information.
More settings related to text object can be found within the settings.xml, generated on addon load.
- Download the ZIP file from the green Code menu in the upper right.
- Open the ZIP file, and extract the folder within to the
addonsfolder in the directory where you installed Windower. - Rename the folder to
Skillchains(remove the trailing-master).
- To load Skillchains every time you launch the game, edit the
scripts\init.txtfile in the directory where you installed Windower and add the following line:lua load skillchains - To load Skillchains only once, do any of the following:
- (in the chat window)
//lua load skillchains - (in the Windower console)
lua load skillchains - (in an in-game macro)
/con lua load skillchains
- (in the chat window)