Ready for combat? displays a large and highly visible on-screen reminder whenever you are missing any of the essential buffs or equipment you should have before going into combat.
DOWNLOAD It currently checks for:
- Renown Potion
- Armor Potion
- Stat Potion / Liniment — including permanent liniments and supported special/event consumables
- Empty Talisman Slots on your equipped gear, including the Sentinel jewel
- Banner — warns you if you do not have one equipped and also detects when your banner has been planted
Performance
The addon has been designed to keep its performance impact as low as possible.
Instead of constantly scanning your character, it performs a check only once every 5 seconds. Equipment information is also read only once per scan and shared between the Talisman and Banner checks.
This should make its impact on game performance negligible.
Position and size
The reminder window can be moved and scaled to whatever position and size you prefer using the game's Layout Editor.
To make positioning easier:
Code: Select all
/rfc testOpen the Layout Editor, move and scale the Ready for combat? window, save your layout, and then use:
Code: Select all
/rfc testYour position and scale are saved between sessions.
Commands
/rfc
Displays the current status of all five checks.
/rfc help
Displays the command list in chat.
/rfc on
Enables the addon.
/rfc off
Disables the addon.
/rfc check
Forces an immediate check.
/rfc test
Shows or hides all five alerts, useful when positioning the addon with the Layout Editor.
/rfc lang en
Changes the addon language to English.
/rfc lang es
Changes the addon language to Spanish.
/rfc enable CATEGORY
Enables an individual check.
/rfc disable CATEGORY
Disables an individual check.
/rfc toggle CATEGORY
Toggles an individual check on or off.
Available categories are:
Code: Select all
renown
armor
stats
talisman
bannerCode: Select all
/rfc disable banner
/rfc enable talisman
/rfc toggle stats/rfc buffs
Lists your currently active buffs together with their ability IDs.
This can be useful if the addon does not automatically recognize a particular potion, liniment or banner buff.
/rfc add CATEGORY ID
Manually teaches the addon to recognize a buff ID as belonging to a specific category.
Available categories for this command are:
Code: Select all
renown
armor
stats
bannerCode: Select all
/rfc add stats 12345Removes a manually added buff association.
Example:
Code: Select all
/rfc del stats 12345Displays internal addon information for troubleshooting.
Command aliases
/ready can be used instead of /rfc.
The addon also accepts several alternative English and Spanish commands:
Code: Select all
/rfc status
/rfc estado
/rfc comprobar
/rfc prueba
/rfc language en
/rfc idioma es
/rfc activar CATEGORY
/rfc desactivar CATEGORY
/rfc learn CATEGORY ID
/rfc remove CATEGORY ID
/rfc buffCode: Select all
renown / rr / renombre
armor / armour / armadura
stats / stat / atributo / atributos / lini / liniment / linimento
talisman / tali
banner / standard / estandarte- Return of Reckoning

- LibSlash installed and enabled



