Jump to content
  • 0
Patskie

PARRYING FOR 1 HAND SWORD

Question

Parrying can only be used if you are using 2 handed sword. How can i change the skill requirements so that parrying can also be used on 1 handed swords. And one more refering to Bug # 1 on this link http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3189 is there any fix for this? I know some topics but i dunno how to revert my svn. So can anyone provide me a guide for a working source script? thanks in advance!! :))

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

For the parrying, u just need to change your parrying in db/(pre/re)/skill_require_db.txt

Find:

356,0,0,50,0,0,0,3,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_PARRYING#

And replace with:

356,0,0,50,0,0,0,2:3,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_PARRYING#
  • Upvote 1
Link to comment
Share on other sites

For the parrying, u just need to change your parrying in db/(pre/re)/skill_require_db.txt

Find:

356,0,0,50,0,0,0,3,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_PARRYING#

And replace with:

>

356,0,0,50,0,0,0,2:3,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_PARRYING#

 

Thanks for this, Already work

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.