Jump to content
  • 0
Sign in to follow this  
dreinor

Custom Buffs Not Showing on Window

Question

Good day.. can someone help me, i added an increase in flee whenever using 2-hand quicken.. the increase in flee works only after relogging or changing maps.. what is the problem with this? i tried it on spear quicken but spear quicken's increase in flee works fine.. 

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

here is the block for the additional flee for two-hand quicken..
 

if( sc->data[sC_TWOHANDQUICKEN] )
flee += 1.5 * sc->data[sC_TWOHANDQUICKEN]->val1;

//The main status definitions
set_sc( KN_TWOHANDQUICKEN    , SC_TWOHANDQUICKEN  , SI_TWOHANDQUICKEN  , SCB_ASPD|SCB_FLEE ); <---- put SCB_FLEE in this block

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.