Jump to content
  • 0

Remove skill delay


DeadPhoenix86

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  05/05/18
  • Last Seen:  

Hello Everyone

I'm having an issue regarding with the skill delay. Whenever i do an Asura or Dangerous Soul it takes 2 to 4 sec's charge up. I have all my stats at 199 and still there's a huge delay when doing these skills. The Only way to remove it complete is to equip the Angra Manyu. 

However i did some googling. And changed various of settings and for some reason i can't get it to work. i want to instant cast skills at 150 Dex. And not the 300 ?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

This is in skill_cast_db.txt

SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time

 

Can you post your server's skill_cast_db Monk entries?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  05/05/18
  • Last Seen:  

//===== Monk ===============================
//-- MO_CALLSPIRITS
261,500,0,0,600000,0,0,500
//-- MO_ABSORBSPIRITS
262,1000,0,0,0,0,0,1000
//-- MO_INVESTIGATE
266,500,500,0,0,0,0,500
//-- MO_FINGEROFFENSIVE
267,500,500,0:200:400:600:800,0,0,0,500
//-- MO_STEELBODY
268,2500,0,0,30000:60000:90000:120000:150000,0,0,2500
//-- MO_BLADESTOP
269,0,500,0,500:700:900:1100:1300,20000:30000:40000:50000:60000,0,0
//-- MO_EXPLOSIONSPIRITS
270,0,0,0,180000,0,0,0
//-- MO_EXTREMITYFIST
271,2000:1750:1500:1250:1000,3000:2500:2000:1500:1000,0,10000,300000,0,2000:1750:1500:1250:1000
//==========================================

But i also notice other skills from other classes has skill delay as well. I used to play RO back in the early to mid 2000's and whenever we had 100 on Dex it was instant regardless the skill.
So does that mean i have to edit everything?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

//===== Monk ===============================
//-- MO_CALLSPIRITS
261,500,0,0,600000,0,0,0
//-- MO_ABSORBSPIRITS
262,1000,0,0,0,0,0,1000
//-- MO_INVESTIGATE
266,500,500,0,0,0,0,500
//-- MO_FINGEROFFENSIVE
267,500,500,0:200:400:600:800,0,0,0,500
//-- MO_STEELBODY
268,2500,0,0,30000:60000:90000:120000:150000,0,0,2500
//-- MO_BLADESTOP
269,0,500,0,500:700:900:1100:1300,20000:30000:40000:50000:60000,0,0
//-- MO_EXPLOSIONSPIRITS
270,0,0,0,180000,0,0,0
//-- MO_EXTREMITYFIST
271,2000:1750:1500:1250:1000,3000:2500:2000:1500:1000,0,10000,300000,0,0
//==========================================

it should be like this

 

the last entry of every line is 'fixed casting time', meaning it is there regardless of anything... so you should set it to zero

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  05/05/18
  • Last Seen:  

So if i'm getting this right. Change the last number to Zero on all skills would cast instantly?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

Oh, I just read the description and found out that you have to put -1 instead of zero to remove the fixed cast time for that specific skill. But if you want to remove that 'fixed cast time' from the server globally(all skills), you have to set it in the configuration 

conf/battle/skill.conf

// For RENEWAL_CAST (Note 2)
// By default skill that has '0' value for Fixed Casting Time will use 20% of cast time
// as Fixed Casting Time, and the rest (80%) as Variable Casting Time.
// Put it 0 to disable default Fixed Casting Time (just like -1 is the skill_cast_db.txt).
default_fixed_castrate: 20

change it to 0.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  05/05/18
  • Last Seen:  

I will give this a shot. Thank you.

 

Bump. Looks like that did the trick ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

Wrong section. Moved to "Source Support".

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