Renewal
.:Renewal Item Database:.
Armor - Footgear

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

Heoric Nepenthes Shoes [1]   [Footgear]   Item ID# 22035 (Vet_Nepen_Heel)
Hero Nependess Shoes
Type
Armor
Class
Footgear
Buy
10z
Sell
5z
Weight
30
Defense
10
Required Lvl
160
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
This technology will help you to be faster. Made with nepenthes leaves, known for their effect to alleviate muscle tension.

Reduces variable cast by 10%.

Refine Level +8:
Reduces variable cast time by 5%.
Each refine level after +8, reduces variable cast time by 1% (applies up to +10).

Refine Level +11:
Reduces variable cast time by 3%.
Each refine level after +11, reduces variable cast time by 3% (applies up to +13).
Item Script
{ .@r = getrefine(); if (.@r>=8 && .@r<=10) .@i=5+.@r; else if (.@r>=11 && .@r<=13) .@i=5+(.@r*3); else if (.@r>13) .@i=42; bonus bVariableCastrate,-10-.@i; },{},{}
Dropped By No Result

Hero Boots-LT [1]   [Footgear]   Item ID# 470094 (Hero_Boots_LT)
Hero's Boots-LT
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
60
Defense
15
Required Lvl
190
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
An improved version of the boots said to have been worn by great heroes.
It resonates with the improved hero's armor.

MaxHP +1500, MaxSP +150.

Base Level at least 210:
P.ATK +1, S.MATK +1.

For each 3 Refine Levels:
MaxHP +1%, MaxSP +1%.

Refine Level +7:
ATK +5%, MATK +5%.

Refine Level +9:
Critical +5, Perfect Hit +10%
Decreases variable cast time by 5%.

Refine Level +11:
Decreases fixed cast time by 0.8 seconds.
Decreases after skill cast delay by 5%.

[Bonus by Grade]
[Grade D]: RES +50, MRES +50
[Grade C]: Damage against enemies of every size +10%.
[Grade B]: STA +5, WIS +5
[Grade A]: P.ATK +5, S.MATK +3, Refine Level +13: fixed cast time of all skills -0.2 seconds.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHP,1500; bonus bMaxSP,150; if (BaseLevel>=210) { bonus bPAtk,1; bonus bSmatk,1; } if (.@r>=7) { bonus bMatkRate,5; bonus bAtkRate,5; if (.@r>=9) { bonus bVariableCastrate,-5; bonus bPerfectHitAddRate,10; bonus bCritical,5; if (.@r>=11) { bonus bFixedCast,-800; bonus bDelayrate,-5; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMres,50; bonus bRes,50; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddEle,Ele_All,10; bonus2 bAddEle,Ele_All,10; if (.@g >= ENCHANTGRADE_B) { bonus bSta,5; bonus bWis,5; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,5; bonus bSmatk,5; if (.@r>=13) { bonus bFixedCast,-200; } } } } } bonus bMaxHPrate,(.@r/3); bonus bMaxSPrate,(.@r/3); },{},{}
Dropped By No Result

Heroic Boots [0]   [Footgear]   Item ID# 22129 (ShoesOfHero)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
50
Defense
12
Required Lvl
85
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Boots that created for people who fought Devil Morocc.
It will be possible to maximize the power of the master.

MaxHP +3%, MaxSP +3%.
Decreases damage taken from DemiHuman monsters by 3%.

When equipped with Veteran Hammer:
For each Level of Duple Light: Decreases after attack delay by 1% (ASPD +1%).

For each Level of Mace Mastery:
Ignores physical defense of Undead, Demon and DemiHuman monsters by 10%.
Increases critical rate against Undead, Demon and DemiHuman monsters by 5%.

When equipped with Veteran Sword:
For each Level of Enchant Blade and Aura Blade:
Increases damage of Bash and Bowling Bash by 10%.

When equipped with Veteran Axe:
ATK +10 for each mastered Forging skill.
(Smith Dagger, Smith Sword, Smith Two-Handed Sword, Smith Axe, Smith Mace, Smith Brass Knuckle and Smith Spear)

For each Level of Fire Earth Research:
Decreases Axe Tornado skill cooldown by 0.2 seconds.

When equipped with Ring of Brave and Veteran Hammer:
Increases critical rate against Undead, Demon and DemiHuman monsters by additional 50%.
Random chance to autocast Holy Cross, skill level based on the level of Duple Light, on the enemy when recieving physical or magical damage.
Random chance to autocast Level 3 Hell Judgement around yourself and transform the user in Fallen Bishop Hibram for 5 seconds when recieving physical damage.

If Refine Level of Veteran Hammer is +7 or higher:
ATK +5%, MATK +5%.
Increases damage of Holy Cross by 50%.

If Refine Level of Veteran Hammer is +9 or higher:
ATK +15%, MATK +15%.
Increases damage of Holy Cross by additional 100%.

When equipped with Ring of Brave and Veteran Sword:
Decreases SP Consumption of Bash by 5.
Decreases SP Consumption of Bowling Bash by 10.

If Refine Level of Veteran Sword is +7 or higher:
Increases damage of Bash and Bowling Bash by additional 100%.

If Refine Level of Veteran Sword is +9 or higher:
Increases damage of Bash and Bowling Bash by additional 200%.

When equipped with Ring of Brave and Veteran Axe:
Decreases Axe Tornado skill cooldown by additional 0.5 seconds.
Random chance to drop Mastela Fruit when defeating monsters.

If Refine Level of Veteran Axe is +7 or higher:
Increases damage of Axe Tornado by 20%.

If Refine Level of Veteran Axe is +9 or higher:
Increases damage of Axe Tornado by additional 40%.
Item Script
{ bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus2 bSubRace,RC_DemiHuman,3; },{},{}
Dropped By No Result

Heroic Silver Fox Leather Boots [1]   [Footgear]   Item ID# 22036 (Vet_SliverFox_Boots)
Hero Silverleather Boots
Type
Armor
Class
Footgear
Buy
10z
Sell
5z
Weight
30
Defense
15
Required Lvl
160
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Ensures user safety with fox fur and silver details that will propel the ground.
Long range physical damage +5%.
For each refine level +8 or higher, increase long range physical damage by 1% (applies up to +13).
Item Script
{ .@r = getrefine(); if (.@r>=8 && .@r<=13) .@i=.@r; else if (.@r>13) .@i=13; bonus bLongAtkRate,5+.@i; },{},{}
Dropped By No Result

« First < 678910111213141516 > Last »
back to top