meta data for this page
Testing custom debuffs
Quick testing
This guide can only be followed in Classic WotLK and Retail
- Head to Cenarion Thicket in the Outlands
- Add spell id
32407
(Strange Aura) on the Debuffs Custom tab
- Once saved, it is possible to test various custom debuffs settings and icon debuffs settings
- Debuffs Custom
- Icon Debuffs
- Viewing the debuff
Extended testing
Extended testing is possible by editing Healbot lua files Notepad++ is recommended for editing
- In the Addons HealBot folder, open HealBot_Aura.lua in a text editor.
- Search for
uaSpellId==32407 or uaName==“Strange Aura”
--if uaSpellId==32407 or uaName=="Strange Aura" then -- uaDebuffType=HEALBOT_DISEASE_en -- uaDebuffType=HEALBOT_MAGIC_en -- uaDebuffType=HEALBOT_CURSE_en -- uaDebuffType=HEALBOT_POISON_en -- HealBot_Aura_CanDispell[uaSpellId]=true -- HealBot_Aura_IconSet[uaSpellId]=3 --end
- Uncomment the if on the first line and the end on the last line
if uaSpellId==32407 or uaName=="Strange Aura" then -- uaDebuffType=HEALBOT_DISEASE_en -- uaDebuffType=HEALBOT_MAGIC_en -- uaDebuffType=HEALBOT_CURSE_en -- uaDebuffType=HEALBOT_POISON_en -- HealBot_Aura_CanDispell[uaSpellId]=true -- HealBot_Aura_IconSet[uaSpellId]=3 end
- Test different debuff types by uncommenting the required type and reloading the UI