Jump to content
  • 0

Continious Skills


Question

Posted

Hello. I use l2jfrozen last source and i am having problem with continious skills. Such as Vicious stance. When you walking or attacking and you turn it on, character stops to act. i mean when it walks it stops to walk and when you are in combat and attacking you stop.

 

can you tell me how to fix or how to start?

3 answers to this question

Recommended Posts

  • 0
Posted

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);
Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

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..