Issue information

Issue ID
#5711
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 8, 2012 6:19
Last Post
Hercules Elf Bot
May 30, 2012 10:09
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - May 8, 2012 6:19

Originally posted by [b]malufett[/b]
The item description is
[quote]HP + 100%, DEF - 50 & MDEF -50[/quote]

ATM it does is percentage reduction

[CODE]bonus bDefRate,-50; bonus bDef2Rate,-50; bonus bMdefRate,-50; bonus bMdef2Rate,-50;[/CODE]

I do a search in iRo wiki databases & forums, ragstate, and even ask people in kRO
it should be a fixed def,mdef negation...^^,

Hercules Elf Bot - May 8, 2012 6:33

Originally posted by [b]Kenpachi[/b]
[CODE]
item Tao_Gunka_Card
event OnStartEquip:
AddExtParam User VAR_MAXHPPERCENT 100
SubExtParam User VAR_MDEFPOWER 50
SubExtParam User VAR_ITEMDEFPOWER 50
return
event OnFinishEquip:
SubExtParam User VAR_MAXHPPERCENT 100
AddExtParam User VAR_MDEFPOWER 50
AddExtParam User VAR_ITEMDEFPOWER 50
return
[/CODE]
~Confirmed~

Hercules Elf Bot - May 8, 2012 6:41

Originally posted by [b]malufett[/b]
oooh..nice..now I know that only the hard def is affected...

Hercules Elf Bot - May 8, 2012 20:50

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