Issue information

Issue ID
#3338
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jul 5, 2009 4:08
Last Post
Hercules Elf Bot
Mar 5, 2012 14:18
Confirmation
N/A

Hercules Elf Bot - Jul 5, 2009 4:08

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

Current svn script:
CODE
bonus bStr,2; autobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }";

But this is not working, skilleffect2 is played, but none bonuses is applied.

I think script should be like this:
CODE
bonus bStr,2; autobonus "{ sc_start SC_INCCRI,5000,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }";

This is realy working version (tested).

BTW: missing "autobonus" command at the doc/item_bonus.txt