Issue information

Issue ID
#159
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Oct 1, 2007 0:21
Last Post
Hercules Elf Bot
Oct 1, 2007 0:21
Confirmation
N/A

Hercules Elf Bot - Oct 1, 2007 0:21

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

I didn't see any info on an official update for this card. It's effect has been changed from 50% resist to stone curse and sleep with 80 vit to 30%

QUOTE(ro future wiki)
Gemini-S58 Card

When AGI is at or higher than 90, +30% resistance to silence & stun.
When VIT is at or higher than 80, +50% resistance to petrification and sleep.



QUOTE
{ if(readparam(bAgi)>=90) { bonus2 bResEff,Eff_Silence,3000; bonus2 bResEff,Eff_Stun,3000; } if(readparam(bVit)>=80) { bonus2 bResEff,Eff_Stone,3000; bonus2 bResEff,Eff_Sleep,3000; } },{},{}


should be

QUOTE
{ if(readparam(bAgi)>=90) { bonus2 bResEff,Eff_Silence,3000; bonus2 bResEff,Eff_Stun,3000; } if(readparam(bVit)>=80) { bonus2 bResEff,Eff_Stone,5000; bonus2 bResEff,Eff_Sleep,5000; } },{},{}


that is, if I am not wrong about an official change.

This post has been edited by Daath: Sep 30 2007, 05:21 PM