Renewal
.:Renewal Item Database:.
Armor - Footgear

Golden Shoes [0]   [Footgear]   Item ID# 2427 (Golden_Shoes)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
30
Defense
4
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A special Footgear made of a pure gold mixture. According to legend you will gain magical strength whilst wearing these.
MDEF + 4
Item Script
{ bonus bMdef,4; },{},{}
Dropped By No Result

Grace Attack Boots [1]   [Footgear]   Item ID# 470020 (Grace_Attack_Boots)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
30
Required Lvl
150
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Aristocratic shoes with the emblem of Rune Midgarts.

ATK +20, HIT +20.

Refine Level +7: Reduces fixed cast time by 0.5 seconds.
Refine Level +9: Increases long range physical damage by 10%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20; bonus bHit,20; if (.@r>=7) bonus bFixedCast,-500; if (.@r>=9) bonus bLongAtkRate,10; },{},{}
Dropped By No Result

Grace Magic Boots [1]   [Footgear]   Item ID# 470021 (Grace_Magic_Boots)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
30
Required Lvl
150
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Aristocratic shoes with the emblem of Rune Midgarts.

MATK +20, FLEE +20.

Refine Level +7: Reduces fixed cast time by 0.5 seconds.
Refine Level +9: Increases all elemental magic damage by 10%.
Item Script
{ .@r = getrefine(); bonus bMatk,20; bonus bFlee,20; if (.@r>=7) bonus bFixedCast,-500; if (.@r>=9) bonus2 bMagicAtkEle,Ele_All,10; },{},{}
Dropped By No Result

Gravekeeper Shoes [0]   [Footgear]   Item ID# 22052 (Gravekeepr_Shoes)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
30
Defense
10
Required Lvl
30
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A shoes worn by keeper of grave.
Increases exeperience gained from defeating Undead monster by 5%.
For every refine level: Increases exeperience gained from defeating Undead monster by 1%.
Item Script
{ bonus2 bExpAddRace,RC_Undead,5+getrefine(); },{},{}
Dropped By No Result

Gray Wing Boots [0]   [Footgear]   Item ID# 22172 (Gray_Wing_Boots)
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 special artifact which empowers both black magic and white magic.
MaxHP +3%, MaxSP +3%, MDEF +15.
Enables use of Level 1 Hiding.
Increases long range physical attack by 2%.
Increases critical attack damage by 2%.

Refine Level +5:
MaxHP +7%, MaxSP +7%.
Increases long range physical attack by 3%.
Increases critical attack damage by 3%.

Refine Level +7:
MaxHP +10%, MaxSP +10%.
Increases long range physical attack by 5%.
Increases critical attack damage by 5%.

When combined with Black Wing Suit:
Increases movement speed.
Reduces SP cost of Electric Shock by 30.
Restores 500 HP when a monster is defeated.
Every 20 base INT: Increases Cluster Bomb damage by 30%.

If Refine Level of Black Wing Suit +7:
Perfect Dodge +6
Reduces damage taken from Demihuman monsters by 8%.
Increases Aimed Bolt damage by 20%.
Increases Cluster Bomb damage by 400%.

If Refine Level of Black Wing Suit +9:
Perfect Dodge +3
Reduces damage taken from Demihuman monsters by 4%.
Increases Aimed Bolt damage by 10%.
Increases Cluster Bomb damage by 200%.

When combined with White Wing Suit:
Increases movement speed.
Every 20 base LUK: Increases critical attack damage by 4%.

If Refine Level of White Wing Suit +7:
Reduces after attack delay by 8%.
Reduces damage taken from Demihuman monsters by 8%.
Increases Sharp Shooting damage by 50%.
Increases Blitz Beat damage by 40%.

If Refine Level of White Wing Suit +9:
Reduces after attack delay by 4%.
Reduces damage taken from Demihuman monsters by 4%.
Increases Sharp Shooting damage by 25%.
Increases Blitz Beat damage by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bMdef,15; bonus bLongAtkRate,2; bonus bCritAtkRate,2; skill "TF_HIDING",1; if (.@r>=5) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bLongAtkRate,3; bonus bCritAtkRate,3; } if (.@r>=7) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bLongAtkRate,5; bonus bCritAtkRate,5; } },{},{}
Dropped By No Result

Gray Wolf Boots [1]   [Footgear]   Item ID# 470087 (Gray_W_Boots)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
50
Defense
70
Required Lvl
190
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A pair of boots given to those who have been recognized by the Gray Wolf Clan.

MaxSP +300

For each 2 Refine Levels:
MaxSP +50

Refine Level +7:
Increases ranged physical damage by 7%.

When equipped with Gray Wolf Suit:
ATK +7%

When equipped with Gray Wolf Robe:
ASPD +7% (Decreases after attack delay by 7%).
Item Script
{ .@r = getrefine(); bonus bMaxSP,300+50*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,7; } },{},{}
Dropped By No Result

Gray Wolf Shoes [1]   [Footgear]   Item ID# 470088 (Gray_W_Shoes)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
50
Defense
70
Required Lvl
190
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A pair of shoes given to those who have been recognized by the Gray Wolf Clan.

MaxSP +250

For each 2 Refine Levels:
MaxSP +20

Refine Level +7:
Increases magical damage with every element by 7%.

When equipped with Gray Wolf Suit:
MaxSP +7%

When equipped with Gray Wolf Robe:
MATK +7%
Item Script
{ .@r = getrefine(); bonus bMaxSP,250+20*(.@r/2); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,7; } },{},{}
Dropped By No Result

Great Hero Boots [1]   [Footgear]   Item ID# 22238 (Great_Hero_Boots)
Great Hero's Boots
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
60
Defense
15
Required Lvl
150
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Boots said to be worn by a great hero.
It seems to resonate with the heroes of the open hero.

MaxHP +1500, MaxSP +150.

Refine Level +3: MaxHP +1%, MaxSP +1%.
Refine Level +7: ATK +5%, MATK +5%.
Refine Level +9: Fixed cast time -0.5 seconds.
Refine Level +11: Fixed cast time -0.2 seconds.
Refine Level +13: after skill cast delay and After Cast Delay -5%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHP,1500; bonus bMaxSP,150; bonus bMaxHPrate,.@r/3; bonus bMaxSPrate,.@r/3; if (.@r >= 7) { bonus bAtkRate,5; bonus bMatkRate,5; } if (.@r >= 9) { .@val = -500; if (.@r >= 11) { .@val -= 200; if (.@r >= 13) { bonus bDelayrate,-5; bonus bVariableCastrate,-5; } } bonus bFixedCast,.@val; } },{},{}
Dropped By No Result

Greaves [0]   [Footgear]   Item ID# 2411 (Grave)
Type
Armor
Class
Footgear
Buy
48000z
Sell
24000z
Weight
75
Defense
27
Required Lvl
65
Armor Lvl
1
Slot
0
Applicable Jobs
Knight
Crusader
Description
Steel boots which offer dependable foot protection.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for vender information
EnchantmentSocket Enchantable
Obtainable FromOld Blue Box, Old Violet Box

Greaves [1]   [Footgear]   Item ID# 2412 (Grave_)
Type
Armor
Class
Footgear
Buy
54000z
Sell
27000z
Weight
75
Defense
27
Required Lvl
65
Armor Lvl
1
Slot
1
Applicable Jobs
Knight
Crusader
Description
Steel boots which offer dependable foot protection.
Item Script
{},{},{}
Dropped By
EnchantmentGenerated by Socket Enchanting

< 12
back to top