L2JMobius

Public Development => Solved/Invalid Bug Reports => Topic started by: Odyssey on December 28, 2018, 07:56:49 PM

Title: Skills do not damage
Post by: Odyssey on December 28, 2018, 07:56:49 PM
[Rev. 4631]  The essence of the problem is that if you use skills in a row without delay, then the damage only affects the first skill. Also note that the skill of "Excruciating Strike" has a huge damage more than other skills.
Title: Re: Skills do not damage
Post by: mithrilmines on December 28, 2018, 10:32:53 PM
confirmed if u cast skills very fast second skill ++ dont deal dmg


tested Tyr Titan skills and working normaly , maybe need some more cast time ? i test with titan and problem exist
Title: Re: Skills do not damage
Post by: Iris on December 28, 2018, 10:48:10 PM
Confirmed the bug here as well, the 2nd skill doesn't deal damage.
Title: Re: Skills do not damage
Post by: mithrilmines on December 28, 2018, 10:51:29 PM
Confirmed the bug here as well, the 2nd skill doesn't deal damage.

try to increase a little the cast time of test sskills

i go at work now so i cant test it
Title: Re: Skills do not damage
Post by: Odyssey on January 02, 2019, 09:41:59 AM
fix please
Title: Re: Skills do not damage
Post by: Iris on January 02, 2019, 12:16:36 PM
I agree that these last 2 reports on the Free Users section have the highest priority of all the forum right now xD

I mean, this report, and the one about the summons not being able to resume attacking after getting disabled.
Title: Re: Skills do not damage
Post by: Odyssey on January 05, 2019, 11:23:06 AM
It seems that the problem has disappeared by removing from the config:
     <nextAction>ATTACK</nextAction>

I also had a problem with incorrect PvP damage to some skills. This may be useful for someone, I deleted these commands:
     <trait>SHOCK</trait>
     <trait>DISARM</trait>
     <trait>HOLD</trait>
     <trait>ETC</trait>
     <trait>DERANGEMENT</trait>
     <trait>POISON</trait>
     <trait>BLEED</trait>
     <trait>PARALYZE</trait>
     <trait>DEATH</trait>
     <trait>TURN_STONE</trait>
     <trait>BOSS</trait>
     <trait>SLEEP</trait>
     <trait>AIRBIND</trait>
     <trait>PULL</trait>
     <trait>PHYSICAL_BLOCKADE</trait>
     <trait>VALAKAS</trait>
     <trait>GUST</trait>
     <trait>DEPORT</trait>
Title: Re: Skills do not damage
Post by: Iris on January 05, 2019, 01:22:01 PM
Lol, you shouldn't be touching that. I don't think you're aware of how skills and traits work.
Title: Re: Skills do not damage
Post by: Mobius on January 06, 2019, 01:29:02 AM
Is next action attack?
Title: Re: Skills do not damage
Post by: Iris on January 06, 2019, 12:52:00 PM
Those skills do have next_action = attack in skilldata.txt (retail skill info), so XML information is correct.

Maybe that is causing the problem, but removing all instances of next_action=attack from XML files isn't a proper fix imo.
Title: Re: Skills do not damage
Post by: Mobius on January 12, 2019, 03:18:20 AM
Fixed with revision 4689.