Renewal
.:Renewal Item Database:.
Armor

Shield [1]   [Shield]   Item ID# 2106 (Shield_)
Type
Armor
Class
Shield
Buy
56000z
Sell
28000z
Weight
130
Defense
60
Armor Lvl
1
Slot
1
Applicable Jobs
Swordman
Knight
Crusader
Description
A well crafted shield which most kinds of attack can not penetrate.
Item Script
{},{},{}
Dropped By
EnchantmentGenerated by Socket Enchanting
Obtainable FromOld Blue Box, Old Violet Box

Shield of Chaos [1]   [Shield]   Item ID# 28918 (Shield_Of_Chaos)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
50
Defense
80
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield that seal the power of Darkness god.
MDEF +5.
Reduces damage taken from Shadow element attack by 25%.
Refine Level +5: ASPD +1.
Refine Level +7: ASPD +1.

When equipped with Shining Trapezohedron:
Reduces damage taken from Undead and Demon monster by 4%.
Reduces damage taken from Demihuman monsters by 3%.
Item Script
{ .@r = getrefine(); bonus bMdef,5; bonus2 bSubEle,Ele_Dark,25; if (.@r>=5) bonus bAspd,1; if (.@r>=7) bonus bAspd,1; },{},{}
Dropped By No Result

Shield Of Death [1]   [Shield]   Item ID# 2177 (Shield_Of_Death)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
200
Defense
150
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
The Shield of the Lord of Death.

Increases physical and magical damage against Boss monster by 2%.
Receive 10% more damage from Normal monsters.

When equipped with Lord of Death Helm:
Increase physical and magical damage to Boss monster by additional 5%.

When Lord of Death Helm refine level is +8 or higher:
Increase physical and magical damage to Boss monster by additional 5%.

More Information on Combo:
Item Script
{ bonus2 bAddClass,Class_Boss,2; bonus2 bMagicAddClass,Class_Boss,2; bonus2 bSubClass,Class_Normal,-10; },{},{}
Dropped By No Result

Shield Of Earth [1]   [Shield]   Item ID# 28909 (Shield_Of_Earth)
Shield of Formless Earth
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
50
Defense
80
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield that seal the force of Earth god.
MDEF +5.
Reduces damage taken from Earth element attack by 25%.
Refine Level +5: ASPD +1.
Refine Level +7: ASPD +1.

When equipped with Shining Trapezohedron: MaxSP +10%, reduces SP cost by 10%.

More Information on Combo:
Item Script
{ bonus bMdef,5; bonus2 bSubEle,Ele_Earth,25; .@r = getrefine(); if (.@r > 4) { bonus bAspd,1+((.@r > 6) ? 1 : 0); } },{},{}
Dropped By No Result

Shield Of Flame [1]   [Shield]   Item ID# 28906 (Shield_Of_Flame)
Shield of Living Flame
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
50
Defense
80
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield that seal the force of Fire god.
MDEF +5.
Reduces damage taken from Fire element attack by 25%.
Refine Level +5: ASPD +1.
Refine Level +7: ASPD +1.

When equipped with Shining Trapezohedron: Increases long range physical attacks by 10%.

More Information on Combo:
Item Script
{ bonus bMdef,5; bonus2 bSubEle,Ele_Fire,25; .@r = getrefine(); if (.@r > 4) { bonus bAspd,1+((.@r > 6) ? 1 : 0); } },{},{}
Dropped By No Result

Shield of Gray [1]   [Shield]   Item ID# 2187 (Shield_Of_Gray)
Type
Armor
Class
Shield
Buy
10z
Sell
5z
Weight
200
Defense
75
Required Lvl
120
Armor Lvl
1
Slot
1
Applicable Jobs
Rune Knight
Arch Bishop
Warlock
Mechanic
Ranger
Guillotine Cross
Royal Guard
Shura
Sorcerer
Shadow Chaser
Genetic
Minstrel / Wanderer
Description
Shield surrounded by dark aura. Has the ability to resist divine power.
MDEF +10
Reduces damage taken from Holy elemental attack by 30%.

Every 1 refine level: Reduces damage taken from Holy elemental attack by 1%.
Every 3 refine level: Increases MDEF by 1.
Item Script
{ .@r = getrefine(); bonus2 bSubEle,Ele_Holy,30+.@r; bonus bMdef,9+.@r/3; },{},{}
Dropped By No Result
Obtainable FromGhost Palace

Shield Of Gust [1]   [Shield]   Item ID# 28907 (Shield_Of_Gust)
Shield of Unnamed Wind
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
50
Defense
80
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield that seal the force of Wind god.
MDEF +5.
Reduces damage taken from Wind element attack by 25%.
Refine Level +5: ASPD +1.
Refine Level +7: ASPD +1.

When equipped with Shining Trapezohedron: Increases movement speed.

More Information on Combo:
Item Script
{ bonus bMdef,5; bonus2 bSubEle,Ele_Wind,25; .@r = getrefine(); if (.@r > 4) { bonus bAspd,1+((.@r > 6) ? 1 : 0); } },{},{}
Dropped By No Result

Shield of Naga [1]   [Shield]   Item ID# 2134 (Shield_Of_Naga)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
50
Defense
35
Armor Lvl
1
Slot
1
Applicable Jobs
Lord Knight
High Priest
High Wizard
Whitesmith
Sniper
Assassin Cross
Paladin
Champion
Professor
Stalker
Creator
Clown / Gypsy
Description
A hard, firm-looking shield made from the scales of Naga. The scales are as sharp as blades.

MDEF +3
Adds a chance of reflecting melee physical damage for 5 secs, when wielder receive physical attacks.
The rate of reflecting increases by 3% with each refine level up to +10.
Refine Level +11:
Reflective duration increases by 1 sec for every 2 refine level.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,3; if (.@r<11) { autobonus2 "{ bonus bShortWeaponDamageReturn,("+.@r+"*3); }",10,5000,BF_WEAPON,"{ specialeffect2 EF_GUARD; }"; } else { autobonus2 "{ bonus bShortWeaponDamageReturn,30; }",10,1000*(5+(.@r-10)/2),BF_WEAPON,"{ specialeffect2 EF_GUARD; }"; } },{},{}
Dropped By

Shield Of Water [1]   [Shield]   Item ID# 28908 (BIgShield_Of_Water)
Shield of Great Water
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
50
Defense
80
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield that seal the force of Water god.
MDEF +5.
Reduces damage taken from Water element attack by 25%.
Refine Level +5: ASPD +1.
Refine Level +7: ASPD +1.

When equipped with Shining Trapezohedron: Reduces after cast delay by 10%.

More Information on Combo:
Item Script
{ bonus bMdef,5; bonus2 bSubEle,Ele_Water,25; .@r = getrefine(); if (.@r > 4) { bonus bAspd,1+((.@r > 6) ? 1 : 0); } },{},{}
Dropped By No Result

Shield Ring [1]   [Accessory]   Item ID# 32263 (Shield_Ring)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
40
Required Lvl
100
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A ring worn by the Holy Knight who served the Rune Midgarts Kingdom.

STR +5, INT +5, DEX +5, ATK +5%.

When Level 5 Earth Drive is learned:
Decreases after skill cast delay by 30%.

When Level 5 Inspiration is learned:
Decreases Earth Drive skill cooldown by 1.5 seconds.

When Level 5 Devotion is learned:
STR +5, INT +5, DEX +5, ATK +100.

When Level 5 Pinpoint Attack is learned:
Decreases variable cast time of Earth Drive by 0.5 seconds.
Decreases SP Consumption of Earth Drive by 25.
Item Script
expand to view script
{ bonus bStr,5; bonus bInt,5; bonus bDex,5; bonus2 bAddClass,Class_All,5; if (getskilllv("LG_EARTHDRIVE") == 5) bonus bDelayrate,-30; if (getskilllv("LG_INSPIRATION") == 5) bonus2 bSkillCooldown,"LG_EARTHDRIVE",-1500; if (getskilllv("CR_DEVOTION") == 5) { bonus bStr,5; bonus bInt,5; bonus bDex,5; bonus bBaseAtk,100; } if (getskilllv("LG_PINPOINTATTACK") == 5) { bonus2 bSkillVariableCast,"LG_EARTHDRIVE",-500; bonus2 bSkillUseSP,"LG_EARTHDRIVE",25; } },{},{}
Dropped By No Result

Shining Branch Amulet [1]   [Accessory]   Item ID# 28589 (ShiningTwigCharm_J)
Glowing Branch Amulet
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
10
Required Lvl
100
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Summoner
Spirit Handler
Description
Amulet made from mysterious glowing branches.

MATK +5%.
Decreases after attack delay by 10%.

Decreases variable cast time of 0Silvervine Stem Spear by 50%.
Decreases SP Consumption of 0Silvervine Stem Spear by 10.

This item can only be sold to NPCs and moved to storage.
Item Script
{ bonus bMatkRate,10; bonus bAspdRate,10; bonus2 bVariableCastrate,"SU_SV_STEMSPEAR",-50; bonus2 bSkillUseSP,"SU_SV_STEMSPEAR",10; },{},{}
Dropped By No Result

Shining Electric Bulb Hairband [1]   [Upper Head]   Item ID# 5310 (Bulb_Hairband)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
5
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hairband decorate with small lamp. Make feel safe when at darkness.
Increase resistance to the Shadow Property by 10%.
Enables use of Level 1 Sight.
Item Script
{ bonus2 bSubEle,Ele_Dark,10; skill "MG_SIGHT",1; },{},{ sc_end SC_SIGHT; }
Dropped By No Result

« First < 89101112131415161718 > Last »
back to top