JassMax Posted June 24, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Share 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 Link to comment Share on other sites More sharing options...
reigneil Posted April 8, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 139 Reputation: 24 Joined: 09/02/12 Last Seen: July 11, 2024 Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted June 24, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share 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 Link to comment Share on other sites More sharing options...
JassMax Posted June 25, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
RyanBrenz2 Posted November 26, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 11/26/13 Last Seen: December 16, 2013 Share 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 Link to comment Share on other sites More sharing options...
JassMax Posted April 8, 2014 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Author Share Posted April 8, 2014 Bump~ Quote Link to comment Share on other sites More sharing options...
JassMax Posted April 8, 2014 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
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 ?
Link to comment
Share on other sites
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.