This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
guides:test-debuffs [2025/04/19 07:42] – [Extended testing] strife | guides:test-debuffs [2025/04/19 07:57] (current) – [Extended testing] strife | ||
---|---|---|---|
Line 22: | Line 22: | ||
* In the Addons HealBot folder, open HealBot_Aura.lua in a text editor. | * In the Addons HealBot folder, open HealBot_Aura.lua in a text editor. | ||
- | * Search for '' | + | * Search for '' |
--if uaSpellId==32407 or uaName==" | --if uaSpellId==32407 or uaName==" | ||
-- uaDebuffType=HEALBOT_DISEASE_en | -- uaDebuffType=HEALBOT_DISEASE_en | ||
Line 32: | Line 32: | ||
--end | --end | ||
</ | </ | ||
- | * Uncomment the if on the first line and the end on the last line< | + | * Uncomment the if on the first line and the end on the last line< |
if uaSpellId==32407 or uaName==" | if uaSpellId==32407 or uaName==" | ||
-- uaDebuffType=HEALBOT_DISEASE_en | -- uaDebuffType=HEALBOT_DISEASE_en |