Renewal
.:Renewal Item Database:.
Armor - Shield

Ultralight Magic Shield [1]   [Shield]   Item ID# 28913 (Ultra_Light_MShield)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
10
Defense
50
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An ultralight shield that posseses powerful magic. It raises all abilities of wielder.

Reduces after attack delay by 5% (ASPD +5%).
Pierces physical defense of normal monsters by 10%.
Reduces damage taken from Neutral elemental attack by 5%.

Refine Level +7:
Reduces after attack delay by 2% (ASPD +2%).
Reduces damage taken from Neutral elemental attack by 2%.

Refine Level +9:
Reduces after attack delay by 3% (ASPD +3%).
Reduces damage taken from Neutral elemental attack by 3%.
Item Script
{ .@r = getrefine(); .@val = 5; bonus2 bIgnoreDefClassRate,Class_Normal,10; if (.@r >= 9) { .@val += 5; } else if (.@r >= 7) { .@val += 2; } bonus bAspdRate,.@val; bonus2 bSubEle,Ele_Neutral,.@val; },{},{}
Dropped By

Unity Buckler [1]   [Shield]   Item ID# 28905 (Union_Buckler)
Buckler of Solidarity
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
30
Defense
60
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A certified kingdom equipment for adventurer.
When base level is below 100:
Every 1 refine level, MaxSP +2%.
Item Script
{ if (BaseLevel<100) { bonus bMaxSPrate,2*getrefine(); } },{},{}
Dropped By No Result

Unity Guard [1]   [Shield]   Item ID# 28904 (Union_Guard)
Guard of Solidarity
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
30
Defense
60
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A certified kingdom equipment for adventurer.
When base level is below 100:
Every 1 refine level, DEF +12.
Item Script
{ if (BaseLevel<100) { bonus bDef,12*getrefine(); } },{},{}
Dropped By No Result

Upg Buckler [1]   [Shield]   Item ID# 2150 (Upg_Buckler)
Upgrade Buckler
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
30
Defense
45
Armor Lvl
1
Slot
1
Applicable Jobs
Swordman
Acolyte
Merchant
Thief
Knight
Priest
Blacksmith
Assassin
Crusader
Monk
Rogue
Alchemist
Bard / Dancer
Description
A Buckler molded out of Elunium and pure gold mixture.
MaxHP + 3%
Item Script
{ bonus bMaxHPrate,3; },{},{}
Dropped By No Result

Upg Guard [1]   [Shield]   Item ID# 2149 (Upg_Guard)
Upgrade Guard
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
15
Defense
25
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A Guard molded out of Elunium and pure gold mixture.
MaxHP + 3%
Item Script
{ bonus bMaxHPrate,3; },{},{}
Dropped By No Result

Upg Shield [1]   [Shield]   Item ID# 2151 (Upg_Shield)
Upgrade Shield
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
65
Defense
65
Armor Lvl
1
Slot
1
Applicable Jobs
Swordman
Knight
Crusader
Description
A Shield molded out of Elunium and pure gold mixture.
MaxHP + 3%
Item Script
{ bonus bMaxHPrate,3; },{},{}
Dropped By No Result

Valkyrja's Shield [1]   [Shield]   Item ID# 2115 (Valkyrja's_Shield)
Type
Armor
Class
Shield
Buy
30000z
Sell
15000z
Weight
50
Defense
80
Required Lvl
65
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
A shield used by Gna, the messenger of Freyja, when she served as a Valkyrie.

MDEF +5.
Reduces damage taken from Water, Fire, Shadow and Undead elemental attacks by 20%.


[+ Odin's Blessing & Frigg's Circlet]
Additional DEF +2 and MDEF +5.
All refine levels of the Shield and Circlet adds to MDEF instead of DEF.

[Long Horn, Valkyrja's Shield Equip Set]

More Information on Combo:
Item Script
{ bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Undead,20; bonus bMdef,5; },{},{}
Dropped By

White Gold Shield [1]   [Shield]   Item ID# 2196 (White_Gold_Shield)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
180
Defense
140
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield coated with White Gold and Bronze.

Adds 20% chance of reflecting magic damage for 2 seconds when wielder receive magical attacks.
Indestructible
Item Script
{ bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",6,150,BF_MAGIC,0; bonus bUnbreakableShield; },{},{}
Dropped By No Result

Witch's Hand Mirror [1]   [Shield]   Item ID# 28956 (Jirant_Mirror)
Necromancer's Hand Mirror
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
50
Defense
80
Required Lvl
65
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A mirror book used by Gilant, a rare witch, when performing false rituals.
The content of the ritual is only the pure truth that is reflected in the mirror surface.

MDEF +5.
Decreases damage taken from Fire, Wind, Holy and Ghost elemental attacks by 20%.

For each Level of Faith:
Increases damage taken from Holy elemental attacks by 2%.

When equipped with Necromancer's Dress:
Increases magical damage against Boss class monsters by 5%.
Ignores magic defense of Boss class monsters by 25%.

If Refine Level of Necromancer's Hand Mirror is +8 or higher:
Increases magical damage against Boss class monsters by additional 5%.
Ignores magic defense of Boss class monsters by additional 25%.

When equipped with Necromancer's Manteau:
MATK +5%.
Decreases variable cast time of all skills by 5%.

If Refine Level of Necromancer's Hand Mirror is +8 or higher:
MATK +5%, Perfect Dodge +20.
Decreases variable cast time of all skills by additional 5%.
Item Script
{ bonus bMdef,5; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Holy,20+(getskilllv("CR_TRUST")*2); bonus2 bSubEle,Ele_Ghost,20; },{},{}
Dropped By No Result

Wolf Wrist Guard [1]   [Shield]   Item ID# 2172 (Wolf_Armguard)
Wolf Armguard
Type
Armor
Class
Shield
Buy
45000z
Sell
22500z
Weight
25
Defense
70
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Armguard with a threatening wolf drawing.
You feel indiscriminating wild instincts when wearing this.

Has a chance to gain ATK +100, FLEE -50 for 5 seconds when dealing physical attack.

More Information on Combo:
Item Script
{ autobonus "{ bonus bBaseAtk,100; bonus bFlee,-50; }",20,5000,BF_WEAPON,"{ specialeffect2 EF_TEIHIT1; }"; },{},{}
Dropped By No Result

[Not For Sale] Black Mithril Guard [1]   [Shield]   Item ID# 28980 (aegis_28980)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
30
Defense
60
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(); .@val = 10; bonus2 bSkillAtk,"SC_STARTMARK",getskilllv("SC_MAELSTROM")*5; if (.@r>=7) bonus bAspd,2; if (.@r>=9) { bonus bAllStats,2; .@val += 5; } if (.@r>=11) { bonus bDelayrate,-5; bonus2 bAddRace,RC_All,3; } bonus2 bSubClass,Class_Normal,.@val; },{},{}
Dropped By No Result

[Not For Sale] Cursed Mad Bunny [0]   [Shield]   Item ID# 28972 (aegis_28972)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
10
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ bonus bAspd,3; bonus2 bAddRace,RC_All,5; bonus2 bMagicAddRace,RC_All,5; bonus bShortWeaponDamageReturn,10; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,100,BF_MAGIC,0; .@r = getrefine(); if (.@r>=7) { bonus bBaseAtk,5; bonus bMatk,5; } if (.@r>=9) { bonus bBaseAtk,15; bonus bMatk,15; } if (.@r>=12) { bonus bCritical,10; bonus bNoCastCancel; } },{},{}
Dropped By No Result

« First < 8910111213
back to top