Issue information

Issue ID
#2062
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 14, 2008 18:32
Last Post
Hercules Elf Bot
Dec 13, 2011 20:25
Confirmation
N/A

Hercules Elf Bot - Aug 14, 2008 18:32

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

There is a bug about the items mask of ifrit and ears of ifrit..

For EARS OF IFRIT this is its description

5421#
A headgear which imitates an ears of Ifrit, the spiritual owner of fire.
STR + 1, Mdef + 3
Increases damage of ^008800Fire Bolt, Fire Pillar, Meteor Storm^000000 skill by 2%.
Increases damage of ^008800Bash, Magnum Break, Pierce^000000 skill by 2%.
Add a 5% resistance against ^FF0000Fire^000000 Property monsters.
Reduced a 5% resistance against ^0000FFWater^000000 Property monsters.
Class :^777777 Headgear^000000
Defense :^777777 0^000000
Equipped on :^777777 Mid^000000
Weight :^777777 0^000000
Required Level :^777777 70^000000
Applicable Job :^777777 Every Job Except Novice^000000
#

it says it reduces the 5% resistance against water property in its description but in its database there is a missing script

5421,Ears_Of_Ifrit,Ears Of Ifrit,5,,,0,,0,,0,0xFFFFFFFE,7,2,512,,70,0,422,{ bonus bStr,1; bonus bMdef,3; bonus2 bSkillAtk,"MG_FIREBOLT",2; bonus2 bSkillAtk,"WZ_FIREPILLAR",2; bonus2 bSkillAtk,"WZ_METEOR",2; bonus2 bSkillAtk,"SM_BASH",2; bonus2 bSkillAtk,"SM_MAGNUM",2; bonus2 bSkillAtk,"KN_PIERCE",2; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,1,5; },{},{}

here is my modification/update please comment to it
5421,Ears_Of_Ifrit,Ears Of Ifrit,5,,,0,,0,,0,0xFFFFFFFE,7,2,512,,70,0,422,{ bonus bStr,1; bonus bMdef,3; bonus2 bSkillAtk,"MG_FIREBOLT",2; bonus2 bSkillAtk,"WZ_FIREPILLAR",2; bonus2 bSkillAtk,"WZ_METEOR",2; bonus2 bSkillAtk,"SM_BASH",2; bonus2 bSkillAtk,"SM_MAGNUM",2; bonus2 bSkillAtk,"KN_PIERCE",2; bonus2 bSubEle,Ele_Fire,5; },{},{}



For MASK OF IFRIT this is its description

5420#
Mask of Ifrit, the spiritual owner of fire. Rumored to rule a power of the fire.
STR + 1, INT + 1, Mdef + 5
Add a 10% resistance against ^FF0000Fire^000000 Property monsters.
Reduced a 10% resistance against ^0000FFWater^000000 Property monsters.
Enables use of ^008800Level 1 Sight^000000.
Add a chance of auto casting ^008800Level 3 Meteor Storm^000000 on the user when the user receives Physical Damage.
Add a chance of auto casting ^008800Level 3 Fire Bolt^000000 on the user when dealing physical damage.
Impossible to refine this item.
Class :^777777 Headgear^000000
Defense :^777777 8^000000
Equipped on :^777777 Upper, Mid, Lower^000000
Weight :^777777 0^000000
Required Level :^777777 70^000000
Applicable Job :^777777 Every Job Except Novice^000000
#

in its description it says that it enables level 1 sight and reduces 10% resistance against water property but in the database there is a script missing on it

5420,Mask_Of_Ifrit,Mask Of Ifrit,5,,,0,,8,,0,0xFFFFFFFE,7,2,769,,70,0,421,{ bonus bStr,1; bonus bInt,1; bonus bMdef,5; bonus2 bSubEle,Ele_Fire,10; },{},{}

this is my modification/update please comment to it
5420,Mask_Of_Ifrit,Mask Of Ifrit,5,,,0,,8,,0,0xFFFFFFFE,7,2,769,,70,0,421,{ bonus bStr,1; bonus bInt,1; bonus bMdef,5; bonus2 bSubEle,Ele_Fire,10; skill "MG_SIGHT",1; bonus2 bSubEle,1,10; },{},{}

This post has been edited by BrianL: May 27 2010, 10:40 PM