Jump to content
  • 0

how i can edit sniper skill SS lvl 8 with range attack?


JassMax

Question


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

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 by JassMax
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  139
  • Reputation:   24
  • Joined:  09/02/12
  • Last Seen:  

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.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

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..!!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  11/26/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

Bump~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

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  /no1 

 

Edited by JassMax
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...