====== Testing custom debuffs ====== ===== Quick testing ===== This guide can only be followed in Classic WotLK and Retail * Head to Cenarion Thicket in the Outlands {{:guides:cenarion-thicket.jpg}} * Add spell id ''32407'' (Strange Aura) on the Debuffs Custom tab {{:guides:addstrageaura.jpg}} * Once saved, it is possible to test various custom debuffs settings and icon debuffs settings * Debuffs Custom {{:guides:strangeaura.jpg}} * Icon Debuffs {{:guides:icondebuffs.jpg}} * Viewing the debuff {{:guides:strangeaura-bar.jpg}} ===== Extended testing ===== Extended testing is possible by editing Healbot lua files [[https://notepad-plus-plus.org/downloads/|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