Issue information

Issue ID
#6766
Status
Unable to Reproduce
Severity
None
Started
Hercules Elf Bot
Oct 7, 2012 12:36
Last Post
malufett
Jan 28, 2013 5:23
Confirmation
Yes (1)
No (3)

Hercules Elf Bot - Oct 7, 2012 12:36

Originally posted by [b]Napster[/b]
i have test last ra SVN

when user skill EXPLOSIONSPIRITS or EXTREMITYFIST

can sp regeneration by sit or stand

status.c

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

i think this line wrong

[CODE]
(bl->type == BL_PC && ((TBL_PC*)bl)->class_&MAPID_UPPERMASK) == MAPID_MONK <---
[/CODE]

champion & sura can sp regeneration by sit or stand

comfirm this thankyou

Hercules Elf Bot - Oct 15, 2012 13:01

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