Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Iron Fist Card [Footgear]   Item ID# 4239 (Iron_Fist_Card)
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Veteran Hunter's
Description
Receive 10% more Experience Points from Formless monsters. In a shared-party, any member can kill the Formless monster, but only the wearer will get the extra EXP.
Receive 20% more damage from Formless monster.

More Information on Combo:
Item Script
{ bonus2 bSubRace,RC_Formless,-20; bonus2 bExpAddRace,RC_Formless,10; },{},{}
Dropped By
Obtainable FromOld Card Album

Iron Hammer    Item ID# 613 (Iron_Hammer)
Type
Usable Item
Class
n/a
Buy
1000z
Sell
500z
Weight
20
Applicable Jobs
Every Job
Description
A disposable hammer made out of well-tempered steel.
Necessary tool in crafting Level 1 Weapons.
Item Script
{ produce 1; },{},{}
Dropped By No Result
Obtainable FromOld Blue Box, Old Violet Box
Required ForBlacksmith Platinum Skills Quests

Iron Maiden    Item ID# 7075 (Iron_Maiden)
Type
Miscellaneous
Class
n/a
Buy
1z
Sell
0z
Weight
50
Description
An instrument used for torture.
Item Script
{},{},{}
Dropped By No Result

Iron Nail [1]   [One Hand]   Item ID# 1837 (Iron_nail)
Type
Weapon
Class
Knuckle
Buy
10z
Sell
5z
Weight
150
Attack
100
Required Lvl
50
Weapon Lvl
3
Slot
1
Applicable Jobs
Priest
Monk
Description
An arm-length gauntlet with giant claws attached to it. The claws can penetrate even the thickest gloves.

Pierces physical defense of target by 100%.
Attack Speed -5%.
Attack Speed +1% for every 2 refine levels.

If learnt Level 5 Chain Combo (Raging Quadruple Blow), ATK +20.
If learnt Level 5 Combo Finish (Raging Thrust), ATK +20.
If learnt Level 5 Tiger Fist (Glacier Fist), ATK +20.
If learnt Level 5 Chain Crush Combo, ATK +40.
Item Script
expand to view script
{ bonus bUnbreakableWeapon; bonus bIgnoreDefClass,Class_Normal; bonus bIgnoreDefClass,Class_Boss; .@r = (getrefine()/2); bonus bAspdRate,-5+.@r; if (getskilllv("MO_CHAINCOMBO") == 5) { bonus bBaseAtk,20; } if (getskilllv("MO_COMBOFINISH") == 5) { bonus bBaseAtk,20; } if (getskilllv("CH_TIGERFIST") == 5) { bonus bBaseAtk,20; } if (getskilllv("CH_CHAINCRUSH") == 10) { bonus bBaseAtk,40; } },{},{}
Dropped By No Result

Iron Nail [2]   [One Hand]   Item ID# 1847 (Iron_Nail_K)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
100
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Shura
Description
A knuckle once worn by ancient hero. It resonates with Ancient Hero's Boots.

For each 2 refine levels:
ATK +10

For each 3 refine levels:
Increases ranged physical attack by 4%.

Refine Level +9:
Increases damage of Rampage Blast by 5%.
Refine Level +11:
Reduces cooldown time of Rampage Blast by 1 second.

When equipped with Ancient Hero's Boots:
Random chance to increase STR by 20 and ATK by 15% for 7 sec when dealing physical attack.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r/2*10; bonus bLongAtkRate,.@r/3*4; if (.@r >= 9) bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",10; if (.@r >= 11) bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; },{},{}
Dropped By No Result

Iron Nail Remodeling Cube    Item ID# 100388 (Iron_Nail_K_Cube)
Iron Nail Modification Cube
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
A cube that converts the Iron Nail into an Patent Iron Nail.
Uses an +9 Iron Nail as a material.
An +7 Patent Iron Nail can be obtained.

Warning! - When remodeling, the inserted cards and Random Options are removed.
Item Script
{ laphine_synthesis(); },{},{}
Dropped By No Result

Iron Nail-LT [2]   [One Hand]   Item ID# 560026 (Iron_Nail_K_LT)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
120
Attack
205
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Shura
Description
An improved version of the knuckle used by ancient heroes.
Resonates with Hero's Boots-LT.

ATK +5%

Base Level at least 210:
POW +2, P.ATK +1.

For each 2 Refine Levels:
ATK +15

For each 3 Refine Levels:
Increases ranged physical damage by 4%.

Refine Level +7:
Increases damage of Rampage Blaster and Ride in Lightning by 20%.

Refine Level +9:
Decreases Rampage Blaster skill cooldown by 1 second.
Decreases SP Consumption of Rampage Blaster by 15%.

Refine Level +11:
Increases physical damage against enemies of every element by 15%.
Increases damage of Rampage Blaster and Ride in Lightning by additional 25%.

When equipped with Hero's Boots-LT:
ATK +10%, P.ATK +2.

[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: ranged physical damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20; bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",20; if (.@r>=9) { bonus bUseSPrate,-15; bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; bonus2 bSkillCooldown,"SR_EARTHSHAKER",-1000; if (.@r>=11) { bonus2 bAddEle,Ele_All,15; bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",25; bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",25; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bPow,3; } } } bonus bBaseAtk,15*(.@r/2); bonus bLongAtkRate,4*(.@r/3); },{},{}
Dropped By No Result

Iron Ore    Item ID# 1002 (Iron_Ore)
Type
Miscellaneous
Class
n/a
Buy
50z
Sell
25z
Weight
15
Description
An impure ore that forms Iron after being refined.
Item Script
{},{},{}
Dropped By
expand to view all
Obtainable FromBain & Bajin's Research
Old Blue Box, Old Violet Box, Ore Discovery
Required ForBlacksmith Job Quest
Monk Job Quest
Sage Job Quest

Iron Shield [1]   [Shield]   Item ID# 2197 (Iron_Shield)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
280
Defense
80
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A very large and heavy shield made of Iron.

Refine Level +8:
ATK -3%
Prevents knock-back effect.

Indestructible
Item Script
{ bonus bUnbreakableShield; if (getrefine()>=8) { bonus bAspdRate,-3; bonus bNoKnockback; } },{},{}
Dropped By No Result

Iron Staff [2]   [Two Handed]   Item ID# 2028 (Aion_Staff)
Aeon Staff
Type
Weapon
Class
Two-handed Staff
Buy
49800z
Sell
24900z
Weight
250
Attack
180 / MATK 24
Required Lvl
110
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
A wand created for reading, by a Vibrio maniac magician to read as many books as possible in a limited time.

MATK +24.
Decreases SP Consumption of Reading Spell Book by 24.

For each 3 refine levels:
Ignores magical defense of all enemies by 8%.

For each Level of Freezing Spell:
Decreases variable cast time by 1 second.

When Level 2 Release is learned:
Decreases vriable cast time of Summon Fire Ball, Summon Water Ball, Summon Stone Ball and Summon Lightning Ball by 1 second.

When Release is used, for 1 second:
For each Level of Radius:
Increases magical damage against all enemies by 8%.

For each Level of Mystical Amplification:
MATK +24.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkEle,Ele_Ghost; bonus bMatk,24*(getskilllv("HW_MAGICPOWER")); bonus2 bSkillUseSP,"WL_READING_SB",24; bonus2 bIgnoreMdefClassRate,Class_All,8*(.@r/3); bonus2 bSkillVariableCast,"WL_READING_SB",-1000*(getskilllv("WL_FREEZE_SP")); autobonus3 "{ bonus bMatkRate,24*(getskilllv(\"HW_MAGICPOWER\"); }",1000,1000,"WL_RELEASE"; if (getskilllv("WL_RELEASE") == 2) { bonus2 bSkillVariableCast,"WL_SUMMONFB",-1000; bonus2 bSkillVariableCast,"WL_SUMMONWB",-1000; bonus2 bSkillVariableCast,"WL_SUMMONSTONE",-1000; bonus2 bSkillVariableCast,"WL_SUMMONBL",-1000; } },{},{}
Dropped By No Result

Iron Staff Remodeling Cube    Item ID# 100395 (Iron_Staff_Cube)
Iron Staff Modification Cube
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
A cube that converts the Iron Staff into an Patent Iron Staff.
Uses an +9 Iron Staff as a material.
An +7 Patent Iron Staff can be obtained.

Warning! - When remodeling, the inserted cards and Random Options are removed.
Item Script
{ laphine_synthesis(); },{},{}
Dropped By No Result

Iron Staff-LT [2]   [Two Handed]   Item ID# 640027 (Iron_Staff_LT)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
100
Attack
100
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Warlock
Description
An improved version of the staff made of otherworldly metal.
Resonates with Hero's Boots-LT.

Indestructible in battle

MATK +235
MATK +5%

Base Level at least 210:
SPL +2, S.MATK +1.

For each 2 Refine Levels:
MATK +15

For each 3 Refine Levels:
Increases damage of Earth Strain and Gravitation Field by 12%.

Refine Level +7:
Decreases variable cast time by 15%.
Increases magical damage with Neutral, Earth and Fire element by 20%.

Refine Level +9:
Decreases Earth Strain skill cooldown by 1 second.
Increases damage of Comet by 30%.

Refine Level +11:
Increases magical damage against enemies of every size by 20%.
Increases damage of Crimson Rock by 30%.

When equipped with Hero's Boots-LT:
MATK +10%, S.MATK +2.

[Bonus by Grade]
[Grade D]: MATK +3%
[Grade C]: Magical Damage of Neutral, Earth and Fire element +15%. S.MATK +1
[Grade B]: SPL +3, S.MATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bMatk,235; if (BaseLevel>=210) { bonus bSmatk,1; bonus bSpl,2; } if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Fire,20; bonus2 bMagicAtkEle,Ele_Earth,20; bonus bVariableCastrate,-15; if (.@r>=9) { bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-1000; bonus2 bSkillAtk,"WL_EARTHSTRAIN",30; bonus2 bSkillAtk,"WL_COMET",30; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,20; bonus2 bSkillAtk,"WL_CRIMSONROCK",30; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus bSmatk,1; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,2; bonus bSpl,3; } } } bonus bMatk,15*(.@r/2); bonus2 bSkillAtk,"HW_GRAVITATION",12*(.@r/3); bonus2 bSkillAtk,"WL_EARTHSTRAIN",12*(.@r/3); },{},{}
Dropped By No Result

« First < 575859606162636465 >
back to top