JassMax Posted June 24, 2013 Posted June 24, 2013 (edited) HI i want to add sniper skill ss lvl 8 in weapon!i can edit ss skill by using skill "SN_SHARPSHOOTING",8; But Problem is lvl 8 ss is not attack with Range! why is that?or its not possible to edit range skills ? if i increasing more lvl ? Edited June 24, 2013 by JassMax Quote
Jaburak Posted June 24, 2013 Posted June 24, 2013 Try to edit here; trunk/db/re/skill_db.txt 382,9,8,1,-1,0,2,5,1,yes,0,0,13,weapon,0, SN_SHARPSHOOTING,Focused Arrow Strike Just change the second structure. Quote
JassMax Posted June 25, 2013 Author Posted June 25, 2013 Try to edit here; trunk/db/re/skill_db.txt 382,9,8,1,-1,0,2,5,1,yes,0,0,13,weapon,0, SN_SHARPSHOOTING,Focused Arrow Strike Just change the second structure. you mean number 9 to increase? i don't want to increase range! i want same range as give in lvl 5 ...if i increase range other lvl also get more range..its get out range map..!! Quote
RyanBrenz2 Posted November 26, 2013 Posted November 26, 2013 Please answer this problem because this is also my problem with my server skill range SS lvl 5 is a range and when i change it to lvl 10 the skill becomes meelee skill Quote
reigneil Posted April 8, 2014 Posted April 8, 2014 you can try his idea credit to: Cydh http://rathena.org/board/tracker/issue-8402-waterball-above-level-5-with-wrong-attack-range/ Well, solved. This is client-side issue. Please mark this as invalid or done.The solution is, change the AttackRange for WZ_WATERBALL on lua files/skillinfoz/skillinfolist.lub. Needs defined the range for level 6 until level 10.https://github.com/R...slation/pull/10 [SKID.WZ_WATERBALL] = { "WZ_WATERBALL"; SkillName = "Water Ball", MaxLv = 5, SpAmount = { 15, 20, 20, 25, 25 }, bSeperateLv = true, AttackRange = { 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 }, _NeedSkillList = { { SKID.MG_COLDBOLT,1 }, { SKID.MG_LIGHTNINGBOLT,1 } } }, just add AttackRange... like the info. above with the skill SharpShooting. 1 Quote
JassMax Posted April 8, 2014 Author Posted April 8, 2014 (edited) Thanks a Lot reigneil you have no idea how much day i waited to get this problem solve you can see date of this topic when i posted .. xD thank you very much and my Problem Solved Edited April 8, 2014 by JassMax Quote
Question
JassMax
HI
i want to add sniper skill ss lvl 8 in weapon!
i can edit ss skill by using
But Problem is lvl 8 ss is not attack with Range! why is that?
Edited by JassMaxor its not possible to edit range skills ? if i increasing more lvl ?
6 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.