About Double Strafe

Jedzkie

The Master of White Spaces
Messages
632
Points
0
Age
33
Location
Philippines
Discord
✪ Jedzkie#0662
IRC Nickname
Jedzkie
Github
Jedzkie
Emulator
Client Version
2016-03-16 RE
hi! how can i make customized effect of AC_DOUBLE, if the job is SNIPER and HUNTER, instead of 2 hit it will become 3 hits, and the other jobs like ARCHER, and has AC_DOUBLE skill will remain the same..  i really appriciate who help me on this! advance thank you!

 
@battle.c

#ifdef RENEWAL case HW_MAGICCRASHER:   flag.tdef = 1;   break;#endif +case AC_DOUBLE:  + if( sd && (sd->class_ == MAPID_HUNTER || sd->class_ == MAPID_SNIPER) )  + wd.div_++;  + break;
default_ani_meow.gif


 
Salamat ng marami!
default_smile.png


 
Back
Top