Tio Akima 74 Posted February 7, 2015 hello, I would like the damage was based on the amount of current SP. does anyone know how I do it? Quote Share this post Link to post Share on other sites
0 goddameit 52 Posted February 18, 2015 https://github.com/HerculesWS/Hercules/blob/master/src/map/battle.cMO_EXTREMITYFIST wd.damage = (250 + 150 * skill_lv) + (10 * (status_get_sp(src)+1) * wd.damage / 100) + (8 * wd.damage); 1 Tio Akima reacted to this Quote Share this post Link to post Share on other sites
0 Tio Akima 74 Posted February 18, 2015 https://github.com/HerculesWS/Hercules/blob/master/src/map/battle.c MO_EXTREMITYFIST wd.damage = (250 + 150 * skill_lv) + (10 * (status_get_sp(src)+1) * wd.damage / 100) + (8 * wd.damage); thank you very much! I will test! Quote Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites