Issue information

Issue ID
#8528
Status
New
Severity
None
Started
Zia
Feb 9, 2015 16:28
Last Post
Zia
Apr 10, 2015 16:37
Confirmation
N/A

Zia - Feb 9, 2015 16:28

Moonlight Serenade Skill Giving 50% matk instead of using the official formula:
[(Skill Level x 6) + Voice Lessons level + (Caster’s Job Level / 5)].

(source: irowiki and warpportal forum)

Before casting Moonlight Serenade
[img]http://i.imgur.com/ek2Lu9K.jpg[/img]


After casting Moonlight Serenade
[img]http://i.imgur.com/lBdeqLW.jpg[/img]

possible fix?

if (sc->data[SC_MOONLIT_SERENADE])
matk += matk * sc->data[SC_MOONLIT_SERENADE]->val2/100;

to
if (sc->data[SC_MOONLIT_SERENADE])
matk += sc->data[SC_MOONLIT_SERENADE]->val2;

This post has been edited by Zia on Feb 10, 2015 17:06

Zia - Feb 11, 2015 9:05

Added possible fix. Bump.

Zia - Apr 10, 2015 16:37

bump