Please close already fixed it.
If someone will need it:
### Eclipse Workspace Patch 1.0
#P L2jFrozen_GameServer
Index: head-src/com/l2jfrozen/gameserver/model/L2Character.java
===================================================================
--- head-src/com/l2jfrozen/gameserver/model/L2Character.java (revision 1118)
+++ head-src/com/l2jfrozen/gameserver/model/L2Character.java (working copy)
@@ -1975,7 +1975,7 @@
*/
// Like L2OFF after a skill the player must stop the movement, also with toggle
- if (!skill.isPotion() && this instanceof L2PcInstance)
+ if (!skill.isPotion() && this instanceof L2PcInstance && !skill.isToggle())
((L2PcInstance) this).stopMove(null);
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..