Jump to content
  • 0

Can use Two Hand Quicken with any swordsman weapon


Question

Posted

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

2 answers to this question

Recommended Posts

  • 0
Posted

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;
	}

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...