madtoyz Posted September 22, 2012 Posted September 22, 2012 Here im using rAthena Revision 16758 what have i change is : conf/battle/skill.conf // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 100 original is : // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 150 db/re/item_db.txt 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-80; },{},{} original is : 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-30; },{},{} this status already using 2x berzebub card but no effect(still got long casting) Quote
malufett Posted September 22, 2012 Posted September 22, 2012 // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 100 This won't work in renewal...better edit this one // How much (dex*2+int) does variable cast turns zero?vcast_stat_scale: 530 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-80; },{},{} better do it this way 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{} Quote
kyeme Posted September 22, 2012 Posted September 22, 2012 (edited) What skill you are using? Because some skill's have Fixed casting time. Berzebub is only affect the Skills that have Floating casting. Correct me if i'm wrong. Edited September 22, 2012 by kyeme Quote
madtoyz Posted September 22, 2012 Author Posted September 22, 2012 What skill you are using? Because some skill's have Fixed casting time. Berzebub is only affect the Skills that have Floating casting. Correct me if i'm wrong. warlock skills. 2nd job/3rd job // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 100 This won't work in renewal...better edit this one // How much (dex*2+int) does variable cast turns zero?vcast_stat_scale: 530 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-80; },{},{} better do it this way 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{} no need to change any scr/map/pc.c ? Quote
madtoyz Posted September 22, 2012 Author Posted September 22, 2012 (edited) 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-80; },{},{} to 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{} after i change,still cant uncast. Edited September 22, 2012 by madtoyz Quote
kyeme Posted September 22, 2012 Posted September 22, 2012 (edited) 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-80; },{},{} to 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{} after i change,still cant uncast. Try this > change 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{} to 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; bonus bFixedCastrate,-80; },{},{} -80 = 80% -100 = -100% Edited September 22, 2012 by kyeme Quote
madtoyz Posted September 23, 2012 Author Posted September 23, 2012 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bCastrate,-80; },{},{} to 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{} after i change,still cant uncast. Try this > change 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; },{},{} to 4145,Berzebub_Card,Berzebub Card,6,20,,10,,,,,,,,136,,,,,{ bonus bVariableCastrate,-80; bonus bFixedCastrate,-80; },{},{} -80 = 80% -100 = -100% thx the cast is reduce .... Quote
patr3k Posted September 24, 2012 Posted September 24, 2012 (edited) is this one work in pre-renewal? // How much (dex*2+int) does variable cast turns zero? vcast_stat_scale: 530 coz i wanted to turn On the fixed cast time in pre-renewal mode. Edited September 24, 2012 by patr3k Quote
madtoyz Posted September 25, 2012 Author Posted September 25, 2012 the problem issue is solve on 23sept2012 9:20am after add this code { bonus bVariableCastrate,-80; bonus bFixedCastrate,-80; } Quote
Question
madtoyz
Here im using rAthena Revision 16758
what have i change is :
conf/battle/skill.conf
original is :
db/re/item_db.txt
original is :
this status already using 2x berzebub card but no effect(still got long casting)
9 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.