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

Rune Armor of Flame [1]   [Body]   Item ID# 450234 (Flame_Rune_Armor)
Fire Rune Armor
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
100
Defense
45
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Armor engraved with Varmundt's Fire Rune magic.
The imprint is amplified with the essence of flame.

For each 25 base STR:
POW +1

Refine Level +7:
ATK +5%, P.ATK +2

Refine Level +9:
Increases critical damage by 15%.

Refine Level +11:
Increases melee physical damage by 15%.

[Bonus by Grade]
[Grade D] ATK +5%
[Grade C] POW +5, ATK +5%.
[Grade B] melee physical damage +10%.
[Grade A] After Skill Delay -10%, POW +5.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bPow,(readparam(bStr)/25); if (.@r>=7) { bonus bPAtk,2; bonus bAtkRate,5; if (.@r>=9) { bonus bCritAtkRate,15; if (.@r>=11) { bonus bShortAtkRate,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bAtkRate,5; bonus bPow,5; if (.@g>=ENCHANTGRADE_B) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_A) { bonus bDelayrate,-10; bonus bPow,5; } } } } },{},{}
Dropped By No Result

Rune Armor of Ice [1]   [Body]   Item ID# 450244 (Ice_Rune_Armor)
Ice Rune Armor
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
100
Defense
45
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Armor engraved with Varmundt's Ice Rune magic.
The imprint is amplified with the essence of ice.

For each 25 base DEX:
CON +1

Refine Level +7:
ATK +5%, P.ATK +2

Refine Level +9:
Increases critical damage by 15%.

Refine Level +11:
Increases ranged physical damage by 15%.

[Bonus by Grade]
[Grade D] ATK +5%
[Grade C] CON +5, ATK +5%.
[Grade B] Ranged physical damage +10%.
[Grade A] After Skill Delay -10%, CON +5.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bCon,(readparam(bDex)/25); if (.@r>=7) { bonus bPAtk,2; bonus bAtkRate,5; if (.@r>=9) { bonus bCritAtkRate,15; if (.@r>=11) { bonus bLongAtkRate,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bAtkRate,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_B) { bonus bLongAtkRate,10; if (.@g>=ENCHANTGRADE_A) { bonus bDelayrate,-10; bonus bCon,5; } } } } },{},{}
Dropped By No Result

Rune Armor of Plain [1]   [Body]   Item ID# 450243 (Plain_Rune_Armor)
Glade Rune Armor
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
100
Defense
45
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Armor engraved with Varmundt's Glade Rune magic.
The imprint is amplified with the essence of the glade.

For each 25 base VIT:
STA +1

Refine Level +7:
MaxHP +5%, P.ATK +2

Refine Level +9:
Increases Physical Damage against enemies of every size by 15%.

Refine Level +11:
Increases Physical Damage against enemies of every element by 15%.

[Bonus by Grade]
[Grade D] MaxHP +5%
[Grade C] STA +5, MaxHP +5%.
[Grade B] After Skill Delay -5%.
[Grade A] After Skill Delay -10%, STA +5.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bSta,(readparam(bVit)/25); if (.@r>=7) { bonus bPAtk,2; bonus bMaxHPrate,5; if (.@r>=9) { bonus2 bAddSize,Size_All,15; if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,5; if (.@g>=ENCHANTGRADE_C) { bonus bMaxHPrate,5; bonus bSta,5; if (.@g>=ENCHANTGRADE_B) { bonus bDelayrate,-5; if (.@g>=ENCHANTGRADE_A) { bonus bDelayrate,-10; bonus bSta,5; } } } } },{},{}
Dropped By No Result

Rune Boots [0]   [Footgear]   Item ID# 2481 (Rune_Boots)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
10
Defense
5
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Black leather boots engraved Rune.

When base STR is 90 or higher, ATK +10.
When base STR is 120 or higher, ATK +10 additionally.

When base INT is 90 or higher, MATK +3%.
When base INT is 120 or higher, MATK +2% additionally.

More Information on Combo:
Item Script
{ .@a = readparam(bStr); .@b = readparam(bInt); bonus bBaseAtk,(.@a>=120)?(20):((.@a>=90)?(10):(0)); bonus bMatkRate,(.@b>=120)?(5):((.@b>=90)?(3):(0)); },{},{}
Dropped By No Result

Rune Boots of Death [1]   [Footgear]   Item ID# 470176 (Death_Rune_Boots)
Death Rune Boots
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
45
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Boots engraved with Varmundt's Death Rune magic.
The imprint is amplified with the essence of death.

Refine Level +7:
MATK +5%, S.MATK +2

Refine Level +9:
Decreases variable cast time by 10%.
Decreases fixed cast time by 0.3 seconds.

Refine Level +11:
Increases Magical Damage with every element by 10%.
Decreases fixed cast time by additional 0.2 seconds.

[Bonus by Grade]
[Grade D] MATK +5%
[Grade C] fixed cast time -0.3 seconds.
[Grade B] MATK +5%, S.MATK +5
[Grade A] fixed cast time -0.2 seconds, S.MATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bSMatk,2; bonus bMatkRate,5; if (.@r>=9) { bonus bFixedCast,-300; bonus bVariableCastrate,-10; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bMagicAtkEle,Ele_All,10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus bSMatk,5; bonus bMatkRate,5; if (.@g>=ENCHANTGRADE_A) { bonus bFixedCast,-200; bonus bSMatk,2; } } } } },{},{}
Dropped By No Result

Rune Boots of Flame [1]   [Footgear]   Item ID# 470173 (Flame_Rune_Boots)
Fire Rune Boots
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
45
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Boots engraved with Varmundt's Flame Rune magic.
The imprint is amplified with the essence of flame.

Refine Level +7:
ATK +5%, P.ATK +2

Refine Level +9:
Decreases variable cast time by 10%.
Decreases fixed cast time by 0.3 seconds.

Refine Level +11:
Increases melee physical damage by 10%.
Decreases fixed cast time by additional 0.2 seconds.

[Bonus by Grade]
[Grade D] ATK +5%
[Grade C] fixed cast time -0.3 seconds.
[Grade B] ATK +5%, P.ATK +5
[Grade A] fixed cast time -0.2 seconds.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bPAtk,2; bonus bAtkRate,5; if (.@r>=9) { bonus bFixedCast,-300; bonus bVariableCastrate,-10; if (.@r>=11) { bonus bFixedCast,-200; bonus bShortAtkRate,10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,5; bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_A) { bonus bFixedCast,-200; bonus bPAtk,2; } } } } },{},{}
Dropped By No Result

Rune Boots of Ice [1]   [Footgear]   Item ID# 470175 (Ice_Rune_Boots)
Ice Rune Boots
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
45
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Boots engraved with Varmundt's Ice Rune magic.
The imprint is amplified with the essence of ice.

Refine Level +7:
ATK +5%, P.ATK +2

Refine Level +9:
Increases critical damage by 10%.
Decreases fixed cast time by 0.3 seconds.

Refine Level +11:
Increases ranged physical damage by 5%.
Decreases fixed cast time by additional 0.4 seconds.

[Bonus by Grade]
[Grade D] ATK +5%
[Grade C] fixed cast time -0.3 seconds.
[Grade B] ATK +5%, P.ATK +5
[Grade A] C.RATE +1, P.ATK +2
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bPAtk,2; bonus bAtkRate,5; if (.@r>=9) { bonus bFixedCast,-300; bonus bCritAtkRate,10; if (.@r>=11) { bonus bFixedCast,-400; bonus bLongAtkRate,5; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,5; bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_A) { bonus bCRate,1; bonus bPAtk,2; } } } } },{},{}
Dropped By No Result

Rune Boots of Plain [1]   [Footgear]   Item ID# 470174 (Plain_Rune_Boots)
Glade Rune Boots
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
45
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Boots engraved with Varmundt's Glade Rune magic.
The imprint is amplified with the essence of glade.

Refine Level +7:
MaxHP +10%, P.ATK +2

Refine Level +9:
Decreases variable cast time by 10%.
Decreases fixed cast time by 0.3 seconds.

Refine Level +11:
Increases Physical Damage against enemies of every size by 10%.
Decreases fixed cast time by additional 0.2 seconds.

[Bonus by Grade]
[Grade D] MaxHP +5%
[Grade C] fixed cast time -0.3 seconds.
[Grade B] MaxHP +7%, variable cast time -5%.
[Grade A] fixed cast time -0.2 seconds.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bPAtk,2; bonus bMaxHPrate,10; if (.@r>=9) { bonus bFixedCast,-300; bonus bVariableCastrate,-10; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_All,10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus bVariableCastrate,-5; bonus bMaxHPrate,7; if (.@g>=ENCHANTGRADE_A) { bonus bFixedCast,-200; bonus bPAtk,2; } } } } },{},{}
Dropped By No Result

Rune Choco    Item ID# 11545 (Rune_Choco)
Handmade Chocolate
Type
Healing Item
Class
n/a
Buy
1z
Sell
0z
Weight
8
Description
Heart-shaped handmade chocolate made by Rune after a long time.
According to the story I heard from Mid, it seems to be chocolate with a click, but it seems that there is no problem.

Recovers a certain amount of HP and SP.
Item Script
{ itemheal 50,50; },{},{}
Dropped By No Result

Rune Circlet [1]   [Upper Head]   Item ID# 5746 (Rune_Circlet)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Rune Knight
Description
A circlet designed for a Rune Knight. It has Rune magical power in it.
STR + 1, INT + 1, MDEF + 5.

If base STR is 120 or higher: ATK +10, MATK +5.
Item Script
{ bonus bStr,1; bonus bInt,1; bonus bMdef,5; if (readparam(bStr)>=120) { bonus bBaseAtk,10; bonus bMatk,5; } },{},{}
Dropped By No Result

Rune Cloth Circlet [1]   [Upper & Middle Head]   Item ID# 5585 (Rune_Hairband)
Rune Hairband
Type
Armor
Class
Upper & Middle Headgear
Buy
20z
Sell
10z
Weight
40
Defense
5
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hairband embroidered with Runes and golden thread.
HIT +5.
Increases resistance to Neutral property attacks by 3%.
When dealing physical attacks:
Has a 3% chance to absorb 10% of the inflicted damage and recover as HP.
Has a 1% chance to absorb 5% of the inflicted damage and recover as SP.
Item Script
{ bonus2 bSubEle,Ele_Neutral,3; bonus bHit,5; bonus2 bHPDrainRate,30,10; bonus2 bSPDrainRate,10,5; },{},{}
Dropped By No Result

Rune Greaves [0]   [Footgear]   Item ID# 470084 (Rune_Greave_JP)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
40
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Greaves created by concentrating the power of rune stones.

MaxHP + 3% , MaxSP + 3%
Increase movement speed

For every 2 levels of Dragon's Breath and Dragon's Water Breath,
all stats +3

When Dragon Training lv5,
reduce cooldown of Hundred Spears by 1 sec

Increase damage of Clashing Spiral, Hundred Spears by 40% per 1 skill level of Dragon Howling.

When Phantom Thrust lv5, reduce fixed casting time by 50%

When refined to +5 or higher, additional MaxHP + 7% , MaxSP + 7%
reduce after cast delay by 10%

When refined to +7 or higher, additional MaxHP + 10% , MaxSP + 10%
reduce after cast delay by an additional 10%
Type: Shoes Defense: 12
Required level: 100
Class: All
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,10; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bSpeedAddRate,25; bonus bAllStats,3*(getskilllv("RK_DRAGONBREATH")+getskilllv("RK_DRAGONBREATH_WATER")/2); bonus2 bSkillAtk,"RK_HUNDREDSPEAR",getskilllv("RK_DRAGONHOWLING")*40; bonus2 bSkillAtk,"LK_SPIRALPIERCE",getskilllv("RK_DRAGONHOWLING")*40; if (getskilllv("RK_DRAGONTRAINING") == 5) bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-1000; if (getskilllv("RK_PHANTOMTHRUST") == 5) bonus bFixedCastrate,-50; if (.@r>=5) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bDelayrate,-10; } if (.@r>=7) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDelayrate,-10; } },{},{}
Dropped By No Result

« First < 9293949596979899100101102 > Last »
back to top