Instead of flooding the forum with question threads, I thought I'd ask mine here:
I want to use the "I'm on fire" effect to try and reproduce one of the Demon lores (Lore of Flame 5: Ride the Flame), where the character becomes a "wall" fire. I was able to add a few minor effects (like anim and voice), but I'm unable to turn the effect off, cause damage or even panic to surrounding enemies.
Here's what I have so far:
{event: cast}
{check: effect, caster, is:ef_dmg_sun}
{console: caster, "Ride the Flames deactivated.", ff00ff}
{endeffect: caster, ef_dmg_sun, all}
{stopwhen: true}
{anime: caster, spellhands, 30}
{voice: caster, attackmode}
{attach: caster, fire, lfoot, 0, 0, 0}
{attach: caster, fire, rfoot, 0, 0, 0}
{attach: caster, fire, back2, 0, 0, 0}
{attach: caster, fire, back2, 30, 0, 30}
{attach: caster, fire, back2, -30, 0, -30}
{attach: caster, fire, head, 0, 0, 0}
{attach: caster, fire, rfingers, 0, 0, 0}
{attach: caster, fire, lfingers, 0, 0, 0}
{causepanic: 10, 5000, nonallies, everyone}
{damage: npc, caster, 10, fire}
{endevent}