Jump to content
  • 0
Sign in to follow this  
Jedzkie

About Double Strafe

Question

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!

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

@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;

:meow:

Share this post


Link to post
Share on other sites
  • 0

Salamat ng marami! :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.