Issue information

Issue ID
#6180
Status
New
Severity
None
Started
Hercules Elf Bot
Jul 6, 2012 0:26
Last Post
Hercules Elf Bot
Aug 12, 2012 10:39
Confirmation
N/A

Hercules Elf Bot - Jul 6, 2012 0:26

Originally posted by [b]Angezerus[/b]
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?

Hercules Elf Bot - Jul 12, 2012 21:09

Originally posted by [b]Angezerus[/b]
Another bug:

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

Hercules Elf Bot - Jul 16, 2012 13:08

Originally posted by [b]Angezerus[/b]
/!

Hercules Elf Bot - Jul 16, 2012 13:18

Originally posted by [b]malufett[/b]
[quote]
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?[/quote]

can't reproduce...

[quote]When chaining after the meelee skills it should have no casttime, but it does have.[/quote]
already fix @ [rev='16424']

Hercules Elf Bot - Jul 16, 2012 14:31

Originally posted by [b]Angezerus[/b]
[quote name='malufett' timestamp='1342444732' post='12040']
[quote]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?[/quote]can't reproduce...
[/quote]
Was this fixed recently? Our server-side admin is on vacation and coz of this, we're using something like r161xx.


[quote]
[quote]When chaining after the meelee skills it should have no casttime, but it does have.[/quote]already fix @ [rev='16424']
[/quote]

Thanks :)

This post has been edited by Angezerus on Jul 16, 2012 14:31

Hercules Elf Bot - Jul 16, 2012 14:43

Originally posted by [b]malufett[/b]
[quote]Was this fixed recently? Our server-side admin is on vacation and coz of this, we're using something like r161xx.[/quote]
nope...its already working since it was implemented...

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

[CODE]
(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;[/CODE]

Hercules Elf Bot - Jul 16, 2012 14:48

Originally posted by [b]Angezerus[/b]
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. :)

Hercules Elf Bot - Aug 12, 2012 10:39

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

This post has been edited by CairoLee on Aug 12, 2012 10:43