skill issue

ace9010

New member
Messages
34
Points
0
how to edit 2hand quicker skill aspd

the official aspd was 7 , but the emulator im using was 3 only. 

 
Hey Ace9010,

Did you fix the isseu?
I checked my src/map/status.c

if(sc->data[sC_TWOHANDQUICKEN] && bonus < 7)

bonus = 7;
 
Seems to be alright isent it?
What els could be the problem.
 
Back
Top