Renewal
.:Renewal Item Database:.
Armor - Armor

Airship's Armor [0]   [Body]   Item ID# 15116 (Airship_Armor)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
70
Defense
100
Required Lvl
125
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Armor used by travelers who went on board the Ferlock's (Tarlock's) airship.
These are goods that were stolen from the monsters that attacked the airship during the incident.
All Stats +1
MDEF +10
MaxHP +1000, MaxSP +100.
Unrefineable

[Airship Set(Armor, cloak, boots)]
MaxHP +25%, MaxSP +25%.
Increase movement speed.

More Information on Combo:
Item Script
{ bonus bMaxHP,1000; bonus bMaxSP,100; bonus bMdef,10; bonus bAllStats,1; },{},{}
Dropped By

Angel's Dress [0]   [Body]   Item ID# 2358 (Dress_Of_Angel)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
100
Defense
5
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A winged dress that is said to have been worn by an angel.
It makes you feel very lucky when you wear it.
LUK + 4
Impossible to refine this item.
[Angeling Pin, Angel's Dress Equip Set]

More Information on Combo:
Item Script
{ bonus bLuk,4; },{},{}
Dropped By No Result

Angelic Protection [1]   [Body]   Item ID# 2355 (Angel's_Protection)
Type
Armor
Class
Armor
Buy
10000z
Sell
5000z
Weight
60
Defense
25
Required Lvl
40
Armor Lvl
1
Slot
1
Applicable Jobs
Novice
Supernovice
Description
Super Novice Guardian Angel's robe.
MDEF + 20
[+ Angelic Protection, Angel's Reincarnation, Angelic Guard, Angelic Cardigan & Angel's Kiss]
Maximum HP + 900, Maximum SP + 100
Add a 3% chance of auto casting Level 1 Assumptio on the user when the user receives Physical Damage.

More Information on Combo:
Item Script
{ bonus bMdef,20; },{},{}
Dropped By

Angeling Suit [1]   [Body]   Item ID# 15171 (Angeling_Suit)
Angelring Suit
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
40
Defense
77
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A sparkling suit that received Angelring's protection. It also brings happiness to wearer.

MaxHP +1000, MaxSP +100, MDEF +20.

For each Base Level above 100:
MaxHP +30, MaxSP +5.

For each refine level above +7: MATK 10%.
For each refine level above +8: Enables the use of Level 5 Weapon Perfection.
For each refine level above +9: Blesses armor with Holy elemental.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,20; bonus bMaxHP,1000; bonus bMaxSP,100; if (BaseLevel >= 100) { bonus bMaxHP,30*BaseLevel; bonus bMaxSP,5*BaseLevel; } if (.@r >= 7) bonus bMatkRate,10; if (.@r >= 8) skill "BS_WEAPONPERFECT",5; if (.@r >= 9) bonus bDefEle,Ele_Holy; },{},{}
Dropped By No Result

Anti Conjurer Suit [1]   [Body]   Item ID# 450149 (MD_Geffen_Suits)
Anti-Conjurer Suit
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
90
Defense
120
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
It is designed to facilitate the operation of more powerful suits and various magic through continuous research and improvement.

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

For each Refine Level: ATK +10

For each 2 Refine Levels:
ASPD +2% (Decreases after attack delay by 2%).

Refine Level +9:
Increases melee and ranged physical damage by 10%.

Refine Level +11:
ASPD +7% (Decreases after attack delay by 7%) additionally.

Refine Level +13:
ATK +60
Item Script
expand to view script
{ .@r = getrefine(); bonus bHealPower2,10; bonus bUseSPrate,-10; bonus bMaxHPrate,3; bonus bStr,3; bonus bAgi,3; bonus bBaseAtk,10*.@r; bonus bAspdRate,2*(.@r/2); if (.@r>=9) { bonus bLongAtkRate,10; bonus bShortAtkRate,10; if (.@r>=11) { bonus bAspdRate,7; if (.@r>=13) { bonus bBaseAtk,60; } } } },{},{}
Dropped By No Result

Anti-Magic Suits [1]   [Body]   Item ID# 15073 (Anti_Magic_Suit)
Anti-magic Suit
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
150
Defense
50
Required Lvl
99
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
This suit, developed in Geffen over a long period of time, effectively protects its wearer against potent magic.

MaxHP +5%
MDEF +10

Refine Level +7: MDEF +5.
Refine Level +9: MaxHP +2%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,5+((.@r >= 9) ? 2 : 0); bonus bMdef,10+((.@r >= 7) ? 5 : 0); },{},{}
Dropped By No Result
Obtainable FromGeffen Magic Tournament

Antonio's Coat [1]   [Body]   Item ID# 15249 (Antonio_Coat)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
40
Defense
50
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A replica of Antonio's coat. Once worn, you feel like you could become the NEW Antonio.

Reduces variable cast time by 10%.
Indestructible

Refine Level +7:
MDEF +5
Perfect Dodge +1

Refine Level +8:
MDEF +10
Perfect Dodge +1
Reduces damage taken from Demihuman monsters by 7%.

Refine Level +9:
MDEF +15
Perfect Dodge +1
Reduces damage taken from Critical Slash by 100%.

When combined with Antonio Card:
DEF +250
Reduces damage taken from elemental attacks by 5%.
Enables use of Level 1 Teleport.
Disables the effects of Antonio Card.
Refine Level +7:
Prevents Frozen status.
Refine Level +9:
Prevents knock back effect.
Item Script
expand to view script
{ bonus bVariableCastrate,-10; .@r = getrefine(); if (.@r >= 7) { .@mdef = 5; .@pd = 1; bonus bUnbreakableArmor; if (.@r >= 8) { .@mdef += 10; .@pd += 1; bonus2 bSubRace,RC_DemiHuman,7; } if (.@r >= 9) { .@mdef += 15; .@pd += 1; bonus2 bSubSkill,"NPC_CRITICALSLASH",100; } bonus bMdef,.@mdef; bonus bFlee2,.@pd; } },{},{}
Dropped By No Result

Apollo Armor [1]   [Body]   Item ID# 15362 (Apollo_Armor_TW)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
30
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Rune Knight
Royal Guard
Description
Not Available

[iRO Description]
Not Available
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,20+getskilllv("RK_DRAGONBREATH"); bonus bVit,3*(.@r/4); bonus bMdef,5*(.@r/4); if (.@r>=12) bonus3 bAutoSpellWhenHit,"AL_PNEUMA",1,50; },{},{}
Dropped By No Result

Aqua Robe [0]   [Body]   Item ID# 15026 (Aqua_Robe)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
50
Defense
40
Required Lvl
100
Armor Lvl
1
Slot
0
Property
Water
Applicable Jobs
Warlock
Description
A loose fitting blue colored robe embued with the power of water.
INT + 1, MDEF + 10.
Decreases Storm Gust variable cast time by 3 seconds.
If you have 120 base INT, adds an additional INT + 1.

More Information on Combo:
Item Script
{ bonus bDefEle,Ele_Water; bonus bMdef,10; bonus bInt,1; bonus2 bSkillVariableCast,"WZ_STORMGUST",-3000; if (readparam(bInt)>=120) { bonus bInt,1; } },{},{}
Dropped By

Aquarius Mail [1]   [Body]   Item ID# 15426 (Aquarius_Mail_J)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
100
Defense
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 bUnbreakableArmor; bonus bMdef,5; bonus bMatk,50; bonus bMaxHP,1000; bonus bDelayrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) { bonus bMatk,80; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bMagicAtkEle,Ele_Dark,20; if (.@r>=8) bonus2 bVariableCastrate,"WL_EARTHSTRAIN",-100; } },{},{}
Dropped By No Result

Aries Mail [1]   [Body]   Item ID# 450129 (Aries_Mail_J)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
100
Defense
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 bUnbreakableArmor; bonus bMdef,5; bonus bBaseAtk,50; bonus bMaxHP,1000; bonus bDelayrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) { bonus bBaseAtk,80; bonus bMaxHPrate,10; bonus bMaxSPrate,10; if (.@r>=8) bonus2 bSubClass,Class_Boss,5; } },{},{}
Dropped By No Result

Armor Of Faith [0]   [Body]   Item ID# 15049 (Armor_Of_Faith)
Invincible God Clothes
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
100
Required Lvl
50
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Attached with the power of God.
If equipped with zodiac hat, it will give various effect depend on zodiac type.
All Stats +4.
Reduce damage from Demihuman by 10%.
Item Script
{ bonus bStr,4; bonus bInt,4; bonus bVit,4; bonus bDex,4; bonus bAgi,4; bonus bLuk,4; },{},{}
Dropped By No Result

< 1234 >
back to top