|
![]() |
#1 |
Модератор
Регистрация: 03.06.2012
Сообщений: 4,624
|
![]()
Techical support work on english and russian language only!
__________________
Техническая поддержка L2-Scripts Внимание: с 1 мая 2015 г. скайп технической поддержки будет: L2-scripts старый скайп тех поддержки обслуживаться не будет ! |
![]() |
![]() |
#2 |
Classic 2.5 + GEO
|
![]()
I was reading this skill in my char and it is written that it takes 20 p.def, I went to the l2 wiki to see if it takes longer, but I came across the different description in l2wiki says it ignores 20% of p.def Fate, which changes all the mechanics of skill.
If it takes 20 knots to say it does not change anything It was found that IGNORS 20% of p. F changes the damage caused, but only at the moment of action in case of the use of exc. Strike is that the target is with lower p.def. I want those responsible for this part to take a look at this ability, maybe it's wrong! ... |
![]() |
![]() |
#3 |
Модератор
Регистрация: 03.06.2012
Сообщений: 4,624
|
![]()
Formula for defence ignore:
Код:
if(skill != null && skill.getDefenceIgnorePercent() > 0) info.defence *= (1. - (skill.getDefenceIgnorePercent() / 100.)); All working correctly. Closed.
__________________
Техническая поддержка L2-Scripts Внимание: с 1 мая 2015 г. скайп технической поддержки будет: L2-scripts старый скайп тех поддержки обслуживаться не будет ! |
![]() |