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)
-   -   [CORE] Break stun chance too big + only for physical (http://l2-scripts.ru/forum/showthread.php?t=4492)

boulanger 22.07.2014 21:22

[CORE] Break stun chance too big + only for physical
 
lindvior 11720

the break stun chance is 75% for crit hit and 10% for normal hit, please make this a config, it is too high.

Код:

public static boolean calcStunBreak(boolean crit)
  {
    return Rnd.chance(crit ? 75 : 10);
  }

******


Код:

if ((target.isStunned()) && (calcStunBreak(info.crit))) {
        target.getEffectList().stopEffects(EffectType.Stun);
      }

that
is only for physical damage
magic can NEVER break stun, please FIX

iqman 10.08.2014 02:23

magic can NEVER break stun, please FIX

Is that a statement or something wrong with that?

boulanger 11.08.2014 11:16

magic hit SHOULD brake stun, now it does not.

iqman 16.08.2014 23:08

fixed in your updates or not?

boulanger 19.08.2014 11:25

yes is fixed and working good.

iqman 25.08.2014 00:35

closed .


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

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