[L2NPC] RemoveAttackDesire() doesn't work

Issue #100 new
Master Toma repo owner created an issue

RemoveAttackDesire() doesn't work when AQ casts hi-level protection curse

https://youtu.be/nyflwYZPRnQ

        if (attacker.level > myself.sm.level + 8 && GetAbnormalLevel(attacker, Skill_GetAbnormalType(@s_flesh_to_stone_boss)) == -1)
        {
            AddUseSkillDesire(attacker, @s_flesh_to_stone_boss, @ST_ATTACK, @AMT_MOVE_TO_TARGET, 1000000);
            RemoveAttackDesire(attacker.id);
        }

Tested with original L2NPC and original L2Server

Comments (0)

  1. Log in to comment