Jump to content
  • 0

How do I change two-hand quicken


nazrem

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  06/22/13
  • Last Seen:  

Right now my server gives a 4aspd bonus when 2-hand quicken is used. I would like to change that to a 7 aspd boost... no idea where the file is to do this at.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  410
  • Reputation:   29
  • Joined:  04/04/12
  • Last Seen:  

In status.c

 

		case SC_TWOHANDQUICKEN:
			val2 = 300;
			if (val1 > 10) //For boss casted skills [Skotlex]
				val2 += 20*(val1-10);
			break;

 

Change what val2 is equal to.  But you should note that One Hand Quicken and Two Hand Quicken share the same code, so it would also change One Hand Quicken.  You can change this by copy-pasting the code into One Hand's case as a separate entry.

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