nikki1200 1 Posted October 30, 2013 Hi All, Seeking for your assistance on how to modify the formula of Spear Quicken. the aspd is very low. although i check it on status .c if(sc->data[SC_SPEARQUICKEN] && skills1 < 7) skills1 = 7; Please advise, THanks, Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted October 30, 2013 This is not a script request but a source request. I will move this topic for you. Also, please try to use codeboxes when posting code, this will make it way more readable. I'm not good in source, but I believe if you change the value of 7 to other one, you'll increase the ASPD you'll receive upon using this skill. Example, if you want this skill to give up to 30 ASPD, change all occurrences of 7 to 30: if(sc->data[SC_SPEARQUICKEN] && skills1 < 30) skills1 = 30; Also, don't forget to recompile your server after performing this change so that it's actually applied. Be careful that any changes made to the status_calc_aspd function (which is the one I think you're using) will only take effect in Renewal, not in Pre-Renewal. As a friendly advice, it's be better for your request if, in case you've found something that may help us finding the answer to your issue, you tell us where you got that clue. I was able to try to help you this time because I got lucky finding that piece of code, else I wouldn't have known any possible answer. Quote Share this post Link to post Share on other sites
Hi All,
Seeking for your assistance on how to modify the formula of Spear Quicken. the aspd is very low. although i check it on status .c
if(sc->data[SC_SPEARQUICKEN] && skills1 < 7)
skills1 = 7;
Please advise,
THanks,
Share this post
Link to post
Share on other sites