iubantot Posted March 12, 2018 Posted March 12, 2018 what item bonus should i use to attain such? I want to reduce a skill's delay by seconds. Quote
0 maken06 Posted March 12, 2018 Posted March 12, 2018 I think you'll have to edit in this part. https://github.com/rathena/rathena/blob/master/db/pre-re/skill_cast_db.txt Quote
0 iubantot Posted March 13, 2018 Author Posted March 13, 2018 14 hours ago, maken06 said: I think you'll have to edit in this part. https://github.com/rathena/rathena/blob/master/db/pre-re/skill_cast_db.txt im referring on adding a item bonus for specific skill delay. Quote
0 Playtester Posted March 13, 2018 Posted March 13, 2018 Refer to this document if you are looking for item bonuses: https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt Cast time/delay --------------- bonus bCastrate,n; Skill cast time rate + n%. (If RENEWAL_CAST is defined, this bonus is equal to bVariableCastrate) bonus2 bCastrate,sk,n; Adjust casting time of skill sk by n%.(If RENEWAL_CAST is defined, this bonus is equal to bVariableCastrate) bonus bFixedCastrate,n; Increases fixed cast time of all skills by n% (has effect in RENEWAL_CAST only) bonus2 bFixedCastrate,sk,n; Increases fixed cast time of skill sk by n% (has effect in RENEWAL_CAST only) bonus bVariableCastrate,n; Increases variable cast time of all skills by n%. (If RENEWAL_CAST is NOT defined, this bonus is equal to bCastrate) bonus2 bVariableCastrate,sk,n; Increases variable cast time of skill sk by n% (If RENEWAL_CAST is NOT defined, this bonus is equal to bCastrate) bonus bFixedCast,t; Increases fixed cast time of all skills by t milliseconds (has effect in RENEWAL_CAST only) bonus2 bSkillFixedCast,sk,t; Increases fixed cast time of skill sk by t milliseconds (has effect in RENEWAL_CAST only) bonus bVariableCast,t; Increases variable cast time of all skills by t milliseconds (has effect in RENEWAL_CAST only) bonus2 bSkillVariableCast,sk,t; Increases variable cast time of skill sk by t milliseconds (has effect in RENEWAL_CAST only) bonus bNoCastCancel,n; Prevents casting from being interrupted when hit (does not work in GvG | n is meaningless) bonus bNoCastCancel2,n; Prevents casting from being interrupted when hit (works even in GvG | n is meaningless) bonus bDelayrate,n; Increases skill delay by n% bonus2 bSkillCooldown,sk,t; Increases cooldown of skill sk by t milliseconds Quote
Question
iubantot
what item bonus should i use to attain such?
I want to reduce a skill's delay by seconds.
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.