Renewal
.:Renewal Item Database:.
Armor

Siege Shoes [1]   [Footgear]   Item ID# 2485 (Siege_Shoes)
WoE Shoes
Type
Armor
Class
Footgear
Buy
10z
Sell
5z
Weight
35
Defense
15
Required Lvl
95
Armor Lvl
1
Slot
1
Applicable Jobs
Novice
Mage
Acolyte
Priest
Wizard
Supernovice
Monk
Sage
Soul Linker
Description
*Effects in WoE & PVP area
MDEF +10
Decreases damage taken from Players by 1%.

More Information on Combo:
Item Script
{ bonus bMdef,10; bonus2 bSubRace,RC_Player_Human,1; bonus2 bSubRace,RC_Player_Doram,1; },{},{}
Dropped By No Result

Siege Suit [1]   [Body]   Item ID# 15047 (Siege_Suits)
WoE Suits
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
75
Defense
50
Required Lvl
95
Armor Lvl
1
Slot
1
Applicable Jobs
Swordman
Archer
Merchant
Thief
Knight
Blacksmith
Hunter
Assassin
Crusader
Rogue
Alchemist
Bard / Dancer
Taekwon
Star Gladiator
Gunslinger
Ninja
Kagerou / Oboro
Rebellion
Description
*Stats during WoE & PVP
MDEF +10.
Reduces damage taken from enemy players by 2%.

Refined to +6 or higher:
Perfect Dodge +5.
Reduces damage taken from long range physical attacks of enemy players by 20%.

Refined to +9 or higher, MaxHP +15%.

[WoE set: Siege Boots, Siege Manteau, Siege Suit]
DEX +5.
Reduces damage taken from players by 15%.

More Information on Combo:
Item Script
{ bonus bMdef,10; bonus2 bSubRace,RC_Player_Doram,2; bonus2 bSubRace,RC_Player_Human,2; .@r = getrefine(); if (.@r>5) { bonus bFlee2,5; bonus bLongAtkDef,20; } if (.@r>8) { bonus bMaxHPrate,15; } },{},{}
Dropped By No Result

Siegfried's Helmet [1]   [Upper Head]   Item ID# 19285 (Helmet_Of_Siegfried_J)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A helm worn by some unknown hero. This unknown hero had a body which could not be penetrated by any weapons.

Reduces damage taken from Boss monsters by 5%.
Indestructible in battle.

If refine level is +6 or higher:
Perfect Dodge +5.
Reduces damage taken from Boss monsters by an additional 5%.

If refine level is +8 or higher:
Additional Perfect Dodge +5.
Reduces damage taken from Boss monsters by an additional 10%.
Prevents from being knocked back.
Item Script
{ .@r = getrefine(); bonus2 bSubClass,Class_Boss,5; bonus bUnbreakableHelm; if (.@r>=6) { bonus bFlee2,5; bonus2 bSubClass,Class_Boss,5; } if (.@r>=8) { bonus bFlee2,5; bonus2 bSubClass,Class_Boss,10; bonus bNoKnockback; } },{},{}
Dropped By No Result

Sight Amistr Bag [1]   [Garment]   Item ID# 20808 (AmistrBag_Sight)
Type
Armor
Class
Garment
Buy
300000z
Sell
150000z
Weight
20
Defense
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A bag made based on Amistr Homunculus.
All Stats +1.
Enables use of Level 1 Sight.
Every 2 refine level, Exp gained +1%, Drop rate +1%.

Refine Level +9:
Restore SP by 3 when killing enemy with physical and magical attacks.
Refine Level +12:
Skill casting cannot be interrupted (Except during WoE).
Item Script
expand to view script
{ bonus bAllStats,1; .@r = getrefine(); skill "MG_SIGHT",1; bonus2 bExpAddRace,RC_All,.@r/2; bonus2 bDropAddRace,RC_All,.@r/2; if (.@r>8) { bonus bSPGainValue,3; bonus bLongSPGainValue,3; bonus bMagicSPGainValue,3; } if (.@r>11) { bonus bNoCastCancel; } },{},{}
Dropped By No Result

Sigrun's Wings [0]   [Middle Head]   Item ID# 5592 (Sigrun's_Wing)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
10
Defense
2
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Ear adornments that symbolize rebirth. They have the ability to change its effects depending on the job of the wearer.
[Swordman Class, Merchant Class, Thief Class, Taekwon]
ASPD +1
[Mage Class, Acolyte Class, Ninja, Soul Linker]
MATK +5, Heal effectiveness +2%.
[Archer Class, Gunslinger]
Increases long range physical attack by 2%.
[Novice, Super Novice]
MaxHP +120, MaxSP +60.

(Select to show Pre-RE or iRO description for different effect).
Item Script
expand to view script
{ if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief || (BaseJob == Job_Taekwon && Class!=Job_Soul_Linker)) bonus bAspd,1; else if (BaseClass == Job_Mage || BaseClass == Job_Acolyte || Class == Job_Ninja || Class == Job_Soul_Linker) { bonus bMatk,5; bonus bHealPower,2; } else if (BaseClass == Job_Archer || BaseClass == Job_Gunslinger) bonus bLongAtkRate,2; else if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice) { bonus bMaxHP,120; bonus bMaxSP,60; } },{},{}
Dropped By No Result

Sigrun's Wings [1]   [Middle Head]   Item ID# 19085 (Sigrun's_Wing_)
Sigrun Wing
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
10
Defense
2
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
Ear adornments that symbolize rebirth. They have the ability to change its effects depending on the job of the wearer.

If worn by Swordman, Merchant, Thief or Taekwon Classes, ASPD +1, AGI -2.

If worn by Mage, Acolyte, Ninja or Soul Linker Classes, MATK +3, healing skills effectiveness +2%.

If worn by Archer or Gunslinger Classes, long range attack damage +1%.

If worn by Novice Class, MaxHP +60, MaxSP +30.
Item Script
expand to view script
{ if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief || (BaseJob == Job_Taekwon && Class!=Job_Soul_Linker)) { bonus bAspd,1; bonus bAgi,-2; } else if (BaseClass == Job_Mage || BaseClass == Job_Acolyte || Class == Job_Ninja || Class == Job_Soul_Linker) { bonus bMatk,3; bonus bHealPower,2; } else if (BaseClass == Job_Archer || BaseClass == Job_Gunslinger) bonus bLongAtkRate,1; else if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice) { bonus bMaxHP,60; bonus bMaxSP,30; } },{},{}
Dropped By No Result

Silent Enforcer [0]   [Middle & Lower Head]   Item ID# 5755 (Silent_Executer)
Silent Executor
Type
Armor
Class
Middle & Lower Headgear
Buy
20z
Sell
10z
Weight
10
Defense
6
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Guillotine Cross
Description
A mask which is designed for Guillotine Cross' costume.
AGI + 1, MDEF + 5.
If base AGI is 120 or higher: ATK +10, perfect dodge +5.
Item Script
{ bonus bAgi,1; bonus bMdef,5; if (readparam(bAgi)>=120) { bonus bBaseAtk,10; bonus bFlee2,5; } },{},{}
Dropped By No Result

Silk Hat of Earth [1]   [Upper Head]   Item ID# 18943 (Silk_Hat_Of_Earth)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hat with sealed force of false earth god.
Reduces damage taken from Earth element attack by 5%.
Increases damage taken from Fire element attack by 5%.
Adds a chance of inflicting Deep Sleep status on enemy when receiving physical or magic attacks.
Adds a chance to reduce enemy's SP by 30 when receiving physical or magic attacks.

When equipped with Shining Trapezohedron:
MaxHP +5%, White Slim Potion recover 10% more HP.
Reduces damage taken from Demihuman monsters by 5%.
When refine level +7: Reduces damage taken from Demihuman monsters by 5%.

Indestructible
Item Script
{ bonus bUnbreakableHelm; bonus2 bSubEle,Ele_Earth,5; bonus2 bSubEle,Ele_Fire,-5; bonus2 bAddEffWhenHit,Eff_Deepsleep,1000; autobonus2 "{}",50,100,BF_WEAPON|BF_MAGIC,"{ heal 0,-30; }"; },{},{}
Dropped By No Result

Silk Robe [0]   [Body]   Item ID# 2321 (Silk_Robe)
Type
Armor
Class
Armor
Buy
8000z
Sell
4000z
Weight
40
Defense
20
Armor Lvl
1
Slot
0
Applicable Jobs
Mage
Acolyte
Merchant
Knight
Priest
Wizard
Blacksmith
Crusader
Monk
Sage
Alchemist
Soul Linker
Description
A finely woven, silk robe that has been enchanted with magic.
MDEF + 10
Item Script
{ bonus bMdef,10; },{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
EnchantmentSocket Enchantable
Armor (Stat) Enchantable
Obtainable FromOld Blue Box

Silk Robe [1]   [Body]   Item ID# 2322 (Silk_Robe_)
Type
Armor
Class
Armor
Buy
8000z
Sell
4000z
Weight
40
Defense
20
Armor Lvl
1
Slot
1
Applicable Jobs
Mage
Acolyte
Merchant
Knight
Priest
Wizard
Blacksmith
Crusader
Monk
Sage
Alchemist
Soul Linker
Description
A finely woven, silk robe that has been enchanted with magic.
MDEF + 10
Item Script
{ bonus bMdef,10; },{},{}
Dropped By
EnchantmentGenerated by Socket Enchanting
Armor (Stat) Enchantable
Obtainable FromOld Blue Box, Old Violet Box

Silver Bunny Hairband [1]   [Upper Head]   Item ID# 18588 (Silvah_Bunny_Hairband)
Silvah Bunny Band
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
1
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hairband that attracts men.
You can wear it when you want to look sexy.
Your sexiness increases to 100%
VIT +1, INT +3, STR +2.
If refined to +9, increase ATK and MATK by 2%.
If refined to +12, reduces fixed cast time by 10%.
Item Script
{ bonus bStr,2; bonus bInt,3; bonus bVit,1; bonus bDex,1; .@r = getrefine(); if (.@r>8) { bonus2 bAddClass,Class_All,2; bonus bMatkRate,2; if (.@r>11) bonus bFixedCastrate,-10; } },{},{}
Dropped By No Result

Silver Christmas Ring [0]   [Accessory]   Item ID# 2637 (Silver_Ring_)
Type
Armor
Class
Accessory
Buy
20000z
Sell
10000z
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A beautiful silver ring that was made for Christmas.
Somebody's name is engraved on it.
LUK + 1
Item Script
{ bonus bLuk,1; },{},{}
Dropped By No Result

« First < 1213141516171819202122 > Last »
back to top