nazrem Posted July 7, 2013 Posted July 7, 2013 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. Quote
michaelsoftman Posted July 7, 2013 Posted July 7, 2013 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. Quote
Question
nazrem
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.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.