Page 1 of 1

Ready for combat?

Posted: Mon Aug 17, 2026 12:08 pm
by kpihuss
What does this addon do?

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.
Captura de pantalla 2026-08-17 140703.png
Captura de pantalla 2026-08-17 140703.png (314.02 KiB) Viewed 173 times

DOWNLOAD
ReadyForCombat-1.1.0.zip
(21.41 KiB) Downloaded 4 times
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
When your banner is planted, the addon detects the Planted Standard buff and displays a green PLANTED indicator.

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 test
This displays all five alerts at the same time.

Open the Layout Editor, move and scale the Ready for combat? window, save your layout, and then use:

Code: Select all

/rfc test
again to leave test mode.

Your 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
banner
For example:

Code: Select all

/rfc disable banner
/rfc enable talisman
/rfc toggle stats
Advanced commands

/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
banner
Example:

Code: Select all

/rfc add stats 12345
/rfc del CATEGORY ID
Removes a manually added buff association.

Example:

Code: Select all

/rfc del stats 12345
/rfc debug
Displays 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 buff
Category aliases are also supported:

Code: Select all

renown / rr / renombre
armor / armour / armadura
stats / stat / atributo / atributos / lini / liniment / linimento
talisman / tali
banner / standard / estandarte
Requirements
  • Return of Reckoning :mrgreen:
  • LibSlash installed and enabled