Jump to content
  • 0

No animation delay on skills bug.


Erebos

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   4
  • Joined:  10/25/18
  • Last Seen:  

As we all know, a player needs high Attack Speed to spam a skill with no After-Cast Delay. For example; a Creator with Poem of Bragi can't spam Acid demonstration effectively without high ASPD. This is called animation delay or amotion delay (as far as i know).

I'm having a bug that ignores this ASPD requirement and i can spam very very fast even with less than 100 ASPD. Even when the skills does have After-Cast Delay or Cool Down, i can spam 2 or 3 skills before the delay or CD begins! With an Auto Hotkey i can spam more than 20 skills per sec.

I have tried adding Animation delay on "CastEnd" in skill.conf but it doesnt fix the problem itself, i still can cast more than 1 skill before the After-skill delay or cooldown begins.

I hope anyone can help me. Thanks in advance.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  07/06/16
  • Last Seen:  

Sorry for the late reply but maybe someone else would need this change.

In skill.cpp, search for int skill_delayfix

Look for:

//ShowInfo("Delay delayfix = %d\n",time);

Add this below:
 

time = max(time, status_get_amotion(bl));

This should fix your problem on those skills but monk comboes may be slightly hard to connect because of the animation delay.

If you want comboes to ignore this just add a restriction for them.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...