Issue information

Issue ID
#4133
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 19, 2010 7:43
Last Post
Hercules Elf Bot
Dec 25, 2011 17:02
Confirmation
N/A

Hercules Elf Bot - Mar 19, 2010 7:43

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

Revision: Trunk 14238 SQL (Non 3rd Job)

ID: 13174
Item: Soldier Grenade Launcher
Info: Battlegrounds Reward

Script:
CODE
autobonus "{ bonus bBaseAtk,300; bonus bHPLossRate,120,1000,0,0; }",30,9000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }";

Problem:
- 'Bonus script' part (bonus bBaseAtk,300; bonus bHPLossRate,120,1000,0,0;) of the autobonus command is not working.
- However, the option 'other script' (specialeffect2 EF_BASH3D;) IS working.
- Therefore, the script is being read properly and executing but not actually giving the effects that is suppose to be giving.
- In this case, it is the BaseAtk and HPLossRate not working.

Hercules Elf Bot - Dec 13, 2011 14:11

Originally posted by [b]Kenpachi[/b]
The whole bonus have to be updated...
http://db.irowiki.org/db/item-info/13174/

Hercules Elf Bot - Dec 13, 2011 20:02

Originally posted by [b]Kenpachi[/b]
Fixed in [rev=15093].