Jump to content
  • 0

How to put 0 delay but put aftercast delay on specific skills?


Question

Posted

Hello guys, I was just wondering how to make aftercast delay for pretty much all skills to 0 but then put normal/standard skill delay on a specific skill? I've tried putting cooldown, and manually putting delay via skill db but it still has 0 delay. I'm talking about Soul Breaker skill of Sinx just in case you need info. If you need more info, then let me know. I really appreciate your help. I was using rAmod full trunk so that could be a potential cause(?). I haven't tried it on a clean latest rathena trunk but just wanna ask in case you gust know how to fix this.

3 answers to this question

Recommended Posts

  • 0
Posted (edited)
14 hours ago, pajodex said:

Did you try editing the skill_cast_db? I added 1 sec cool down 2nd to the last part


//-- ASC_BREAKER
379,250,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0,0,1000,0

 

Thanks for replying!

I have tried that but I want 2 kiel cards to eventually make the cooldown 0. I tried putting 150 cooldown and I saw this cooldown item bonus script but I don't know exactly how to use it. Do you happen to know the syntax?
Source: https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt

bonus2 bSkillCooldown,sk,t;		Increases cooldown of skill sk by t milliseconds

I tried putting -75 on t but it's not working. I don't know what to put on sk. I also tried putting ASC_BREAKER for sk but it didn't work.

I would really appreciate your help.

 

EDIT:
I made it work by just putting cooldown. Apparently, I forgot to put quotation marks for the skill name so it didn't work. Basically, I put 150 cooldown on Soul Breaker and made my kiel card script like this:

4403,Kiel_Card,Kiel-D-01 Card,6,20,,10,,,,,,,,769,,,,,{ bonus2 bSkillCooldown,"ASC_BREAKER",-75; },{},{}

Hope this helps people in the future.

Edited by Pink Guy
  • 0
Posted
On ‎1‎/‎29‎/‎2018 at 12:29 PM, Pink Guy said:

Anyone can help? I've put cooldown and it's still the same. The skill is still spammable.

Did you try editing the skill_cast_db? I added 1 sec cool down 2nd to the last part

//-- ASC_BREAKER
379,250,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0,0,1000,0

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...