Issue information

Issue ID
#4741
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Feb 4, 2011 12:53
Last Post
Hercules Elf Bot
Dec 13, 2011 20:41
Confirmation
N/A

Hercules Elf Bot - Feb 4, 2011 12:53

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

the description says
Fallen Bishop Card
MATK + 10%, Maximum SP - 50%
Increases damage inflicted on Demihuman and Angel monster by 50%.
CODE
4441,Fallen_Bishop_Card,Fallen Bishop Hibram Card,6,20,,10,,,,,,,,64,,,,,{ bonus bMatkRate,10; bonus bMaxSPrate,-50; bonus2 bMagicAddRace,RC_Angel,50; bonus2 bMagicAddRace,RC_DemiHuman,50; },{},{}


Gloom Under Night Card
Increase damage inflicted on Holy Property, Shadow Property, Angel monster, Demon monster by 40%.
CODE
4408,Gloom_Under_Night_Card,Gloom Under Night Card,6,20,,10,,,,,,,,16,,,,,{ bonus2 bAddEle,Ele_Holy,40; bonus2 bAddEle,Ele_Dark,40; bonus2 bAddRace,RC_Angel,40; bonus2 bAddRace,RC_Demon,40; },{},{}


its confusing because on the script and description, the fallen bishop card increase damage inflicted on demihuman and angel monster .. why it adds to bMagicAddRace not on bAddRace like on the gloom undernight card..

well if the desc is wrong it should be "increase magic damage inflicted on Demihuman and Angel Monster by 50%"

blue acidus card desc

Maximum SP + 40
[Refine Rate 0~4]
Additional Maximum SP + 40
SP Recovery + 5%
CODE
4379,Acidus__Card,Blue Acidus Card,6,20,,10,,,,,,,,769,,,,,{ if(getrefine()<=4) { bonus bSPrecovRate,5; bonus bMaxSP,80; } else { bonus bMaxSP,40; } },{},{}

it gives bMaxSp 80

i'll be updating this if i found some bugs again... (IMG:style_emoticons/default/biggrin.gif)

This post has been edited by sapiro1403: Feb 4 2011, 05:40 AM