Renewal
.:Renewal Item Database:.

Helm of Faith II (Sura) [1]   [Upper Head]   Item ID# 400181 (Viva_Adul_Hat_SR2)
Helm of Faith II(Sura)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Shura
Description
A helm with the power of faith.
It has the effect of amplifying the effects of Vivatus and Adulter weapons.

Base Level at least 210:
POW +2, P.ATK +1.

Base Level at least 230:
POW +3, P.ATK +2.

For each 2 Refine Levels:
ATK +10

For each 3 Refine Levels:
Increases damage of Rampage Blaster by 15%.

For each 4 Refine Levels:
Increases ranged physical damage by 7%.

Refine Level +7:
MaxSP +5%

Refine Level +9:
Decreases fixed cast time by 0.2 seconds.

Refine Level +11:
ATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Claw:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Adulter Fides Claw:
Increases damage of Rampage Blaster by 5%.

When equipped with Vivatus Fides Claw:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Vivatus Fides Claw:
Increases damage of Rampage Blaster by 5%.
Increases damage of Explosion Blaster by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Explosion Blaster by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (BaseLevel>=230) { bonus bPAtk,2; bonus bPow,3; } if (.@r>=7) { bonus bMaxSPrate,5; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-300; bonus bAtkRate,5; } } } bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Warlock) [1]   [Upper Head]   Item ID# 400179 (Viva_Adul_Hat_WL2)
Helm of Faith II(Warlock)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Warlock
Description
A helm with the power of faith.
It has the effect of amplifying the effects of Vivatus and Adulter weapons.

Base Level at least 210:
SPL +2, S.MATK +1.

Base Level at least 230:
SPL +3, S.MATK +2.

For each 2 Refine Levels:
MATK +10

For each 3 Refine Levels:
Increases damage of Comet by 15%.

For each 4 Refine Levels:
Increases magical damage with Neutral and Shadow element by 7%.

Refine Level +7:
Decreases variable cast time by 10%.

Refine Level +9:
Decreases fixed cast time by 0.2 seconds.

Refine Level +11:
MATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Two-Handed Staff:
Increases magical damage with Neutral and Shadow element by 10%.

For each 3 Refine Levels of Adulter Fides Two-Handed Staff:
Increases damage of Comet by 5%.

When equipped with Vivatus Fides Two-Handed Staff:
Increases magical damage with Neutral and Shadow element by 10%.

For each 3 Refine Levels of Vivatus Fides Two-Handed Staff:
Increases damage of Comet by 5%.
Increases damage of Mystery Illusion by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Mystery Illusion by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); if (BaseLevel>=210) { bonus bSmatk,1; bonus bSpl,2; } if (BaseLevel>=230) { bonus bSmatk,2; bonus bSpl,3; } if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-300; bonus bMatkRate,5; } } } bonus bMatk,10*(.@r/2); bonus2 bSkillAtk,"WL_COMET",15*(.@r/3); bonus2 bMagicAtkEle,Ele_Neutral,7*(.@r/4); bonus2 bMagicAtkEle,Ele_Dark,7*(.@r/4); },{},{}
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

Hero Magic Coat [1]   [Body]   Item ID# 15094 (Hero_Magic_Coat)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
80
Defense
50
Required Lvl
160
Armor Lvl
1
Slot
1
Applicable Jobs
High Mage
High Wizard
Professor
Description
Honorable magic coat given to those who fought Satan Morocc. The power of this robe changes based on Refine Level.

MaxHP +5%, MaxSP +5%. MATK +10, Flee +10.
Crimson Rock and Psychic Wave skill damage increases by 10%.

If the refine level is an odd number:
Cast cannot be interrupted.
Variable cast time is increased by 20%.

If the refine level is an even number:
MDEF +1. Variable cast time is reduced by 1% for every 2 refine level.
Item Script
expand to view script
{ bonus bMatk,10; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bFlee,10; bonus2 bSkillAtk,"WL_CRIMSONROCK",10; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10; .@r = getrefine(); if (.@r) { bonus bFixedCastrate,21-.@r/2; bonus bNoCastCancel2; bonus bMdef,.@r/2; } },{},{}
Dropped By No Result

Heroria Critical Shoes [0]   [Footgear]   Item ID# 470155 (Hs_Critical_Shoes)
Herosria Critical Shoes
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
20
Required Lvl
200
Armor Lvl
2
Slot
0
Applicable Jobs
Every Job
Description
Shoes that can also be used in Herosria. Specializes in Critical Hits.

MDEF +3

Critical +8
Increases fixed cast time by 1 second.
Item Script
{ bonus bMdef,3; bonus bFixedCast,1000; bonus bCritical,8; },{},{}
Dropped By No Result

Heroria Fix Sandals [0]   [Footgear]   Item ID# 470156 (aegis_470156)
Herosria Fix Sandals
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
20
Required Lvl
200
Armor Lvl
2
Slot
0
Applicable Jobs
Every Job
Description
Shoes that can also be used in Herosria. Specializes in Fixed Casting.

MDEF +3

Decreases fixed cast time by 0.5 seconds.
Increases after skill cast delay by 10%.
Item Script
{ bonus bMdef,3; bonus bFixedCast,-500; bonus bDelayrate,10; },{},{}
Dropped By No Result

Ice Magic Orb (Fixed Casting)    Item ID# 311117 (Ice_F_Orb_F_Cast)
Ice Flower Spell(Fixed Casting)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases fixed cast time by 1 second.
Item Script
{ bonus bFixedCast,-1000; },{},{}
Dropped By No Result

Ignis Cap [1]   [Upper Head]   Item ID# 400022 (Ignis_CapK)
Ignis Cap Type K
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A mysterious hat from Captain Ignis.
It has been modified to suit the OS weapons.

For each 2 refine levels: ATK +20.

Refine Level +7:
Decreases variable cast time by 10%.

Refine Level +9:
Increase long range physical damage by 15%.

Refine Level +11:
Increases physical damage against Small and Medium size monsters by 15%.
Decreases fixed cast time by 0.2 seconds.

When equipped with Sapphire Mace-OS:
ATK +30.
For each 2 refine levels of Sapphire Mace-OS:
Increases damage of Cart Cannon by 4%.

When equipped with Virtual Bow-OS,
Decreases Arrow Storm skill cooldown by 2.5 seconds.
For each 2 refine levels of Virtual Bow-OS:
Increase long range physical damage by 7%.

When equipped with Blasti-OS:
MaxHP +5%.
For each 2 refine levels of Blasti-OS:
Decreases physical and magical damage taken from Small size monsters by 3%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; } if (.@r>=9) { bonus bLongAtkRate,15; } if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Small,15; bonus2 bAddSize,Size_Medium,15; } },{},{}
Dropped By No Result

Ignis Cap-LT [1]   [Upper Head]   Item ID# 400266 (Ignis_CapK_LT)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
170
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A mysterious hat from Captain Ignis.
It has been modified to suit the upgraded OS weapons.

For each 2 Refine Levels
ATK +20

Refine Level +7:
Decreases variable cast time by 15%.

Refine Level +9:
Increase ranged physical damage by 20%.

Refine Level +11:
Increases physical damage against enemies of Small and Medium size by 20%.
Decreases fixed cast time by 0.2 seconds.

When equipped with Saphir Mace-OSAD,
ATK +70

For each 2 Refine Levels of Saphir Mace-OSAD:
Increases damage of Cart Cannon by 5%.

When equipped with Virtual Bow-OSAD,
Decreases Arrow Storm skill cooldown by 2.5 seconds.

For each 2 Refine Levels of Virtual Bow-OSAD:
Increase damage of Sharp Shooting by 5%.

When equipped with Blasti-OSAD,
ATK +70

For each 2 Refine Levels of Blasti-OSAD:
Increases damage of Arm Cannon by 5%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; if (.@r>=9) { bonus bLongAtkRate,20; if (.@r>=10) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Small,20; bonus2 bAddSize,Size_Medium,20; } } } },{},{}
Dropped By No Result

Illusion Puente Robe [1]   [Body]   Item ID# 15195 (Puente_Robe_IL)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
40
Defense
52
Required Lvl
99
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A snow-white robe on which spells are embroidered.

Reduces fixed cast time of all skills by 3%.
Increases Healing skills effectiveness by 5%.

For each refine level:
Increases Healing skills effectiveness by 1%.

When equipped with Illusion Long Mace:
MATK +100
Increases Healing skills effectiveness by 20%.

If refine level of Illusion Puente Robe and Illusion Long Mace at least +7:
MATK +50

If total refine level of entire set at least +18:
Increases Healing skills effectiveness by 15%.

If total refine level of entire set at least +22:
Reduces after skill delay by 15%.

More Information on Combo:
Item Script
{ bonus bFixedCastrate,-3; .@r = getrefine(); bonus bHealPower2,(5+.@r); bonus bAddItemHealRate,(5+.@r); },{},{}
Dropped By No Result

Imp Hat-LT [1]   [Upper Head]   Item ID# 400156 (Imp_Hat_LT)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
40
Defense
1
Required Lvl
150
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
An improved version of the hat modeled after the Imp, the mascot of the Thor Volcano Dungeon.

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

Physical attacks have a certain chance to grant Fire element to your weapon for 60 seconds.
Magical attacks have a certain chance to increase magical damage with Fire element by 20% for 60 seconds.

Refine Level +7:
Increases melee physical damage by 10%.
Increases magical damage with Fire element by 10%.

Refine Level +9:
ATK +5%, MATK +5%

Refine Level +11:
Increases Damage against Earth elemental by 20%.

[Bonus by Grade]
[Grade D]: melee physical damage +5%. magical damage with Fire element +5%.
[Grade C]: P.ATK +2, S.MATK +2
[Grade B]: Refine Level +12: fixed cast time of all skills -0.5 seconds.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,2; bonus bSmatk,2; } if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Fire,10; bonus bShortAtkRate,10; if (.@r>=9) { bonus bMatkRate,5; if (.@r>=11) { bonus2 bMagicAddEle,Ele_Earth,20; bonus2 bAddEle,Ele_Earth,20; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_Fire,5; bonus bShortAtkRate,5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; bonus bSmatk,2; if (.@g >= ENCHANTGRADE_B) { if (.@r>=12) { bonus bFixedCast,-500; } } } } autobonus "{ bonus bAtkEle,Ele_Fire; }",1,60000,BF_WEAPON; autobonus "{ bonus2 bMagicAtkEle,Ele_Fire,20; }",1,60000,BF_MAGIC; },{},{}
Dropped By No Result

Imperial Attack Boots [1]   [Footgear]   Item ID# 470018 (Imperial_Attack_Boots)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
25
Required Lvl
125
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Aristocratic shoes with the emblem of Rune Midgarts.

ATK +15, HIT +15.

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

« First < 678910111213141516 > Last »
back to top