Issue information

Issue ID
#4838
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Mar 28, 2011 16:06
Last Post
Hercules Elf Bot
Dec 28, 2011 22:50
Confirmation
N/A

Hercules Elf Bot - Mar 28, 2011 16:06

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

Hi, did a search for parade and checked first 5 sites, didnt find this already. Sorry if its dupe.
CODE
5468,Parade_Cap,Parade Hat,5,,,800,,3,,0,0xFFFFFFFF,7,2,256,,1,1,465,{ bonus bDelayRate,-5; bonus bMdef,2; if(getrefine()>5) bonus[u] bCastrate[/u],-(getrefine()-5); },{},{}

Castrate should be Delayrate^^

CODE
item Parade_Cap                        
    event OnStartEquip:                    
        SubSpellDelay 5                
        if GetRefineLevel [LOCATION_HEAD2] > 5                
            var temp = GetRefineLevel [LOCATION_HEAD2]            
            SubSpellDelay temp-5            
        endif                
    return                    
    event OnFinishEquip:                    
        AddSpellDelay 5                
        if GetRefineLevel [LOCATION_HEAD2] > 5                
            var temp = GetRefineLevel [LOCATION_HEAD2]            
            AddSpellDelay temp-5            
        endif                
    return

Hercules Elf Bot - Dec 28, 2011 21:46

Originally posted by [b]Kenpachi[/b]
According to translated description it's working as intended. More info please... ^_^

This post has been edited by Kenpachi on Dec 28, 2011 21:46

Hercules Elf Bot - Dec 28, 2011 22:35

Originally posted by [b]Muad_Dib[/b]
Event and other misc hats have different effects on server so it can vary effect wise.