Renewal
.:Renewal Item Database:.
 

Armor - Shield
a b c d e f g h i j k l m n o p q r s t u v w x y z
Show iRO Description?
Current Item Drop Rate is set to 1x Hide items that are not dropped by monster?
Abyss Shield [Shield]   Item ID# 28950 (Variant_Shield)
Type Armor Class Shield Buy n/a Sell n/a Weight 120
Defense 150Required Lvl 165Armor Lvl 1
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
{ [email protected] = getrefine(); bonus bUnbreakableWeapon; if ([email protected]>=6) { bonus2 bResEff,Eff_Fear,50; bonus2 bSubRace,RC_Player_Human,20; } if ([email protected]>=8) { bonus2 bResEff,Eff_Fear,50; bonus2 bSubRace,RC_Player_Human,10; } },{},{}
Dropped ByNo Result

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

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

Advanced Angelic Guard [1]   [Shield]   Item ID# 2183 (Impr_Angel's_Safeguard)
Type Armor Class Shield Buy 10000z Sell 5000z Weight 40
Defense 30Required Lvl 99Armor Lvl 1Slot 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 ByNo Result

Advanced Arm Guard [Shield]   Item ID# 2119 (Improved_Arm_Guard)
Type Armor Class Shield Buy 40000z Sell 20000z Weight 15
Defense 45Required Lvl 50Armor Lvl 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 ByNo Result

Advanced Arm Guard [1]   [Shield]   Item ID# 2120 (Improved_Arm_Guard_)
Type Armor Class Shield Buy 40000z Sell 20000z Weight 15
Defense 45Required Lvl 50Armor Lvl 1Slot 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 ByNo Result

Ahura Mazdah [Shield]   Item ID# 2199 (Ahura_Mazda)
Type Armor Class Shield Buy 1z Sell 0z Weight 1
Armor Lvl 1
Applicable Jobs
Every Job
Description "The Shield of all Shields"
Item 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,-20; bonus bSpeedRate,25; bonus bIntravision; bonus bNoWalkDelay; },{},{}
Dropped ByNo Result

Ancient Shield Of Aeon [Shield]   Item ID# 2190 (Ancient_Shield_Of_Aeon)
Type Armor Class Shield Buy n/a Sell n/a Weight 20
Defense 5Required Lvl 130Armor Lvl 1
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_Neutral,10; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Dark,10; bonus2 bSubEle,Ele_Holy,10; bonus2 bSubEle,Ele_Ghost,10; bonus bMaxHP,500; bonus bMaxSP,50; if (getrefine()>=14) skill "MG_STONECURSE",5; },{},{}
Dropped ByNo Result

Anemos Shield [1]   [Shield]   Item ID# 28921 (Anemos_Shield)
Type Armor Class Shield Buy 20z Sell 10z Weight 350
Defense 150Required Lvl 90Armor Lvl 1Slot 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
{ bonus bMdef,15; bonus2 bAddEle,Ele_Wind,5; bonus2 bMagicAddEle,Ele_wind,5; bonus2 bSubEle,Ele_Wind,10; bonus bUnbreakableShield; [email protected] = getrefine(); if ([email protected]>=6) { bonus2 bAddEle,Ele_Wind,10; bonus2 bMagicAddEle,Ele_wind,10; bonus2 bSubEle,Ele_Wind,15; } if ([email protected]>=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 ByNo Result

Angelic Guard [1]   [Shield]   Item ID# 2116 (Angel's_Safeguard)
Type Armor Class Shield Buy 10000z Sell 5000z Weight 40
Defense 30Required Lvl 20Armor Lvl 1Slot 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
Mastering
(5%)

Anti-Demon Shield [Shield]   Item ID# 2152 (Anti_Demon_Shield_C)
Anti Demon Shield
Type Armor Class Shield Buy n/a Sell n/a Weight 0
Defense 120Required Lvl NoneArmor Lvl 1
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_Player_Human,25; bonus2 bSubRace,RC_Demon,25; bonus bMaxHP,400; },{},{}
Dropped ByNo Result

Arm Guard [Shield]   Item ID# 2117 (Arm_Guard)
Type Armor Class Shield Buy 10000z Sell 5000z Weight 15
Defense 50Required Lvl 20Armor Lvl 1
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 ByNo Result
Buyable AtClick here for a list of venders

Arm Guard [1]   [Shield]   Item ID# 2118 (Arm_Guard_)
Type Armor Class Shield Buy 10000z Sell 5000z Weight 15
Defense 50Required Lvl 20Armor Lvl 1Slot 1
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 ByNo Result