RN1986 Posted June 17, 2012 Posted June 17, 2012 how to change skill casting time of desperado? for gunslinger thank you very much.... Quote
jedwynne Posted June 17, 2012 Posted June 17, 2012 you can modify it in skill_cast_db.txt find this lines~ //-- GS_DESPERADO 516,0,1000,1000,1000,0,0,0 Quote
RN1986 Posted June 18, 2012 Author Posted June 18, 2012 where's the cast time? //-- GS_DESPERADO 516,0,1000,1000,1000,0,0,0 Quote
jedwynne Posted June 18, 2012 Posted June 18, 2012 // Structure of Database: // SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time //== 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 // Fixed Casting Time: the skills fixed casting time (when 0, uses 20% of cast time) //== Extra // On all fields you can use ':' as a delimiter to level-specific values, // - Example using SM_PROVOKE // - Original:6,0,0,0,30000,0,1000 // - ModifiedTo:6,0,0,0,30000,0,1000:2500:3000:etc // - Makes lvl 1 have 1000 (1s) cool down, lvl 2 2500 (2.5s), lvl 3 3000, and so on. //========================================== Quote
Question
RN1986
how to change skill casting time of desperado? for gunslinger
thank you very much....
3 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.