Issue information

Issue ID
#4240
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 17, 2010 14:30
Last Post
Hercules Elf Bot
Dec 13, 2011 21:23
Confirmation
N/A

Hercules Elf Bot - May 17, 2010 14:30

Originally posted by [b]DeePee[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4240

Balloon Hat (5379) is a bit weird. Both the description, script and AEGIS script say something different.

Description:

CODE
Each refine increases your MATK.
MATK + 2%, MDEF + 2


Script:

CODE
bonus bCastrate,-getrefine();


AEGIS Script:

CODE
item Balloon_Hat
    event OnStartEquip:
        var temp = GetRefineLevel [LOCATION_HEAD2]
        var temp2 = temp/2
        AddExtParam User VAR_MAGICATKPERCENT 2+temp2
    return
    event OnFinishEquip:
        var temp = GetRefineLevel [LOCATION_HEAD2]
        var temp2 = temp/2
        SubExtParam User VAR_MAGICATKPERCENT 2+temp2
    return


So ehh...which of the three is it supposed to be? =/