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

  • #006180

  • 0 - None Assigned

  • New

Issue Confirmations

  • Yes (0)No (0)
Photo

Monk [Asura Strike]

Posted by Hercules Bot on 06 July 2012 - 12:26 AM

Originally posted by Angezerus
After casting asura strike (without monk link) the sp still regenerates, but it shouldn't for 5 minutes.

Is far as I know renewal did not remove the 5min sp regen penalty, did it?

Originally posted by Angezerus
Another bug:

When chaining after the meelee skills it should have no casttime, but it does have.

Originally posted by Angezerus
/!

Originally posted by malufett

After casting asura strike (without monk link) the sp still regenerates, but it shouldn't for 5 minutes.

Is far as I know renewal did not remove the 5min sp regen penalty, did it?


can't reproduce...

When chaining after the meelee skills it should have no casttime, but it does have.

already fix @ [rev='16424']

Originally posted by Angezerus

After casting asura strike (without monk link) the sp still regenerates, but it shouldn't for 5 minutes.Is far as I know renewal did not remove the 5min sp regen penalty, did it?

can't reproduce...

Was this fixed recently? Our server-side admin is on vacation and coz of this, we're using something like r161xx.


When chaining after the meelee skills it should have no casttime, but it does have.

already fix @ [rev='16424']


Thanks :)

Edited by Angezerus, 16 July 2012 - 02:31 PM.


Originally posted by malufett

Was this fixed recently? Our server-side admin is on vacation and coz of this, we're using something like r161xx.

nope...its already working since it was implemented...

switch(skillid){
case MO_EXTREMITYFIST:
     sc_start(src,status_skill2sc(skillid),100,skilllv,skill_get_time2(skillid,skilllv));
     break;

     (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;


Originally posted by Angezerus
That's pretty strange. I have sp regen right after I casted asura strike. With or without meelee combo, it doesen't matter. /hmm
I'm not even sitting, so it's not the regen skill, but since we're using a bit old svn, we will try an update. :)

Originally posted by CairoLee
in r16618 this Bug still exists~
After casting asura strike (without monk link) the sp still regenerates

Edited by CairoLee, 12 August 2012 - 10:43 AM.