Jump to content
  • 0
Tome130

min skill delay not working properly

Question

https://youtu.be/Xz8ABna4-uQ

So I have a pre renewal server.
my renewal.h has renewal mechanics disabled

#define DISABLE_RENEWAL

//#define RENEWAL

//#define RENEWAL_CAST

 

when i set min_skill_delay_limit: 3000 (3 sec) it works properly, but when its set to 0 i still have 0.5 sec delay on skills wich should not have delay
{
    Id: 401
    Name: "CH_SOULCOLLECT"
    Description: "Zen"
    MaxLevel: 1
    Hit: "BDT_SKILL"
    SkillType: {
        Self: true
    }
    DamageType: {
        NoDamage: true
    }
    InterruptCast: true
    CastTime: 2000
    SkillData1: 600000
    CoolDown: 0
    Requirements: {
        SPCost: 20
    }
},

only info i could find was this https://www.gitmemory.com/issue/rathena/rathena/4254/514001674
is it really client side thing or am I missing something?

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

min_skill_delay_limit minimal value is 10

smaller i think will allow exploit with skills casting

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.