kojex 2.0 Posted March 29, 2012 Posted March 29, 2012 3rd job skill cooldown like infrared= mechanic skill ....can keep spamming...the skill not wait 15 sec to cast again... here my skill_cast_db.txt // SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time //-- NC_INFRAREDSCAN 2270,1000,500,0,10000,0,15000,0 Quote
kojex 2.0 Posted March 29, 2012 Author Posted March 29, 2012 2270,1000,15000,0,10000,0,15000,0 if i set AfterCastActDelay 15000, Cool Down 15000....then i will not be able to use all skill within 15 sec.. what about skill howling dragon?the Cool Down is 1 minute...so i need to wait 1 minute to re-use all other skill?? what i'm mention here is about Cool Down,not AfterCastActDelay ... Quote
Hailey Posted March 29, 2012 Posted March 29, 2012 (edited) · Hidden by Hailey, March 29, 2012 - lalalalala Hidden by Hailey, March 29, 2012 - lalalalala 2270,1000,0,0,10000,0,15000,0 Use common sense next time ' Edited March 29, 2012 by Cassidy
KaitoKid Posted March 30, 2012 Posted March 30, 2012 (edited) 3rd job skill cooldown like infrared= mechanic skill ....can keep spamming...the skill not wait 15 sec to cast again... here my skill_cast_db.txt // SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time //-- NC_INFRAREDSCAN 2270,1000,500,0,10000,0,15000,0 The line seems valid. If you implement to your skill that neither DEX or AGI affects the delay time then you should also consider going to your skill_castnodex_db.txt Then add 2270,0,7 //NC_INFRAREDSCAN Therefore Skill's delay is not affected by DEX, Magic Strings(Bragi), or Item Bonuses Edited March 30, 2012 by Kaito_Kid Quote
Question
kojex 2.0
3rd job skill cooldown like infrared= mechanic skill ....can keep spamming...the skill not wait 15 sec to cast again...
here my skill_cast_db.txt
// SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time
//-- NC_INFRAREDSCAN
2270,1000,500,0,10000,0,15000,0
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.