Renewal
.:Renewal Item Database:.
Armor - Armor

Loud Park [1]   [Body]   Item ID# 450258 (aegis_450258)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
100
Defense
100
Required Lvl
100
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 bMaxHPrate,10; bonus bMaxSPrate,10; bonus bInt,6*getskilllv("WM_FRIGG_SONG"); bonus bMatk,30*getskilllv("WM_FRIGG_SONG"); bonus2 bMagicAddRace,RC_All,14*getskilllv("WM_GLOOMYDAY"); bonus bDelayrate,-6*getskilllv("WM_LULLABY_DEEPSLEEP"); if (.@r>=5) bonus2 bSkillAtk,"WM_METALICSOUND",50; if (.@r>=7) bonus2 bSkillAtk,"WM_METALICSOUND",50; },{},{}
Dropped By No Result

Lounge Suit [1]   [Body]   Item ID# 15162 (Lounge_Suit_)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
30
Defense
40
Required Lvl
80
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
A suit usually worn by Gentleman.
ASPD +3%.
Reduces after cast delay by 3%.
Reduces variable cast time by 3%.

When refined to +7 or higher:
ASPD +2%.
Reduces after cast delay by 2%.
Reduces variable cast time by 2%.
Item Script
{ bonus bAspdRate,3; bonus bVariableCastrate,-3; bonus bDelayrate,-3; if (getrefine() > 6) { bonus bAspdRate,2; bonus bVariableCastrate,-2; bonus bDelayrate,-2; } },{},{}
Dropped By No Result

Lucius's Fierce Armor of Volcano [0]   [Body]   Item ID# 2344 (Flame_Sprits_Armor)
Type
Armor
Class
Armor
Buy
136000z
Sell
68000z
Weight
220
Defense
25
Required Lvl
45
Armor Lvl
1
Slot
0
Property
Fire
Applicable Jobs
Swordman
Merchant
Knight
Blacksmith
Crusader
Alchemist
Description
An armor that is enchanted with the Fire Property.
Item Script
{ bonus bDefEle,Ele_Fire; },{},{}
Dropped By
EnchantmentArmor (Stat) Enchantable

Lucius's Fierce Armor of Volcano [1]   [Body]   Item ID# 2345 (Flame_Sprits_Armor_)
Type
Armor
Class
Armor
Buy
136000z
Sell
68000z
Weight
220
Defense
25
Required Lvl
45
Armor Lvl
1
Slot
1
Property
Fire
Applicable Jobs
Every Job except Novice & Supernovice
Description
An armor that is enchanted with the Fire Property.
Item Script
{ bonus bDefEle,Ele_Fire; },{},{}
Dropped By
EnchantmentArmor (Stat) Enchantable

LUK Soutane [1]   [Body]   Item ID# 15402 (CassockA_LUK)
Soutane of Luck
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
80
Defense
100
Required Lvl
170
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
The blessing of increasing the luck of the robes worn by priests who worshiped agility in Odin's power.

MaxHP +10%, MaxSP +10%.
ASPD +10% (Decreases after attack delay by 10%).

For each 2 refine levels:
Critical +3. Increases critical damage by 4%.

For each 3 refine levels:
LUK +5.

For each 4 refine levels:
Increases physical damage against Angel and Demon monsters by 8%.

When equipped with Clergy's Boots and Clergy's Manteau:
LUK +8, DEF +30, MDEF +15.
Decreases damage taken from Angel and Demon momnsters by 15%.

If total refine level of entire set at least +27:
ATK +10%.
Decreases after skill cast delay of all skills by 20%.
Decreases fixed cast time by 20%.
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bAspdRate,10; bonus bCritAtkRate,4*(.@r/2); bonus bCritical,3*(.@r/2); bonus bLuk,5*(.@r/3); bonus2 bAddRace,RC_Angel,8*(.@r/4); bonus2 bAddRace,RC_Demon,8*(.@r/4); },{},{}
Dropped By No Result

Luxury Doram Suit [1]   [Body]   Item ID# 15129 (Doram_High_Suit)
Luxurious Doram Suit
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
80
Defense
100
Required Lvl
140
Armor Lvl
1
Slot
1
Applicable Jobs
Summoner
Spirit Handler
Description
A tidy and luxury doram race suit.
MaxHP +10%, MaxSP +10%.
Every 2 refine level: DEX +1, INT +1.
[Luxury Set]
Luxury Doram Suit
Luxury Doram Manteau
Luxury Doram Shoes
MaxHP +3000
Enables uninterruptable skill cast.
Reduces fixed cast time by 20% (reduction increases depend on sum of refinement level of Suit, Manteau and Shoes).

More Information on Combo:
Item Script
{ bonus bMaxHPrate,10; bonus bMaxSPrate,10; .@r = getrefine()/2; bonus bDex,.@r; bonus bInt,.@r; },{},{}
Dropped By

Mage Coat [0]   [Body]   Item ID# 2334 (Mage_Coat)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
60
Defense
40
Required Lvl
50
Armor Lvl
1
Slot
0
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
An exclusive robe for Mage Class characters that contains magic power.
MDEF + 5, INT + 1
[Ancient Sorcery & Mage Coat Equip Set]

More Information on Combo:
Item Script
{ bonus bMdef,5; bonus bInt,1; },{},{}
Dropped By
EnchantmentSocket Enchantable
Armor (Stat) Enchantable
Obtainable FromOld Violet Box

Mage Coat [1]   [Body]   Item ID# 2372 (Mage_Coat_)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
60
Defense
40
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
An exclusive robe for Mage Class characters that contains magic power.
MDEF + 5, INT + 1
[Ancient Sorcery & Mage Coat Equip Set]

More Information on Combo:
Item Script
{ bonus bMdef,5; bonus bInt,1; },{},{}
Dropped By
EnchantmentGenerated by Socket Enchanting

Magic Protector Robe [1]   [Body]   Item ID# 450150 (MD_Geffen_Robe)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
80
Defense
110
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Uniforms of Geffen wizards. It has the ability to improve magical power efficiency when chanting spells.

MaxHP +3%, INT +3, DEX +3.
Increases recovery amount gained from healing skills and items by 10%.
Decreases SP Consumption by 10%.

For each Refine Level: MATK +10

For each 2 Refine Levels:
Decreases variable cast time by 2%.

Refine Level +9:
Increases magical damage with every element by 10%.

Refine Level +11:
Decreases variable cast time by additional 7%.

Refine Level +13:
MATK +60
Item Script
expand to view script
{ .@r = getrefine(); bonus bHealPower2,10; bonus bUseSPrate,-10; bonus bMaxHPrate,3; bonus bInt,3; bonus bDex,3; bonus bMatk,10*.@r; bonus bVariableCastrate,-2*(.@r/2); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=11) { bonus bVariableCastrate,-7; if (.@r>=13) { bonus bMatk,60; } } } },{},{}
Dropped By No Result

Magical Cloth [1]   [Body]   Item ID# 450132 (Magical_Cloth)
Type
Armor
Class
Armor
Buy
200000z
Sell
100000z
Weight
10
Defense
45
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A close that was created all night by a wizard who longed for a magic swordsman to amplify his magical power.
I managed to amplify the magical power, but I couldn't equip the essential sword.

Increases Fire, Water, Wind and Earth elemental magic damage by 5%.

Refine Level +7:
ASPD +10% (After attack delay -10%).
Increases Fire, Water, Wind and Earth elemental magic damage by additional 2%.

Refine Level +8:
Increases Fire, Water, Wind and Earth elemental magic damage by additional 3%.
Indestructible in battle

Refine Level +9:
Increases Fire, Water, Wind and Earth elemental magic damage by additional 5%.
Random chance to increase damage of Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike by 100% for 10 seconds when recieving physical damage.

When equipped with Sorcerer Celia Card:
MATK +5%.
Ignores magic defense of all race enemies by 50%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bMagicAtkEle,Ele_Earth,5; bonus2 bMagicAtkEle,Ele_Water,5; bonus2 bMagicAtkEle,Ele_Wind,5; bonus2 bMagicAtkEle,Ele_Fire,5; if (.@r>=7) { bonus bAspdRate,10; bonus2 bMagicAtkEle,Ele_Earth,2; bonus2 bMagicAtkEle,Ele_Water,2; bonus2 bMagicAtkEle,Ele_Wind,2; bonus2 bMagicAtkEle,Ele_Fire,2; } if (.@r>=8) { bonus bUnbreakableArmor; bonus2 bMagicAtkEle,Ele_Earth,3; bonus2 bMagicAtkEle,Ele_Water,3; bonus2 bMagicAtkEle,Ele_Wind,3; bonus2 bMagicAtkEle,Ele_Fire,3; } if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Earth,5; bonus2 bMagicAtkEle,Ele_Water,5; bonus2 bMagicAtkEle,Ele_Wind,5; bonus2 bMagicAtkEle,Ele_Fire,5; autobonus "{ bonus2 bSkillAtk,\"MG_FIREBOLT\",100; bonus2 bSkillAtk,\"MG_COLDBOLT\",100; bonus2 bSkillAtk,\"MG_LIGHTNINGBOLT\",100; bonus2 bSkillAtk,\"WZ_EARTHSPIKE\",100; }",2000,10000; } },{},{}
Dropped By No Result

Mantle [0]   [Body]   Item ID# 2307 (Mantle)
Type
Armor
Class
Armor
Buy
10000z
Sell
5000z
Weight
60
Defense
37
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A cloak that is simple, yet elegant.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
EnchantmentSocket Enchantable
Armor (Stat) Enchantable
Obtainable FromOld Blue Box

Mantle [1]   [Body]   Item ID# 2308 (Mantle_)
Type
Armor
Class
Armor
Buy
10000z
Sell
5000z
Weight
60
Defense
37
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
A cloak that is simple, yet elegant.
Item Script
{},{},{}
Dropped By
EnchantmentGenerated by Socket Enchanting
Armor (Stat) Enchantable
Obtainable FromOld Blue Box, Old Violet Box

« First < 2122232425262728293031 > Last »
back to top