|
23.05.2017, 09:38 | #1 |
Classic 2.5 + GEO
|
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! ... Последний раз редактировалось maxsyt; 23.05.2017 в 23:39. |
23.05.2017, 21:07 | #2 |
Модератор
Регистрация: 03.06.2012
Сообщений: 4,624
|
Techical support work on english and russian language only!
__________________
Техническая поддержка L2-Scripts Внимание: с 1 мая 2015 г. скайп технической поддержки будет: L2-scripts старый скайп тех поддержки обслуживаться не будет ! |
23.05.2017, 23:40 | #3 |
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! ... |
03.06.2017, 03:39 | #4 |
Модератор
Регистрация: 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 старый скайп тех поддержки обслуживаться не будет ! |