Skillwatch is an add-on for FFXI's third-party loader and hook Ashita (https://www.ashitaxi.com/).
Very simply, the purpose of this add-on is to have a clearer way to identify the moment when enemy mobs "ready" a skill.
This could be useful in a variety of situations, for example, when people are playing with relevant ping issues or the time window to react to such event is in general too short.
This add-on is NOT a bot. It simply provides enhanced feedback on enemy mobs readying their skills with the same timing the typical "X readies Y" message would appear in the chat box.
In short, it's a combination of parsing the chat box looking for a message, matching it with Entity informations provided by Ashita hook and drawing some visual feedback overlay.
By default, the add-on displays on an overlay (text + background box + time bar) ALL the incoming skills from enemy mobs with the exception of those without charging time (e.g. Jump).
The overlay can be configured in different ways (see details below), for example, by filtering certain skills to add a blinking alert effect to the overlay when they are incoming.
It is also possible to just display the filtered skills (very useful to target specific skill to which you'd like to react with a stun!).
The overlay has different visual options such as size adjustment, repositioning, blinking color, etc.
![]() |
![]() |
|---|---|
| Normal skill overlay | Filtered skill overlay (blinking alert effect) |
Go over the Releases page, download the latest version and unpack it in the add-on folder in your Ashita installation folder. You should now have among the other add-on folders the "skillwatch" one!
As far as my testing was able to discover. This mod has severe compatibility issues with SimpleLog add-on ().
For reason unknown to me, SimpleLog was coded in a way that causes it to completely block and discard incoming messages in the chatbox of the same type required for this add-on to work properly.
A workaround, besides not using Simplelog, is to edit the
The two tables should look like this:
block_modes = T{20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,40,41,42,56,57,59,60,61,...
non_block_messages = T{1,2,7,14,15,24,25,26,30,31,32,33,43,44,63,67,69,70,...
/addon load skillwatch Loads the add-on in Ashita.
/addon unload skillwatch Unloads the add-on from Ashita.
/skillwatch Shows/hides the config UI.
This tab allows you to select which skill you want to have the "blinking" alert effect to better highlight those relevant for you.
You can obviously select multiple skills on which to apply the blinking effect.
Everything set here is saved in the preferences.
- Search: textbox that you can use to quickly look up mobs' skills in the Skills list (Fig.2).
- Skills: list of mobs' skills, select the one you want to filter to add the blinking effect.
- Enable: after selecting a skill you can use this toggle checkbox to enable or disable the blinking effect for that skill.
- Show Enabled only: toggle checkbox to quickly show in the Skills list only the skill for which the blinking effect is enabled.
- Disable All: button to quickly remove the check mark from the Enabled checkbox from ALL the skills effectively resetting the list.
- Custom Filter: textbox to quickly add custom text to match against the name of the skills used by mobs (Fig.3) (e.g. Writing "Toss" and enabling the checkbox will add the blinking effect on all the skills containing the word Toss). This text is case sensitive!!!
![]() |
![]() |
![]() |
|---|---|---|
| Fig. 1 | Fig. 2 | Fig. 3 |
In this tab you can adjust several add-on settings, in particular:
- Size: sets the size of the overlay.
- BG Transparency: sets the transparency of the background box.
- Blinking RGB: using the 3 sliders R,G,B below, sets the color of the blinking effect.
- Blinking Speed: sets the rate at which the text background to notify incoming skills set in the Filters tab.
- Only trigger on filtered skills: the overlay will only appear when one of the selected skills in the Filters tab is being used by the enemy mob.
- Right justified: the text and background box will resize expanding towards the left (default: right).
- Ignore non-custom filter: the overlay will only appear when the text in the Custom Filter textbox set Filters tab is recognized. Ignores other selected filter from the Skills list.
- Hide timer bar: hides the bar appearing at the bottom of the text showing the time since the skill detection.





