Renewal
.:Renewal Item Database:.
Armor - Armor

Evil Dragon Armor [1]   [Body]   Item ID# 15145 (EvilDragon_Armor)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
400
Defense
60
Required Lvl
99
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A suit of armor made out of the scales of a powerful dragon that was once feared by the world.
It has the power to absorb all kinds of energy.

Refine Level +8:
3% chance to restore 3% of damage as HP when performing a physical attack.
2% chance to restore 2% of damage as SP when performing a physical attack.

Refine Level +9:
Increases the rate by 1% and HP and SP restored by 1%.

Refine Level +10:
Increases the rate by 2% and HP and SP restored by 2%.

When equipped with Rideword Hat:
The HP/SP absorption effect of Rideword Hat will not be activated.

When equipped with Vanargand Helm:
The HP/SP absorption effect of Vanargand Helm will not be activated.

When equipped with Nidhoggur's Shadow Garb:
The SP absorption effect of Nidhoggur's Shadow Garb will not be activated.

When enchanted with Energy-[Guardian Dragon]:
The SP absorption effect of Energy-[Guardian Dragon] will not be activated.
Item Script
{ .@r = getrefine(); if (.@r>=10) { bonus2 bHPDrainRate,60,6; bonus2 bSPDrainRate,50,5; } else if (.@r>=9) { bonus2 bHPDrainRate,40,4; bonus2 bSPDrainRate,30,3; } else if (.@r>=8) { bonus2 bHPDrainRate,30,3; bonus2 bSPDrainRate,20,2; } },{},{}
Dropped By No Result

Excelion Suit [0]   [Body]   Item ID# 15128 (Excelion_Suit)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
100
Defense
100
Required Lvl
99
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A suit which made from the lost technology in Research Building.
VIT +6.
If base level over 130, add VIT +4.
Every 3 refine, increase MaxHP +4%.
[+Excellion Wing]
Reduce after cast delay by 10%.
If base level over 130, additional after cast delay reduced by 10%.
Perfect Dodge +6.

More Information on Combo:
Item Script
{ bonus bVit,6 + (BaseLevel > 129 ? 4 : 0); bonus bMaxHPrate,(getrefine() / 3) * 4; bonus bUnbreakableArmor; },{},{}
Dropped By No Result

Excellent Dexterous Armor [1]   [Body]   Item ID# 15354 (Overwhelm_Dex_Armor)
Overwelm Dex Armor
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
200
Defense
120
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Suit of armor which have excellent dexterity.

ATK +50.
For every 3 refine levels, increases ranged physical attack by 2%.

Refine Level +7:
Pierces physical defense of Brute and Demon monsters by 30%.

Refine Level +9:
Increases physical damage inflicted on Brute and Demon monsters by 10%.

Refine Level +11:
Increases physical damage inflicted on Wind and Earth elemental monsters by 10%.

When equipped with Temporal DEX Boots or Modified DEX Boots:
Increases ranged physical attack by 5%.
If total refine level of entire set at least +21:
Pierces physical defense of Brute and Demon monsters by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,50; if (.@r > 2) bonus bLongAtkRate,.@r/3*2; if (.@r > 6) { bonus2 bIgnoreDefRaceRate,RC_Brute,30; bonus2 bIgnoreDefRaceRate,RC_Demon,30; } if (.@r > 8) { bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_Demon,10; } if (.@r > 10) { bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; } },{},{}
Dropped By No Result

Exorcist Mail [1]   [Body]   Item ID# 15113 (Exorcist_Mail)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
50
Defense
30
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Armor worn by Noh angels who have the role of destroying immortals who are out of the control of the world.

Increases damage against Undead monsters by 3%.

For each refine level equal or above +6:
Increases damage against Undead monsters by additional 1%.
Item Script
{ .@r = getrefine(); bonus2 bAddRace,RC_Undead,3+max(0,(.@r-5)); bonus2 bMagicAddRace,RC_Undead,3+max(0,(.@r-5)); },{},{}
Dropped By No Result

Exorcist Robe [1]   [Body]   Item ID# 18863 (Exorcist_Robe)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
170
Defense
57
Required Lvl
60
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
This robe was once worn by a famous exorcist, it instantly improves your resistance against unholy creatures.
MDEF +5
For every 3 refine levels, reduces damage taken from Demon monster by 5%.

If worn by Acolyte class: adds resistance to Shadow element by 10%.
Item Script
{ bonus bMdef,5; .@r = getrefine(); if (.@r >= 3) { bonus2 bSubRace,RC_Demon,.@r/3*5; } if (BaseClass == Job_Acolyte) bonus2 bSubEle,Ele_Dark,10; },{},{}
Dropped By No Result

Fafnir Scale [0]   [Body]   Item ID# 15405 (Fafnir_Scale_J)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
150
Defense
120
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
As the name implies, I feel the strength of being embraced.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,15; bonus bUnbreakableArmor; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bSkillAtk,"RK_DRAGONBREATH",50; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50; bonus bDelayrate,-2*getskilllv("RK_DRAGONBREATH_WATER"); bonus bLongAtkRate,2*getskilllv("RK_DRAGONBREATH"); if (.@r>=5) { bonus bMaxHPrate,20; bonus bMaxSPrate,20; bonus bDelayrate,-5; } if (.@r>=7) { bonus bMaxHPrate,20; bonus bMaxSPrate,20; bonus bDelayrate,-5; } },{},{}
Dropped By No Result

Faint Star's Armor [1]   [Body]   Item ID# 450168 (Vague_Star_Armor)
Faint Star Armor
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
250
Defense
175
Required Lvl
240
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A armor faintly infused with the magic of stars.

ATK +125

For each 2 Refine Levels:
ATK +15

Refine Level +9:
MaxHP +7%

Refine Level +11:
Increases melee physical damage by 10%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,125+15*(.@r/2); if (.@r>=9) { bonus bMaxHPrate,7; if (.@r>=11) { bonus bShortAtkRate,10; } } },{},{}
Dropped By No Result

Faint Star's Robe [1]   [Body]   Item ID# 450166 (Vague_Star_Robe)
Faint Star Robe
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
50
Defense
105
Required Lvl
240
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A robe faintly infused with the magic of stars.

MATK +125

For each 2 Refine Levels:
MATK +15

Refine Level +9:
Decreases variable cast time by 10%.

Refine Level +11:
Increases magical damage with every element by 10%.
Item Script
{ .@r = getrefine(); bonus bMatk,125+(15*(.@r/2)); if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,10; } } },{},{}
Dropped By No Result

Faint Star's Suit [1]   [Body]   Item ID# 450167 (Vague_Star_Suit)
Faint Star Suit
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
150
Defense
135
Required Lvl
240
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A suit faintly infused with the magic of stars.

ATK +75, MATK +75

For each 2 Refine Levels:
ATK +10, MATK +10

Refine Level +9:
Increases Attach Speed (Decreases after attack delay by 7%).

Refine Level +11:
Increases ranged physical damage by 10%.
Item Script
{ .@r = getrefine(); bonus bMatk,75+10*(.@r/2); bonus bBaseAtk,75+10*(.@r/2); if (.@r>=9) { bonus bAspdRate,7; if (.@r>=11) { bonus bLongAtkRate,10; } } },{},{}
Dropped By No Result

Fallen Angel Armor [1]   [Body]   Item ID# 450131 (Fallen_Angel_Armor_TW)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
100
Defense
50
Required Lvl
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bAllStats,1; bonus bUnbreakableArmor; bonus2 bSubEle,Ele_Holy,-10; bonus2 bSubRace,RC_Angel,-15; bonus2 bSubRace,RC_Demon,5+(.@r>=9?5:0); bonus2 bSubRace,RC_DemiHuman,5+(.@r>=9?5:0); bonus2 bSubRace,RC_Player_Human,5+(.@r>=9?5:0); bonus2 bSubRace,RC_Player_Doram,5+(.@r>=9?5:0); if (.@r>=7) bonus bMaxHPrate,5; if (.@r>=11) bonus bVariableCastrate,-8; },{},{}
Dropped By No Result

Felrock's Armor [0]   [Body]   Item ID# 15117 (Felock_Armor)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
75
Defense
70
Required Lvl
125
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Manteau of Ferlock (Tarlock), captain of the airship.
Acquired during the event of airship raid.
All Stats +1
MDEF +10
MaxHP +500, MaxSP +50.

Refine level +7: MaxHP +500, MaxSP +50.
Refine level +9: MaxHP +200, MaxSP +20.
Refine level +12: MaxHP +300, MaxSP +30.

[Ferlock (Tarlock) Equip Set]
Ferlock's Armor
Ferlock's Manteau
Ferlock's Shoes
MaxHP +25%, MaxSP +25%.
Increase movement speed.
If the amount refine of the entire set is equal or higher than 30, add MaxHP +5%, MaxSP +5%.

More Information on Combo:
Item Script
{ bonus bMaxHP,500; bonus bMaxSP,50; bonus bMdef,10; bonus bAllStats,1; .@r = getrefine(); if (.@r>=7) { bonus bMaxHP,500; bonus bMaxSP,50; } if (.@r>=9) { bonus bMaxHP,200; bonus bMaxSP,20; } if (.@r>=12) { bonus bMaxHP,300; bonus bMaxSP,30; } },{},{}
Dropped By

Female Diver's Suit [1]   [Body]   Item ID# 15125 (FemaleDiver_Clothe)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
30
Defense
20
Required Lvl
80
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A clothes with white color that able to attract fishes with mysterious power.

Adds a chance to drop Fresh Fish when killing a monster.
Every refine level increase the rate of Fresh Fish drop.

Refine Level +7:
Restore 100 HP when defeating a monster with melee physical attacks, disables natural HP recovery.
Item Script
expand to view script
{ .@r = getrefine(); if (.@r<5) .@r2 = 0; else if (.@r<6) .@r2 = 100; else if (.@r<7) .@r2 = 400; else if (.@r<8) .@r2 = 700; else if (.@r<9) .@r2 = 1400; else if (.@r<10) .@r2 = 2100; else { .@r = 10; .@r2 = 3600; } bonus2 bAddMonsterDropItem,579,(((.@r+6)*100)+.@r2); if (.@r>=7) { bonus bHPrecovRate,-100; bonus bHPGainValue,100; } },{},{}
Dropped By No Result

« First < 678910111213141516 > Last »
back to top