Issue information

Issue ID
#5814
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
May 25, 2012 12:25
Last Post
Hercules Elf Bot
Jun 2, 2012 15:32
Confirmation
Yes (0)
No (2)

Hercules Elf Bot - May 25, 2012 12:25

Originally posted by [b]Nameless2you[/b]
Although 1579 doesn't even exist which i'm quite curious to know why it however does in the itemdescription table but I have another matter at hand.

This is rA's script on 1565:
[code]1565,Death_Note,Ledger of Death,4,20,,1000,137:100,,1,2,0x00410100,7,2,2,4,85,1,15,{ bonus bStr,3; bonus bInt,3; bonus bLuk,-20; bonus2 bWeaponComaRace,RC_DemiHuman,10; bonus bAspdRate,getrefine(); if(BaseJob == Job_Sage) bonus3 bAutoSpell,"NPC_HELLJUDGEMENT",5,20; },{},{}[/code]

Now from my understanding
[code]bonus2 bWeaponComaRace,RC_DemiHuman,10;[/code]
Is equal to 0.1%
which is correct according the iRO's description.
However Hell's Judgement should be 2% according to iRO's description
http://db.irowiki.org/db/item-info/1565/

But:
[code]if(BaseJob == Job_Sage) bonus3 bAutoSpell,"NPC_HELLJUDGEMENT",5,20;[/code]
is only 20, which would be like 0.2%.

This post has been edited by Nameless2you on May 25, 2012 12:26

Hercules Elf Bot - May 25, 2012 12:36

Originally posted by [b]ForteXX[/b]
For Autospell, the chance is only /10, so 20 is 2%

Hercules Elf Bot - May 25, 2012 12:45

Originally posted by [b]Nameless2you[/b]
Oh damn, I didn't check that one ><
I was sure they'd be using the same bonus, sorry.