
Problem with augumentation.
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 107
- Joined: Tue Nov 03, 2009 1:28 pm
Problem with augumentation.
Well.... i have problem with augumented weapons on my server... If someone use disarm on someone he cant equip weapon anymore, or stats stucks... really strange things... please take a look on this screen.


- poltomb
- L2j Veteran
- Posts: 225
- Joined: Wed Jul 13, 2005 7:13 am
- Location: USA
Re: Problem with augumentation.
ss link broken :/
-
- Posts: 107
- Joined: Tue Nov 03, 2009 1:28 pm
Re: Problem with augumentation.

here we go

- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Problem with augumentation.
Thats the screenshot hiroshima posted:

Server Version: 379M?
DP Revision: 379M?
Can you tell us if it's Epilogue?

Server Version: 379M?
DP Revision: 379M?
Can you tell us if it's Epilogue?
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Problem with augumentation.
you can try this patch, but nobody knows what l2j version you are using, probably a private fork..
Code: Select all
Index: java/com/l2jserver/gameserver/model/L2Augmentation.java===================================================================--- java/com/l2jserver/gameserver/model/L2Augmentation.java (revision 4420)+++ java/com/l2jserver/gameserver/model/L2Augmentation.java (working copy)@@ -131,9 +131,9 @@ player.addSkill(_skill); if (_skill.isActive()) {- if (!player.getReuseTimeStamp().isEmpty() && player.getReuseTimeStamp().containsKey(_skill.getId()))+ if (!player.getReuseTimeStamp().isEmpty() && player.getReuseTimeStamp().containsKey(_skill.getReuseHashCode())) {- final long delay = player.getReuseTimeStamp().get(_skill.getId()).getRemaining();+ final long delay = player.getReuseTimeStamp().get(_skill.getReuseHashCode()).getRemaining(); if (delay > 0) { player.disableSkill(_skill, delay);
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 107
- Joined: Tue Nov 03, 2009 1:28 pm
Re: Problem with augumentation.
its L2J Epilogue Dear Zoey76.