Issue information

Issue ID
#2851
Status
Unable to Fix
Severity
None
Started
Hercules Elf Bot
Mar 11, 2009 22:24
Last Post
Hercules Elf Bot
Mar 11, 2009 22:24
Confirmation
N/A

Hercules Elf Bot - Mar 11, 2009 22:24

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

Some cards effects appears to be incorrectly typed

=Siroma Card #4416
Reduce Casting Time of Cold Bolt by 25%. Inflict 25% more damage with Cold Bolt.

4416,Siroma_Card,Siroma Card,6,20,,10,,,,,,,,136,,,,,{ bonus2 bSkillAtk,14,25; bonus2 bCastrate,14,-25; },{},{}

change to...
4416,Siroma_Card,Siroma Card,6,20,,10,,,,,,,,136,,,,,{ bonus2 bSkillAtk,25; bonus2 bCastrate,-25; },{},{}

=Gazeti Card #4418
Add a 5% chance of auto casting Level 2 Cold Bolt on the enemy when attacking.

4418,Gazeti_Card,Gazeti Card,6,20,,10,,,,,,,,136,,,,,{ bonus3 bAutoSpell,"MG_COLDBOLT",2,10; },{},{}

change to...

4418,Gazeti_Card,Gazeti Card,6,20,,10,,,,,,,,136,,,,,{ bonus3 bAutoSpell,"MG_COLDBOLT",2,50; },{},{}

=Kasa Card #4431

4431,Kasa_Card,Kasa Card,6,20,,10,,,,,,,,4,,,,,{ bonus3 bAutoSpell,"MG_FIREBALL",5,20; bonus3 bAutoSpell,"MG_FIREBOLT",5,10; },{},{}

change to...

4431,Kasa_Card,Kasa Card,6,20,,10,,,,,,,,4,,,,,{ bonus3 bAutoSpell,"MG_FIREBALL",5,50; bonus3 bAutoSpell,"MG_FIREBOLT",5,50; },{},{}

Seeing as these 3 card ID's are very close to each other, their may be many other cards around here thats incorrectly typed up. ill probely use some of my free time to check all the cards and see if their correctly typed. Allready I found some others that maybe wrong.