Custom Buffs Not Showing on Window

dreinor

New member
Messages
54
Points
0
Github
dreinor
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.. 

 
already found the answer.. please close this topic..
default_biggrin.png


 
We hope you can update your post and add the answer to your question
default_ani_meow.gif


 
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
 
Back
Top