Hi there,
Just to discuss this issue viewtopic.php?f=103&t=28734. Don't want to push, but have feedback here.
Bug has been marked as fixed, but I'm still seeing root / sleep / paralyze trait type skills stacking. (E.g : Trance).
I've not played retail since Interlude tbh, but as far as I know sleep trait skill for instance shouldn't be stackable at all.
Is this me or this is retail like ?
Cheers
Stacking debuff that shouldn't
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- L2j Veteran
- Posts: 855
- Joined: Mon May 03, 2010 8:38 am
- Location: France
-
- L2j Veteran
- Posts: 314
- Joined: Mon Mar 11, 2013 4:19 pm
Re: Stacking debuff that shouldn't
As i told you its not for all debuffs there are only few that make you invulnerable to same type of debuff.
Example the skill Arrest it roots you but makes you invulnerable to HOLD also so it can not be reapplied.
Now if you are sure there is a skill that shouldn't be reapplied there is a chance its missing the invulnerability.
EDIT: Trance should have trait invulnerability but it doesn't... seems we missed it on trait rework i will have to recheck all trait values.
Example the skill Arrest it roots you but makes you invulnerable to HOLD also so it can not be reapplied.
Code: Select all
<for> <effect name="Root" /> <effect name="DefenceTrait"> <param HOLD="100" /> </effect> </for>
EDIT: Trance should have trait invulnerability but it doesn't... seems we missed it on trait rework i will have to recheck all trait values.
-
- L2j Veteran
- Posts: 855
- Joined: Mon May 03, 2010 8:38 am
- Location: France
Re: Stacking debuff that shouldn't
Ok so DP side. Sorry I've been away for a while, trying to catch up.
Thanks for your time, I'll try and check all trait skill vuln.
Thanks for your time, I'll try and check all trait skill vuln.
-
- L2j Veteran
- Posts: 855
- Joined: Mon May 03, 2010 8:38 am
- Location: France
-
- L2j Veteran
- Posts: 314
- Joined: Mon Mar 11, 2013 4:19 pm
Re: Stacking debuff that shouldn't
By all of them i meant checking all the skills using the DefenceTrait effect not just the debuffs
I commited your patch since it fixes a part maybe more are missing.
I commited your patch since it fixes a part maybe more are missing.
-
- L2j Veteran
- Posts: 855
- Joined: Mon May 03, 2010 8:38 am
- Location: France
Re: Stacking debuff that shouldn't
I'm going to check all of them later, but those were mainly critical for the game logic.
-
- L2j Veteran
- Posts: 855
- Joined: Mon May 03, 2010 8:38 am
- Location: France
Re: Stacking debuff that shouldn't
So I went through every single skill, and the only missing DefenceTrait I found is an enchant route for resist poison :
http://pastebin.com/B4NTk7tA
http://pastebin.com/B4NTk7tA
-
- L2j Veteran
- Posts: 314
- Joined: Mon Mar 11, 2013 4:19 pm
Re: Stacking debuff that shouldn't
I checked them all seems there isn't anything else missing for invulnerability.
I commited your patch but you had a little mistake you used BLEED for POISONSdw wrote:So I went through every single skill, and the only missing DefenceTrait I found is an enchant route for resist poison :
http://pastebin.com/B4NTk7tA
-
- L2j Veteran
- Posts: 855
- Joined: Mon May 03, 2010 8:38 am
- Location: France
Re: Stacking debuff that shouldn't
Woups copy / paste