Yoona Posted January 18, 2014 Posted January 18, 2014 Hi there! i am trying to look at the item bonuses and cant find what im looking for so can you guys tell me how to reduce Skill Delay on Specific Skills? like i will reduce Hundred Spear for 30% can anyone help me with this? Quote
Santafe Posted January 18, 2014 Posted January 18, 2014 Hi there! i am trying to look at the item bonuses and cant find what im looking for so can you guys tell me how to reduce Skill Delay on Specific Skills? like i will reduce Hundred Spear for 30% can anyone help me with this? Check out the skill_db.txt structue i poked my nose into that stuff too before ! since u wanna edit the hundred spears it must be in database/db/re/skill_db.txt and see the "cast defence rate" or "max count" ( Find the positions of these 2 from the 1st line in skill_db.txt) Quote
Yoona Posted January 18, 2014 Author Posted January 18, 2014 sorry i didn't explain it well, but thanks for the reply my point is i want to create an item that can reduce the delay of Hundred Spear. Quote
Santafe Posted January 18, 2014 Posted January 18, 2014 (edited) sorry i didn't explain it well, but thanks for the reply my point is i want to create an item that can reduce the delay of Hundred Spear. Hi again, just look at the Docs/item_bonus.txt i found one bonus : "bonus bCastRate,sk,n;" which can adjust the skill's rate so if hundred spears rate is 100 calculate 100-30 which is 70 as "n" in the bonus script and "sk" is the skill ID of hundred spear. Hope you understood what im trying to say xD Edited January 18, 2014 by Santafe Quote
painrugi Posted January 18, 2014 Posted January 18, 2014 hundred spear have 3 secon of cool down. //-- RK_HUNDREDSPEAR 2004,1000:900:800:700:600:500:400:300:200:100,500,0,0,0,3000,-1 so, for 30% reduce cool down { bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-900; },{},{} Quote
Yoona Posted January 18, 2014 Author Posted January 18, 2014 @Santafe yes i understood what youre saying thanks! and let me try that! @painrugi thanks for the reply but cool down and skill delay is not the same, i guess? Quote
painrugi Posted January 19, 2014 Posted January 19, 2014 (edited) { bonus2 bSkillDelay,"RK_HUNDREDSPEAR",-150; },{},{} Edited January 19, 2014 by painrugi Quote
QQfoolsorellina Posted January 20, 2014 Posted January 20, 2014 AFAIK,There is no bonus can reduce single skill delay Quote
Euphy Posted January 21, 2014 Posted January 21, 2014 bonus2 bSkillCooldown,sk,t; Increases cooldown of skill sk by t millisecondsNegative time -> reduces cooldown. Is that what you're looking for? Quote
QQfoolsorellina Posted January 21, 2014 Posted January 21, 2014 bonus2 bSkillCooldown,sk,t; Increases cooldown of skill sk by t millisecondsNegative time -> reduces cooldown. Is that what you're looking for? I think she want to reduce not only cooldown but also AfterCastActDelay Quote
Question
Yoona
Hi there! i am trying to look at the item bonuses and cant find what im looking for so can you guys tell me how to reduce Skill Delay on Specific Skills? like
i will reduce Hundred Spear for 30%
can anyone help me with this?
10 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.