Renewal
.:Renewal Item Database:.
Armor - Footgear

Clergy's Boots [1]   [Footgear]   Item ID# 22209 (Cassock_Boots)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
40
Defense
35
Required Lvl
170
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Boots worn by the priests who worshiped Odin, which makes your movements lighter.

MaxHP +5%, DEF +30, ASPD +10% (Decreases after attack delay by 10%).

For each 2 refine levels:
Increases physical damage against Angel and Demon monsters by 1%.

For each 3 refine levels:
Decreases damage taken from Angel and Demon monsters by 1%.

Refine Level +7:
ASPD +10% (Decreases after attack delay by additional 10%).
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,5; bonus bDef,30; bonus bAspdRate,10; bonus2 bAddRace,RC_Angel,(.@r/2); bonus2 bAddRace,RC_Demon,(.@r/2); bonus2 bSubRace,RC_Angel,(.@r/3); bonus2 bSubRace,RC_Demon,(.@r/3); if (.@r>=7) { bonus bAspdRate,10; } },{},{}
Dropped By No Result

Combat Boots [1]   [Footgear]   Item ID# 2436 (Combat_Boots)
Type
Armor
Class
Footgear
Buy
10z
Sell
5z
Weight
0
Defense
9
Required Lvl
80
Armor Lvl
1
Slot
1
Applicable Jobs
Mage
Archer
Acolyte
Priest
Wizard
Hunter
Monk
Sage
Bard / Dancer
Soul Linker
Description
Shoes that are comfortable and solidly made for battle.
Reduces damage from Demi-Human monsters by 1%.
MaxHP + 100. MDEF + 1.

More Information on Combo:
Item Script
{ bonus bMaxHP,100; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1; bonus2 bSubRace,RC_Player_Human,1; },{},{}
Dropped By No Result
Obtainable FromBattleground

Crimson Gaiter [0]   [Footgear]   Item ID# 22034 (Scarlet_Gaites)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
50
Defense
10
Required Lvl
50
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Gaiter dyed with the blood of defeated enemies.

CRIT +2, critical damage +2%.
Refined to +7 or higher, CRIT +3 and critical damage +3%.
Item Script
{ bonus bCritical,2; bonus bCritAtkRate,2; if (getrefine()>=7) { bonus bCritical,3; bonus bCritAtkRate,3; } },{},{}
Dropped By No Result

Crimson Gaiter [1]   [Footgear]   Item ID# 22089 (Scarlet_Gaites_)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
50
Defense
10
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Gaiter dyed with the blood of defeated enemies.
CRIT +2, critical damage +2%.
Refined to +7: CRIT +3, critical damage +3%.
Item Script
{ bonus bCritical,2; bonus bCritAtkRate,2; if (getrefine()>=7) { bonus bCritical,3; bonus bCritAtkRate,3; } },{},{}
Dropped By No Result

Crismons Shoes [0]   [Footgear]   Item ID# 2469 (Crimson_Shoes)
Crimson Shoes
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
50
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Warlock
Description
Long red colored shoes that hold the power of fire.
MDEF + 2, Max HP + 500, Fire element resistance + 15%.

More Information on Combo:
Item Script
{ bonus bMdef,2; bonus bMaxHP,500; bonus2 bSubEle,Ele_Fire,15; },{},{}
Dropped By No Result

Crystal Pumps [0]   [Footgear]   Item ID# 2407 (Chrystal_Pumps)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
10
Defense
5
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A pair of feminine high heeled shoes made of fine crystal. Usually, these are worn only on special occasions.
LUK + 5, MDEF + 10
Item Script
{ bonus bMdef,10; bonus bLuk,5; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Crystal Pumps [1]   [Footgear]   Item ID# 2494 (Chrystal_Pumps_)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
10
Defense
5
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
A pair of feminine high heeled shoes made of fine crystal. Usually, these are worn only on special occasions.
LUK +5
MDEF +10
Item Script
{ bonus bMdef,10; bonus bLuk,5; },{},{}
Dropped By No Result

Cylinder Boots [1]   [Footgear]   Item ID# 470061 (Cylinder_Boots_)
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]
Type: Equipment
Class: Shoes
Defense: 12
Requires Level: 100
MaxHp + 3%
MaxSP + 3%
Hit + 20 for every level of Cart Boost Known
ASPD + 4% for every level of Cart Boost Known
Increased Damage of Cart Tornado 10% for Everyone Level of Crazyweed Known
wAtk + 4% every level of Fire Expansion Known
If Pharmacy and Special Pharmacy are both known to level 10 Hard Defense Bypass + 100%

If refined to +9 or higher
Max HP an additional + 7%
Max SP an additional + 7%
Reduced Cast Time of Cart Cannon by 50%
Increase Damage of Cart Canon by 1% for every two base levels

If refined to +12 or higher
Max HP an additional + 3%
Max SP an additional + 3%
Item Script
expand to view script
{ .@r = getrefine(); .@val = getskilllv("GN_CARTBOOST"); bonus bUnbreakableShoes; bonus bMdef,10; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bHit,20*.@val; bonus bAspdRate,4*@val; bonus2 bAddRace,RC_All,4*getskilllv("GN_FIRE_EXPANSION"); bonus2 bSkillAtk,"GN_CART_TORNADO",10*getskilllv("GN_CRAZYWEED"); if (getskilllv("GN_S_PHARMACY") == 10) bonus bIgnoreDefRace,RC_All; if (.@r>=5) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus2 bVariableCastrate,"GN_CARTCANNON",-50; bonus2 bSkillAtk,"GN_CARTCANNON",BaseLevel/2; } if (.@r>=7) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bVariableCastrate,"GN_CARTCANNON",-50; bonus2 bSkillAtk,"GN_CARTCANNON",BaseLevel/2; } },{},{}
Dropped By No Result

Dance Shoes [1]   [Footgear]   Item ID# 2465 (Dance_Shoes)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
30
Defense
15
Required Lvl
105
Armor Lvl
1
Slot
1
Gender
Female Only
Applicable Jobs
Minstrel / Wanderer
Description
Comfortable shoes designed specifically for dancing.
AGI + 1, ASPD + 2%.
Reduces the SP cost of Swing Dance by 32.
Item Script
{ bonus bAgi,1; bonus bAspdRate,2; bonus2 bSkillUseSP,"WA_SWING_DANCE",32; },{},{}
Dropped By

Dark Mitsuwa God Shoes [0]   [Footgear]   Item ID# 22228 (Triad_God_Shoes_J_)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
30
Defense
15
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ .@r = getrefine(); bonus bMdef,10; bonus2 bMagicAddClass,Class_Boss,15; bonus bMatk,5*.@r; bonus bAspdRate,.@r; bonus2 bMagicAtkEle,Ele_Dark,3*.@r; if (.@r>=10) bonus2 bMagicAtkEle,Ele_Dark,50; },{},{}
Dropped By No Result

Defender Booster Shoes [1]   [Footgear]   Item ID# 470002 (Defn_Shoes)
Defiant Booster Shoes
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
18
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Special shoes prepared for your rapid growth.
It is specialized in some elemental magic attacks.

Cannot be refined normally.

MATK +20, FLEE +20.

For each 3 refine levels: MaxHP +400.

Refine Level +7: MaxHP +1800.
Refine Level +9: Reduces fixed cast time by 0.5 seconds.
Item Script
{ bonus bMatk,20; bonus bFlee,20; .@r = getrefine(); if (.@r>=3) { bonus bMaxHP,.@r/3*400; } if (.@r>=7) { bonus bMaxHP,1800; } if (.@r>=9) { bonus bFixedCast,-500; } },{},{}
Dropped By No Result

Devil Worshipper Shoes [0]   [Footgear]   Item ID# 22138 (Demonist_Shoes)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
50
Defense
15
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A pair of shoes made by a worshipper of Baphomet with magical powers.
MaxHP +3%, MaxSP +3%, MATK +2%.
Increases Neutral and Fire elemental magic damage by 2%.

Refine Level +5:
MaxHP +7%, MaxSP +7%, MATK +3%.
Increases Neutral and Fire elemental magic damage by 3%.

Refine Level +7:
MaxHP +10%, MaxSP +10%, MATK +5%.
Increases Neutral and Fire elemental magic damage by 5%.
Item Script
expand to view script
{ bonus bMdef,15; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bMatkRate,2; bonus2 bMagicAtkEle,Ele_Neutral,2; bonus2 bMagicAtkEle,Ele_Fire,2; .@r = getrefine(); if (.@r>=5) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_Neutral,3; bonus2 bMagicAtkEle,Ele_Fire,3; } if (.@r>=7) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bMatkRate,5; bonus2 bMagicAtkEle,Ele_Neutral,5; bonus2 bMagicAtkEle,Ele_Fire,5; } },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top