Hi, Mind if i request a Link modified skill effects?

leloush

New member
Messages
269
Points
0
Location
in front of my laptop =)
Emulator
i would like to request if u guys are not busy..

complete or some of modified linker skill effects Example , Sharp shooting. when linked additional damage by 100%

Thank you in advanced MORE POWER to the Hercules.
default_thx.gif


BTW, im using 12535 Revision,

 
Last edited by a moderator:
try this goto  battle.c

find this

case SN_SHARPSHOOTING: case MA_SHARPSHOOTING: skillratio += 100 + 50 * skill_lv;

and add this after

Code:
skillratio += 100 + 50 * skill_lv;
Code:
if(pc_isfalcon(sd) && sd->status.weapon == W_BOW && sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_HUNTER) {					skillratio *= 2;					 }
 
Back
Top