Jump to content

Gam3Master

Members
  • Posts

    284
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Community Answers

  1. Gam3Master's post in Buffer Problem was marked as the answer   
    It seems you have config store or not dances and songs. Find it in configs. otherwise delete
     
     
    // Dances and songs are not kept in retail. if (skill.isDance() && !Config.ALT_STORE_DANCES) { continue; }
  2. Gam3Master's post in Enable All Skills was marked as the answer   
    thank you it worked. You can close topic
  3. Gam3Master's post in Continious Skills was marked as the answer   
    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);
×
×
  • Create New...