iubantot Posted March 12, 2018 Group: Members Topic Count: 117 Topics Per Day: 0.03 Content Count: 312 Reputation: 34 Joined: 10/15/12 Last Seen: Friday at 05:43 AM Share Posted March 12, 2018 what item bonus should i use to attain such? I want to reduce a skill's delay by seconds. Quote Link to comment Share on other sites More sharing options...
0 maken06 Posted March 12, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 234 Reputation: 115 Joined: 02/24/15 Last Seen: March 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 iubantot Posted March 13, 2018 Group: Members Topic Count: 117 Topics Per Day: 0.03 Content Count: 312 Reputation: 34 Joined: 10/15/12 Last Seen: Friday at 05:43 AM Author Share 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 Link to comment Share on other sites More sharing options...
0 Playtester Posted March 13, 2018 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: 5 hours ago Share 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 Link to comment Share on other sites More sharing options...
Question
iubantot
what item bonus should i use to attain such?
I want to reduce a skill's delay by seconds.
Link to comment
Share on other sites
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.