Jump to content
  • 0

Skill Delay Problem on Pre-RE


Jayz

Question


  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  396
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

I edit everything why my RO still have Skill CoolDown

Skill.c

// The rate of time it takes to cast a spell (Note 2, 0 = No casting time)
casting_rate: 100

// Delay time after casting (Note 2)
delay_rate: 0

// Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
// Note: On Official servers, neither Dex nor Agi affect delay time
delay_dependon_dex: yes
delay_dependon_agi: yes

// Minimum allowed delay for ANY skills after casting (in miliseconds) (Note 1)
// Note: Setting this to anything above 0 can stop speedhacks.
min_skill_delay_limit: 10

skill_cast_db.txt

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

this is the attach files on my screen shot with the Skill Cooldown

post-6463-0-94506500-1352849676_thumb.jpg

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

You have this set to "Yes"

// Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
// Note: On Official servers, neither Dex nor Agi affect delay time
delay_dependon_dex: yes
delay_dependon_agi: yes

Meaning, delay is active on from your DEX and AGI stats. Have you tried setting them to no and see what it does? Also, is your stats very high such as a High rate/Super high rate?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  396
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

High Rate only Max Stats 300

Still have skill cooldown :(

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