Renewal
.:Renewal Item Database:.
Armor - Shield

Abyss Shield [0]   [Shield]   Item ID# 28950 (Variant_Shield)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
120
Defense
150
Required Lvl
165
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A mutated shield enhanced by the magical power.
Even with the same appearance, its performance is said to be different.

Refine Level +6:
Increases resistance against Fear status by 50%.
Reduces damage taken from Players by 20%.

Refine Level +8:
Increases resistance against Fear status by 50%.
Reduces damage taken from Players by 10%.
Item Script
{ .@r = getrefine(); bonus bUnbreakableWeapon; if (.@r>=6) { bonus2 bResEff,Eff_Fear,50; bonus2 bSubRace,RC_Player_Human,20; } if (.@r>=8) { bonus2 bResEff,Eff_Fear,50; bonus2 bSubRace,RC_Player_Human,10; } },{},{}
Dropped By No Result

Academy Shield [1]   [Shield]   Item ID# 2155 (Academy_Shield)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
150
Defense
3
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
Not Available

[iRO Description]
Not Available
Item Script
{},{},{}
Dropped By No Result

Advanced Angelic Guard [1]   [Shield]   Item ID# 2183 (Impr_Angel's_Safeguard)
Type
Armor
Class
Shield
Buy
10000z
Sell
5000z
Weight
40
Defense
30
Required Lvl
99
Armor Lvl
1
Slot
1
Applicable Jobs
Novice
Supernovice
Description
Angel's Shield for Super Novice. Contains sacred demon resistance power.

Reduce damage taken from Demon monsters by 5%.
Reduce damage taken from all elemental attacks, except Neutral element, by 5%.

[+Advanced Angelic Protection]
All Stats +2.

More Information on Combo:
Item Script
{ bonus2 bSubRace,RC_Demon,5; bonus2 bSubEle,Ele_All,5; bonus2 bSubEle,Ele_Neutral,-5; },{},{}
Dropped By No Result

Advanced Arm Guard [0]   [Shield]   Item ID# 2119 (Improved_Arm_Guard)
Type
Armor
Class
Shield
Buy
40000z
Sell
20000z
Weight
15
Defense
45
Required Lvl
50
Armor Lvl
1
Slot
0
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A wrist protector, designed exclusively for the Ninja class, that has been enhanced with high Magic Defense by a gifted artisan.
MDEF + 5
Item Script
{ bonus bMdef,5; },{},{}
Dropped By No Result

Advanced Arm Guard [1]   [Shield]   Item ID# 2120 (Improved_Arm_Guard_)
Type
Armor
Class
Shield
Buy
40000z
Sell
20000z
Weight
15
Defense
45
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A wrist protector, designed exclusively for the Ninja class, that has been enhanced with high Magic Defense by a gifted artisan.
MDEF + 5
Item Script
{ bonus bMdef,5; },{},{}
Dropped By No Result

Ahura Mazdah [0]   [Shield]   Item ID# 2199 (Ahura_Mazda)
Type
Armor
Class
Shield
Buy
1z
Sell
0z
Weight
1
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
"The Shield of all Shields"
Item Script
expand to view script
{ bonus bAllStats,50; bonus bMdef,99; bonus bShortWeaponDamageReturn,100; bonus2 bSubRace,RC_DemiHuman,95; bonus2 bSubRace,RC_Player_Human,95; skill "CR_FULLPROTECTION",5; skill "WZ_ESTIMATION",1; skill "ST_FULLSTRIP",5; skill "HW_MAGICPOWER",10; skill "ECL_SNOWFLIP",1; skill "ECL_PEONYMAMY",1; skill "ECL_SADAGUI",1; skill "ECL_SEQUOIADUST",1; bonus bMaxHPrate,200; bonus bNoKnockback; bonus bDelayrate,-100; bonus bSpeedRate,25; bonus bIntravision; bonus bNoWalkDelay; bonus bNoGemStone; },{},{}
Dropped By No Result

Ancient Shield Of Aeon [0]   [Shield]   Item ID# 2190 (Ancient_Shield_Of_Aeon)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
20
Defense
5
Required Lvl
130
Armor Lvl
1
Slot
0
Applicable Jobs
Knight
Priest
Wizard
Blacksmith
Hunter
Assassin
Crusader
Monk
Sage
Rogue
Alchemist
Bard / Dancer
Description
A shield made in honor of the fallen warrior of Asgard.

MaxHP +500, MaxSP +50
Increases resistance to all properties attack by 10%.
When refined to +14 and higher, enables use of Level 5 Stone Curse.
Item Script
{ bonus2 bSubEle,Ele_All,10; bonus bMaxHP,500; bonus bMaxSP,50; if (getrefine()>=14) skill "MG_STONECURSE",5; },{},{}
Dropped By No Result

Anemos Shield [1]   [Shield]   Item ID# 28921 (Anemos_Shield)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
350
Defense
150
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield that contains the power of the wind.
MDEF +15
Increases physical and magical damage inflicted on Wind elemental monsters by 5%.
Reduces damage taken from Wind elemental attack by 10%.
Indestructible

Refine Level +6:
Increases physical and magical damage inflicted on Wind elemental monsters by 10%.
Reduces damage taken from Wind elemental attack by 15%.

Refine Level +8:
If base STR at least 90: ATK +50.
If base AGI at least 90: Reduces after attack delay by 5%.
If base VIT at least 90: Increases restoration gained from Restorative items by 10%.
If base INT at least 90: MATK + 30.
If base DEX at least 90: Reduces variable cast time by 5%.
If base LUK at least 90: Increases critical attack damage by 5%.
Item Script
expand to view script
{ bonus bMdef,15; bonus2 bAddEle,Ele_Wind,5; bonus2 bMagicAddEle,Ele_wind,5; bonus2 bSubEle,Ele_Wind,10; bonus bUnbreakableShield; .@r = getrefine(); if (.@r>=6) { bonus2 bAddEle,Ele_Wind,10; bonus2 bMagicAddEle,Ele_wind,10; bonus2 bSubEle,Ele_Wind,15; } if (.@r>=8) { if (readparam(bStr)>=90) bonus bBaseAtk,50; if (readparam(bAgi)>=90) bonus bAspdRate,5; if (readparam(bVit)>=90) bonus bAddItemHealRate,10; if (readparam(bInt)>=90) bonus bMatk,30; if (readparam(bDex)>=90) bonus bVariableCastrate,-5; if (readparam(bLuk)>=90) bonus bCritAtkRate,5; } },{},{}
Dropped By No Result

Angelic Guard [1]   [Shield]   Item ID# 2116 (Angel's_Safeguard)
Type
Armor
Class
Shield
Buy
10000z
Sell
5000z
Weight
40
Defense
30
Required Lvl
20
Armor Lvl
1
Slot
1
Applicable Jobs
Novice
Supernovice
Description
Super Novice Guardian Angel's shield which contains holy power that can nullify evil.

Reduce damage taken from Demon monsters by 5%.

[Angel's Protection Set
Angel's Kiss, Angelic Protection, Angelic Cardigan, Angel's Reincarnation, Angelic Guard]
Max HP +900, Max SP +100.
Add a 3% chance of auto casting Level 1 Assumptio on the user when receiving physical attack.

More Information on Combo:
Item Script
{ bonus2 bSubRace,RC_Demon,5; },{},{}
Dropped By

Anti-Demon Shield [0]   [Shield]   Item ID# 2152 (Anti_Demon_Shield_C)
Anti Demon Shield
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
0
Defense
120
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Cannot be traded
Rental item
Reduces damage taken from Demon and Demihuman monsters by 25%.

When VIP Status is active:
Reduces damage from Demon and Demihuman monsters by 5%.
MaxHP +400.
Item Script
{ bonus2 bSubRace,RC_DemiHuman,25; bonus2 bSubRace,RC_Demon,25; bonus bMaxHP,400; },{},{}
Dropped By No Result

Aries Shield [0]   [Shield]   Item ID# 460002 (Aries_Shield_J)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
400
Defense
170
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableShield; bonus bMdef,30; bonus2 bSubClass,Class_Boss,40; if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) { bonus bDef,150; bonus bMaxHP,1000; if (.@r>=8) { bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; } } },{},{}
Dropped By No Result

Arm Guard [0]   [Shield]   Item ID# 2117 (Arm_Guard)
Type
Armor
Class
Shield
Buy
10000z
Sell
5000z
Weight
15
Defense
50
Required Lvl
20
Armor Lvl
1
Slot
0
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A wrist protector, designed exclusively for the Ninja class, that is padded with a steel plate for increased defense and durability.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for a list of venders

12 >
back to top