db/skill_cast_db.txt
SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down
== Explained:
// CastingTime : time to cast this skill, in miliseconds
// AfterCastActDelay : "normal" delay, character cannot use skills, in miliseconds
// AfterCastWalkDleay : amount of time before character can move again, in miliseconds
// Duration1 / Duration2 : usually the durations used by the skill, at special cases it is used to hold special data
// Cool Down : amount of time until character can re-use this skill, in miliseconds
//-- AS_SONICBLOW
136,0,2000,2000,0,5000,0
->
//-- AS_SONICBLOW
136,0,2000,0,0,5000,0
if u're using renewal -> db/re/skill_cast_db.txt otherwise db/pre-re/skill_cast_db.txt