L2-scripts Форум

L2-scripts Форум (http://l2-scripts.ru/forum/index.php)
-   Archive Lindvior, Ertheia, Odyssey, Undergeround, Helios, Grand Crusade (http://l2-scripts.ru/forum/forumdisplay.php?f=103)
-   -   Tyr warrior skills CANNOT BE EVADED (http://l2-scripts.ru/forum/showthread.php?t=4023)

boulanger 17.12.2013 16:30

Tyr warrior skills CANNOT BE EVADED
 
Hello,

TYr warrior SKILLS that use momentum cannot be evaded no matter pskillevasion value. for exemple final ultimate evasion, you can put there 100 at value, tyr skills will always Hit target.

seams pskillevasion is not working with skills that have

formulas
Код:

if (skill != null)
    {
      if ((info.damage > 1.0D) && (!skill.hasEffects()) && (Rnd.chance(target.calcStat(Stats.P_SKILL_EVASION, 0.0D, attacker, skill))))
      {
        attacker.sendPacket(new SystemMessage2(SystemMsg.C1S_ATTACK_WENT_ASTRAY).addName(attacker));
        target.sendPacket(((SystemMessage2)new SystemMessage2(SystemMsg.C1_HAS_EVADED_C2S_ATTACK).addName(target)).addName(attacker));
        info.damage = 0.0D;
        return info;
      }


iqman 10.01.2014 01:20

Give us some proof about that please.

boulanger 10.01.2014 11:35

use final ultimate evasion ( pskilevasion set to 100) then try to hit target with any skill , all classes miss, except tyrr force skills.

iqman 17.02.2014 02:58

Provide me with some skill IDs I'll tell you why.

iqman 28.02.2014 03:16

Acc to off, skills that have effects cannot be evaded..I didn't do that..u didn't answer long time, and I cannot see a bug here.. closed.


Часовой пояс GMT +4, время: 07:09.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd. Перевод: zCarot