Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #006766

  • 0 - None Assigned

  • Unable To Reproduce

Issue Confirmations

  • Yes (1)No (3)
Photo

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

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

Originally posted by malufett
make sure you hit you GF perfectly..missed GF means can regenerate..
also that line is correct it returns true if the current class is came from or in line with job MONK..

:meow:

moved issue from Skills