Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Oridecon Box    Item ID# 13890 (Oridecon_Box_)
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
A box containing 10 Oridecon.

Once this item is purchased, termination of contract is impossible. Also, this item is not refundable.
Item Script
{ getitem 984,10; },{},{}
Dropped By No Result

Oridecon Hammer    Item ID# 615 (Oridecon_Hammer)
Type
Usable Item
Class
n/a
Buy
5000z
Sell
2500z
Weight
40
Applicable Jobs
Every Job
Description
A disposable hammer made out of Oridecon.
Necessary tool in crafting Level 3 Weapons.
Item Script
{ produce 3; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Oriental Lute [0]   [One Hand]   Item ID# 1918 (Oriental_Lute)
Type
Weapon
Class
Musical Instrument
Buy
20z
Sell
10z
Weight
120
Attack
150
Required Lvl
65
Weapon Lvl
4
Slot
0
Gender
Male Only
Applicable Jobs
Bard / Dancer
Description
An ancient lute that is seen in some oriental towns such as Payon, Amatsu or Gonryun.
Its playing technique has been long lost and nobody in these days knows how to play it properly.

Inflict 10% more damage with Musical Strike and Arrow Vulcan.
Item Script
{ bonus2 bSkillAtk,"CG_ARROWVULCAN",10; bonus2 bSkillAtk,"BA_MUSICALSTRIKE",10; },{},{}
Dropped By
EnchantmentSocket Enchantable
Obtainable FromOld Blue Box, Old Violet Box

Oriental Lute [2]   [One Hand]   Item ID# 1922 (Oriental_Lute_)
Type
Weapon
Class
Musical Instrument
Buy
20z
Sell
10z
Weight
120
Attack
150
Required Lvl
65
Weapon Lvl
4
Slot
2
Gender
Male Only
Applicable Jobs
Bard / Dancer
Description
An ancient lute that is seen in some oriental towns such as Payon, Amatsu or Gonryun.
Its playing technique has been long lost and nobody in these days knows how to play it properly.
Inflict 10% more damage with Musical Strike and Arrow Vulcan.
Item Script
{ bonus2 bSkillAtk,"CG_ARROWVULCAN",10; bonus2 bSkillAtk,"BA_MUSICALSTRIKE",10; },{},{}
Dropped By No Result
EnchantmentGenerated by Socket Enchanting

Oriental Pastry    Item ID# 14526 (Oriental_Pastry)
Pastry
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Applicable Jobs
Every Job
Description
A traditional pastry which is made of liquors and grains. It gives you +10 MATK for 30 min.
No one knows why the pastry has this special function.
Item Script
{ sc_start SC_MATKPOTION,1800000,10; },{},{}
Dropped By No Result

Oriental Sword [2]   [Two Handed]   Item ID# 21038 (Oriental_Sword)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
100
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
An ancient sword said has cut many evil souls in eastern.
It seems to resonate with the boots of ancient heroes.

Every 2 refine levels: ATK +10.
Every 3 refine levels: Increases Sonic Wave damage by 10%.

Refine Level +9:
Randomly autocasts Level 2 Sonic Wave when dealing melee physical attacks.

Refine Level +11:
Indestructible

When equipped with Ancient Hero Boots:
Randomly increases STR by 20 and ATK by 15% for 7 seconds when dealing physical attack.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"RK_SONICWAVE",.@r/3*10; if (.@r >= 9) bonus5 bAutoSpell,"RK_SONICWAVE",max(2,getskilllv("RK_SONICWAVE")),100,BF_SHORT|BF_WEAPON,1; if (.@r >= 11) bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

Oriental Sword Modification Cube    Item ID# 100274 (Oriental_Sword_Cube)
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
A cube that converts the Oriental Sword into an Patent Oriental Sword.
Uses an +9 Oriental Sword as a material.
An +7 Patent Oriental Sword can be obtained.

Warning! - When remodeling, the inserted cards and Random Options are removed.
Item Script
{ laphine_synthesis(); },{},{}
Dropped By No Result

Oriental Sword-LT [2]   [Two Handed]   Item ID# 600023 (Oriental_Sword_LT)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
200
Attack
240
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Rune Knight
Description
An improved version of an ancient treasured sword that is said to cut even evil spirits from the East.
Resonates with Hero's Boots-LT.

Indestructible in battle

ATK +5%

Base Level at least 210:
POW +2, P.ATK +1.

For each 2 Refine Levels:
ATK +15

For each 3 Refine Levels:
Increases critical damage by 5%.

Refine Level +7:
Increases damage of Sonic Wave and Storm Blast by 20%.
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +9:
Melee physical attacks have high chance to auto cast Level 2 Sonic Wave.
(If you learned a higher Level, it will auto cast that Level instead.)
Increases damage of Sonic Wave and Storm Blast by additional 20%.

Refine Level +11:
Critical +25
Increases melee and ranged physical damage by 15%.

When equipped with Hero's Boots-LT:
ATK +10%, P.ATK +2.

[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: Melee and ranged physical damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,5; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus bAspdRate,10; bonus2 bSkillAtk,"RK_STORMBLAST",20; bonus2 bSkillAtk,"RK_SONICWAVE",20; if (.@r>=9) { bonus2 bSkillAtk,"RK_STORMBLAST",20; bonus2 bSkillAtk,"RK_SONICWAVE",20; if (.@r>=11) { bonus bLongAtkRate,15; bonus bShortAtkRate,15; bonus bCritical,25; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bShortAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bPow,3; } } } bonus bBaseAtk,15*(.@r/2); bonus bCritAtkRate,5*(.@r/3); },{},{}
Dropped By No Result

Origin of Life [2]   [One Hand]   Item ID# 540055 (Orign_Of_Life)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
100
Attack
200
Required Lvl
215
Weapon Lvl
5
Slot
2
Applicable Jobs
Star Emperor
Description
A tablet meaning that the beginning of light is the source of recorded life.

Indestructible in battle

ATK +5%, POW +2.
Increases damage of Noon Blast by 5%.

Refine Level +5:
Increases damage of Noon Blast by additional 10%.

Refine Level +7:
Increases melee physical damage by 5%.

Refine Level +9:
Increases damage of Noon Blast by additional 10%.

Refine Level +10:
Decreases after skill cast delay by 10%.

Refine Level +11:
Increases damage of Noon Blast by additional 5%.
Increases damage of Sunset Blast by 15%.

[Bonus by Grade]
[Grade D]: melee physical damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,5; bonus bPow,2; bonus2 bSkillAtk,"SKE_NOON_BLAST",5; if (.@r>=5) { bonus2 bSkillAtk,"SKE_NOON_BLAST",10; if (.@r>=7) { bonus bShortAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"SKE_NOON_BLAST",10; if (.@r>=10) { bonus bDelayrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"SKE_SUNSET_BLAST",15; bonus2 bSkillAtk,"SKE_NOON_BLAST",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Original Clothing Dye Coupon Box    Item ID# 14290 (Cloth_Dye_Coupon2_Box)
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
A box containing 1 Clothing Dye Coupon with original color.

Once this item is purchased, termination of contract is impossible. Also, this item is not refundable.
Item Script
{ getitem 6047,1; },{},{}
Dropped By No Result

Original King    Item ID# 311072 (King_of_Origin)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bMaxHP,2500; bonus bMaxSP,250; },{},{}
Dropped By No Result

Orlean's Gloves [1]   [Accessory]   Item ID# 2785 (Orleans_Glove_M)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
10
Required Lvl
90
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Rebirth Job except High Novice & Supernovice
Description
A pair of gloves that was once used by a palace chef. It feels like you can immitate the chef's way of using hand with this glove equipped on.
DEX + 2, MATK + 3%.
[Orlean's Server & Orlean's Gloves Equip Set]
Item Script
{ bonus bDex,2; bonus bMatkRate,3; },{},{}
Dropped By No Result

« First < 171819202122232425 >
back to top