Jump to content
  • 0

Can use Two Hand Quicken with any swordsman weapon


Zxcv

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  11/26/16
  • Last Seen:  

So i have been searching in the forum, also trying to figure out my self whats happen.

1. I check skill require db from the server and compare it with clean rathena files found nothing strange.
2. I check skill db from the server and compare it with clean ratherna files, found nothing strange

take a look at the lines.


db/pre-re/skill_db
60,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,        KN_TWOHANDQUICKEN,Twohand Quicken

db/pre-re/skill_require_db
60,0,0,14:18:22:26:30:34:38:42:46: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,0,3        //KN_TWOHANDQUICKEN

How do i change/fix this so two hand quick can only be use with 2hd swords.

 

Hopefully someone can help me figure this out.

Thanks,
 

 

 

Screen Shot 2016-11-30 at 2.16.30 AM.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   4
  • Joined:  01/13/13
  • Last Seen:  

maybe you have 

        skill_unconditional: true

in groups.conf

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  806
  • Reputation:   233
  • Joined:  01/30/13
  • Last Seen:  

If you want to debug, I think the relevant code you are looking for is in skill.c:

skill_check_condition_castbegin
	if( require.weapon && !pc_check_weapontype(sd,require.weapon) ) {
		clif_skill_fail(sd,skill_id,USESKILL_FAIL_THIS_WEAPON,0);
		return false;
	}

 

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