Issue information

Issue ID
#4174
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 6, 2010 21:18
Last Post
Hercules Elf Bot
Dec 13, 2011 21:17
Confirmation
N/A

Hercules Elf Bot - Apr 6, 2010 21:18

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

Seems that the Chicken Hat script and description are both messed up.

Current script:
CODE
bonus bAspdRate,-10;


Current description:

CODE
Adds 1% chance STR + 3 for 10 seconds when dealing physical damage.
Adds 1% chance INT + 3 for 10 seconds when dealing magical damage.


Aegis 13.1 script:

CODE
item Chicken_Hat                    
    event OnStartEquip:                
        SetAutoSpellSelf MC_LOUD 1 30
        AddExtParam User VAR_PLUSASPDPERCENT 5
    return                
    event OnFinishEquip:                
        SetAutoSpellSelf MC_LOUD 0 0
        SubExtParam User VAR_PLUSASPDPERCENT 5
    return


So yeah, script should be (if I'm not mistaken):

CODE
bonus bAspdRate,5; bonus3 bAutoSpell,"MC_LOUD",1,30;


This post has been edited by DeePee: Apr 20 2010, 09:21 AM