Issue Information
-
#006766
-
0 - None Assigned
-
Unable To Reproduce
Issue Confirmations
-
Yes (1)No (3)
0
SP regeneration is suspended by SC_EXTREMITYFIST&SC_EXPLOSIONSPIRITS
Posted by Hercules Bot on 07 October 2012 - 12:36 PM
Originally posted by Napster
i have test last ra SVN
when user skill EXPLOSIONSPIRITS or EXTREMITYFIST
can sp regeneration by sit or stand
status.c
i think this line wrong
champion & sura can sp regeneration by sit or stand
comfirm this thankyou
i have test last ra SVN
when user skill EXPLOSIONSPIRITS or EXTREMITYFIST
can sp regeneration by sit or stand
status.c
if ( sc->data[SC_DANCING] || sc->data[SC_OBLIVIONCURSE] || sc->data[SC_MAXIMIZEPOWER] || ( (bl->type == BL_PC && ((TBL_PC*)bl)->class_&MAPID_UPPERMASK) == MAPID_MONK && (sc->data[SC_EXTREMITYFIST] || (sc->data[SC_EXPLOSIONSPIRITS] && (!sc->data[SC_SPIRIT] || sc->data[SC_SPIRIT]->val2 != SL_MONK))) ) ) //No natural SP regen regen->flag &=~RGN_SP;
i think this line wrong
(bl->type == BL_PC && ((TBL_PC*)bl)->class_&MAPID_UPPERMASK) == MAPID_MONK <---
champion & sura can sp regeneration by sit or stand
comfirm this thankyou