Issue information

Issue ID
#3160
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jun 1, 2009 16:22
Last Post
Hercules Elf Bot
Dec 13, 2011 20:42
Confirmation
N/A

Hercules Elf Bot - Jun 1, 2009 16:22

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

- Double Bound[3]

The chance of auto spell double strafe were wrong in the eA item_db.txt
(100 --> 500)

-> Script from eAthena:
1736,Double_Bound,Double Bound,4,20,,900,70,,5,3,0x00000800,2,2,34,3,70,1,11,{ bonus3 bAutoSpell,"AC_DOUBLE",GetSkillLv("AC_DOUBLE"),100; },{},{}

-> Script that should be:
1736,Double_Bound,Double Bound,4,20,,900,70,,5,3,0x00000800,2,2,34,3,70,1,11,{ bonus3 bAutoSpell,"AC_DOUBLE",GetSkillLv("AC_DOUBLE"),500; },{},{}

// ---
1736#
A slim and smooth bow which is speciallized for double attack.
Add a 5% chance of auto casting ^008800Double Strafing^000000 on the enemy when attacking.
Class :^777777 Bow^000000
Attack :^777777 70^000000
Weight :^777777 90^000000
Weapon Level :^777777 3^000000
Required Level :^777777 70^000000
Applicable Job :^777777 Sniper^000000
#


- - - - -


- Platinum Shield[0]:

The chance of auto spell magic mirror were wrong in the eA item_db.txt
(150 --> 4000)

-> Script from eAthena:

2122,Platinum_Shield,Platinum Shield,5,20,,1200,,5,,0,0xFFFFFFFE,2,2,32,,68,1,1,{ bonus bMdef,5; bonus2 bSubSize,1,15; bonus2 bSubSize,2,15; bonus2 bSubRace,RC_Undead,10; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",2,150,BF_MAGIC,0; },{},{}


-> Script that should be:

2122,Platinum_Shield,Platinum Shield,5,20,,1200,,5,,0,0xFFFFFFFE,2,2,32,,68,1,1,{ bonus bMdef,5; bonus2 bSubSize,1,15; bonus2 bSubSize,2,15; bonus2 bSubRace,RC_Undead,10; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",2,4000,BF_MAGIC,0; },{},{}

// ---
2122#
A magnificent platinum shield. Some say the shield reflects negative spells.
Reduces damage taken from Medium / Large-sized monsters by 15%.
Reduces damage taken from Undead type monsters by 10%. This effect stacks if the Undead monster also happens to be Medium or Large.
Whenever you receive a Magical Damage there is small chance to reflect all offensive magic against you at 40% chance for 2 seconds.
MDEF + 5
Class :^777777 Shield^000000
Defense :^777777 5^000000
Weight :^777777 120^000000
Required Level :^777777 68^000000
Applicable Job :^777777 Every Rebirth Job, Except High Novice^000000
#


- - - - -

Thanks for your consideration,

Mataca.