Page 5 of 22

Re: Spell bugs compilation list

Posted: Fri Feb 03, 2017 3:39 pm
by Theodore01
The_Nightingale wrote:Image

The damned bear refuses to attack. When it happens, the damned thing just stands there, not obeying any orders, till the duration runs out.
It was stoned :lol:

Re: Spell bugs compilation list

Posted: Fri Feb 03, 2017 3:52 pm
by Theodore01
The cantrip blood vision is targetable on any alive party member and creates a double dominated char. which runs with the party. The duration seems also longer than 2 turns.
And it shows the caster the whole char.sheet with all stats/classes ..... :shock: :shock: :shock: :shock: :shock:

Re: Spell bugs compilation list

Posted: Sat Feb 04, 2017 12:15 am
by Diamore
The spells Wall of of Thorns and Wall of Stone both show a much larger template than what they actually cover.

Wall of Thorns does not damage enemies that attack it. The ground visual for this spell seems to persist long after the spell has run out.

Re: Spell bugs compilation list

Posted: Sat Feb 18, 2017 8:51 am
by Zanniej
The spell exterminate has lost any form of radius . . . it's useless now. (at least at level 7 it is.)

Re: Spell bugs compilation list

Posted: Sat Feb 18, 2017 9:37 am
by Valefort
Uh no one touched it as far as I can tell, do you have any idea when the radius changed ?

Re: Spell bugs compilation list

Posted: Sun Feb 19, 2017 1:04 pm
by Valefort
Zanniej wrote:The spell exterminate has lost any form of radius . . . it's useless now. (at least at level 7 it is.)
The radius is larger than the target circle you have, it goes up with the CL. It may have mislead you ? I see nothing wrong in the code at least, and it wasn't touched.

Re: Spell bugs compilation list

Posted: Mon Feb 20, 2017 4:33 am
by Zanniej
That's odd. It used to have a large range circle. But last time I cast it on some rats, while it has the smaller circle, none were hit by it.

It used to have a large circle some weeks ago.

Re: Spell bugs compilation list

Posted: Thu Feb 23, 2017 7:31 pm
by Nachti
The old "greater dispel magic" was scripted to dispel
1) targeted creature
2) if there was no targeted creature, then it strips the best buff from all creatures.

The new dispel does not have the 1) component. It dispels always AoE unless a friendly creature is targeted. Can we fix this?

I assume its just missing something similiar to:

Code: Select all

    if (GetIsObjectValid(oTarget))
    {
        //----------------------------------------------------------------------
        // Targeted Dispel - Dispel all
        //----------------------------------------------------------------------
        spellsDispelMagic(oTarget, nCasterLevel, eVis, eImpact);
    }
    else
    {
To be clear, currently you cannot dispel a single hostile target from all buffs. It always dispels AoE.

Re: Spell bugs compilation list

Posted: Wed Mar 01, 2017 2:08 pm
by RedLancer
Paladin Spells
Flame of Faith: Description is round/level; actual duration is minute/level.
Lawful Sword: Description is round/level; actual duration is minute/level.

FWIW, per a suggestion I made, I think minute/level ought to be the duration for these (and other) spells, but either way, the description is incongruent with the mechanics.

Re: Spell bugs compilation list

Posted: Wed Mar 01, 2017 2:17 pm
by izzul
Vestment of faith

(the spell is removed or gone after crash or relog, not like IMA and shield from mages)

Re: Spell bugs compilation list

Posted: Sun Mar 05, 2017 10:57 am
by A Hippo
Spell failure occurred with Favored Soul casting spells Conviction and Bull's Strength.

Re: Spell bugs compilation list

Posted: Sun Mar 05, 2017 6:14 pm
by ohboy007
Sense weakness does not seem to work. Can someone please test it out. I do not see crits after I cast it on my summon. I should get auto crits for one round.

Re: Spell bugs compilation list

Posted: Mon Mar 13, 2017 5:59 am
by Nemni
Storm Avatar is supposed to make the caster an avatar of storms. Instead part of the benefit (the added damage) applies to the weapon instead of the caster.

I suggest this is fixed to work like how flame weapon works (target the creature), so that it can be used when switching between weapons and when fighting unarmed.

I also think such a fix would remove one of the exploits mentioned in a recent thread.

Re: Spell bugs compilation list

Posted: Mon Mar 13, 2017 11:42 am
by Glowfire
ohboy007 wrote:Sense weakness does not seem to work. Can someone please test it out. I do not see crits after I cast it on my summon. I should get auto crits for one round.
Could it be that the spell duration is too short for the spell to actually work...? Or maybe it doesn't work at all. I haven't picked the spell but might well be depending on if it works or not.

Re: Spell bugs compilation list

Posted: Sun Mar 19, 2017 12:28 pm
by Theodore01
casting a wall of stone and resting soon after - left me with 3 empty avatars and a standing stone.
Hidden: show
Image