L2-scripts Форум

L2-scripts Форум (http://l2-scripts.ru/forum/index.php)
-   Archive Classic (http://l2-scripts.ru/forum/forumdisplay.php?f=113)
-   -   Excruciating Strike (NOT BUG) (http://l2-scripts.ru/forum/showthread.php?t=7705)

maxsyt 23.05.2017 09:38

Excruciating Strike (NOT BUG)
 
[23.05.17 02:10:03:778] INFO gameserver.GameServer: =================================================
[23.05.17 02:10:03:781] INFO gameserver.GameServer: Project Revision: ........ L2s [22408]
[23.05.17 02:10:03:782] INFO gameserver.GameServer: Build Revision: .......... 10700
[23.05.17 02:10:03:784] INFO gameserver.GameServer: Update: .................. Classic 1.5
[23.05.17 02:10:03:784] INFO gameserver.GameServer: Build date: .............. 2017.05.18 17:54
[23.05.17 02:10:03:784] INFO gameserver.GameServer: Compiler version: ........ 1.8.0_131-b11 (Oracle Corporation)
[23.05.17 02:10:03:785] INFO gameserver.GameServer: =================================================


https://l2wiki.com/Classic/Excruciat...ke_-_Destroyer
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! ...

Core 23.05.2017 21:07

Techical support work on english and russian language only!

maxsyt 23.05.2017 23:40

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! ...

Core 03.06.2017 03:39

Formula for defence ignore:
Код:

                if(skill != null && skill.getDefenceIgnorePercent() > 0)
                        info.defence *= (1. - (skill.getDefenceIgnorePercent() / 100.));

info.defence - is target P.Def.
All working correctly. Closed.


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

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