Issue information

Issue ID
#4840
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 29, 2011 17:44
Last Post
Hercules Elf Bot
Mar 4, 2012 13:39
Confirmation
N/A

Hercules Elf Bot - Mar 29, 2011 17:44

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

Refined Wasteland Outlaw, id 13109, desc:
Increases HIT and Attack Speed depending on the AGI of the player. Adds 40% damage to the monster.

In EA:
//13109,Wasteland_Outlaw_C

Aegis script:
item Wasteland_Outlaw_C
event OnStartEquip:
var temp = get[VAR_STANDARD_AGI]
AddExtParam User VAR_HITSUCCESSVALUE temp/10
AddExtParam User VAR_PLUSASPDPERCENT temp/14
ClassAddDamage 0 Target 40
ClassAddDamage 1 Target 40
ClassAddDamage 2 Target 40
return
event OnFinishEquip:
var temp = get[VAR_STANDARD_AGI]
SubExtParam User VAR_HITSUCCESSVALUE temp/10
SubExtParam User VAR_PLUSASPDPERCENT temp/14
ClassSubDamage 0 Target 40
ClassSubDamage 1 Target 40
ClassSubDamage 2 Target 40
return


And Western Outlaw Box(13951) gives normal Wasteland Outlaw(13107), not refined.

Hercules Elf Bot - Feb 17, 2012 22:33

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