iAmRiki Posted July 15, 2012 Posted July 15, 2012 How to uncast in renewal? i already edit berzebub card. 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-45; },{},{} When i use 2 berzebub card and i add some dex , its still got cast. Then i edit at trunk/conf/battle/skill.conf // The rate of time it takes to cast a spell (Note 2, 0 = No casting time)casting_rate: 100 // Delay time after casting (Note 2) delay_rate: 100 // Does the delay time depend on the caster's DEX and/or AGI? (Note 1) // Note: On Official servers, neither Dex nor Agi affect delay time delay_dependon_dex: yes delay_dependon_agi: yes Then its still same. anyone can solve this sir? Thanks and sorry my bad english. Quote
Eroces Posted July 15, 2012 Posted July 15, 2012 You need to comment out #define RENEWAL_CAST. Save and recompile. src\config\renewal.h /// renewal cast time /// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills #define RENEWAL_CAST Quote
iAmRiki Posted July 15, 2012 Author Posted July 15, 2012 /// renewal cast time/// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills #define RENEWAL_CAST i already use this. but its still same when i use 2 berzebub and add some dex its still casting. Anyone can help me about the renewal cast edit Quote
Wafflebutt Posted July 15, 2012 Posted July 15, 2012 (edited) Well you have 2x45% = 90% (unsure if that even works because I think you couldn´t stack castrate items/cards) Lets say your instant cast dex is at 170. You have 120 dex and -90% cast. That way you would have (if you are using pre-re cast) about 1/3 rd of your normal casttime. Now with the -90% you would still have a casttime of 10% from 1/3rd wich ofc isn´t instant. If you are using renewal cast: You have 80% variable cast time wich can be reduced by dex. And 20% fix cast wich can only be reduced by items. Total cast = fix+var Edited July 15, 2012 by Ainna Quote
iAmRiki Posted July 15, 2012 Author Posted July 15, 2012 Well you have 2x45% = 90% (unsure if that even works because I think you couldn´t stack castrate items/cards) Lets say your instant cast dex is at 170. You have 120 dex and -90% cast. That way you would have (if you are using pre-re cast) about 1/3 rd of your normal casttime. Now with the -90% you would still have a casttime of 10% from 1/3rd wich ofc isn´t instant. If you are using renewal cast: You have 80% variable cast time wich can be reduced by dex. And 20% fix cast wich can only be reduced by items. Total cast = fix+var i dont understand sir. can explain more complex? mean where can i edit it sir? im using renewal. but i didnt open the 3rd job. my server 2nd job but use renewal. Quote
Emistry Posted July 15, 2012 Posted July 15, 2012 @iamriki eroces already told you how to do it at post#2... Quote
iAmRiki Posted July 16, 2012 Author Posted July 16, 2012 @iamriki eroces already told you how to do it at post#2... that mean i need to change this sir? /// renewal cast time/// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills ///#define RENEWAL_CAST disable the renewal_cast sir? Quote
manabeast Posted July 16, 2012 Posted July 16, 2012 (edited) kenpachi post in eathena:../conf/battle/skill.conf // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 150 try change to 100 see? or 30 see? Edited July 16, 2012 by manabeast Quote
Question
iAmRiki
How to uncast in renewal? i already edit berzebub card.
When i use 2 berzebub card and i add some dex , its still got cast.
Then i edit at trunk/conf/battle/skill.conf
Then its still same. anyone can solve this sir?
Thanks and sorry my bad english.
8 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.