Renewal
.:Renewal Item Database:.
Armor - Footgear

Rift Shoes [1]   [Footgear]   Item ID# 22075 (Shoes_Of_Cracks)
Shoes of Rift
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
25
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An armor obtained from infinite space that emanating strange aura.
MaxHP +300, MaxSP -50.
Refined to +7, MaxHP +400.
Refined to +9, MaxHP +600.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,(.@r >= 9 ? 1300 : .@r >= 7 ? 700 : 300); bonus bMaxSP,-50; },{},{}
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 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

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

[iRO Description]
Not Available
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

Safety Boots [0]   [Footgear]   Item ID# 2413 (Safty_Boots)
Type
Armor
Class
Footgear
Buy
34000z
Sell
17000z
Weight
35
Defense
22
Required Lvl
30
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Swordman
Knight
Crusader
Description
Light, sturdy shoes with steel covers to protect its wearer's feet from harm.
Impossible to refine this item.
Item Script
{},{},{}
Dropped By No Result

Sagittarius Shoes [0]   [Footgear]   Item ID# 470045 (Sagittarius_Shoes_J)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
40
Defense
25
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,5; bonus bBaseAtk,50; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDelayrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) { bonus bBaseAtk,80; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDelayrate,-10; bonus2 bSubEle,Ele_Fire,15; bonus2 bSubEle,Ele_Water,15; bonus2 bSubEle,Ele_Wind,15; bonus2 bSubEle,Ele_Earth,15; if (.@r>=8) bonus bLongAtkRate,30; } },{},{}
Dropped By No Result

Sandals [0]   [Footgear]   Item ID# 2401 (Sandals)
Type
Armor
Class
Footgear
Buy
400z
Sell
200z
Weight
20
Defense
5
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Cute, feminine shoes that are a part of the standard schoolgirl's uniform. Fortunately, these are unisex.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box
Required ForDancer Job Quest

Sandals [1]   [Footgear]   Item ID# 2402 (Sandals_)
Type
Armor
Class
Footgear
Buy
400z
Sell
200z
Weight
20
Defense
5
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Cute, feminine shoes that are a part of the standard schoolgirl's uniform. Fortunately, these are unisex.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

« First < 1718192021222324252627 > Last »
back to top