Renewal
.:Renewal Item Database:.

Eclipse Outfit [1]   [Body]   Item ID# 15374 (lunar_eclipse_Armor_)
Lunar Eclipse Clothes
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
60
Defense
120
Required Lvl
99
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Armor that is confined the power of the wolf caught the moon. It regained the original force through a repair.

MaxHP +15%, MaxSP +15%, MDEF +10.

For each refine level:
Reduces after skill delay by 1%.

Refine Level +7:
Reduces fixed cast time of all skills by 50%.

Refine Level +9:
Reduces fixed cast time of all skills by 20%.

When equipped with Hatii Card:
Prevents Frozen status.
Random chance to inflict Frozen status on attacker when receiving physical attack.

For each refine level of Lunar Eclipse Clothes:
Increases physical damage inflicted on Water elemental monsters by 5%.

Indestructible in battle
Item Script
{ .@r = getrefine(); bonus bUnbreakableArmor; bonus bMdef,10; bonus bMaxHPrate,15; bonus bMaxSPrate,15; bonus bDelayrate,-.@r; bonus bFixedCastrate,-((.@r>=9)?70:(.@r>=7?50:0)); },{},{}
Dropped By No Result

Elemental Booster Shoes [1]   [Footgear]   Item ID# 470001 (Ele_Shoes)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
15
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

Eyes Of Illusion [0]   [Middle Head]   Item ID# 19391 (Eyes_Of_Illusion)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
50
Defense
2
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A creepy blindfold drawn over the eyes gives a slightly uneasy feeling.

Max HP +10%, Max SP +10%.
Reduces damage taken from Players by 5%.
Immune to Blind Status.
If Hallucination Drug is Level 5, enables the use of Level 5 Dispel.
If Mandragora Howl is Level 5, reduces fixed cast time of Mandragora Howl by 70%.
Item Script
expand to view script
{ bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; bonus2 bResEff,Eff_Blind,10000; if (getskilllv("GN_ILLUSIONDOPING") == 5) skill "SA_DISPELL",5; if (getskilllv("GN_MANDRAGORA") == 5) bonus2 bFixedCastrate,"GN_MANDRAGORA",-70; },{},{}
Dropped By No Result

Fafnir Helm [1]   [Upper Head]   Item ID# 400177 (Fafnir_Helm)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
50
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Helm made of Fafnir's scales that fell on the hero Sigurd.

Reduce after cast delay by 10%, increase damage of Dragon's Water Breath and Dragon's Breath by 30%.

When activating Runestone skills, it gets empowered, or receives extra buffs.
When equipped, additional effect of Verkana Stone will not be activated in WoE.

When Dragon Training Lv. 5 is learned, MaxHP +25%, MaxSP +25%, reduce after cast delay by additional 20%
When Dragon Howling Lv. 5 is learned, reduce incoming physical damage from Boss and Normal monsters by 20%
When Dragon's Water Breath and Dragon's Breath Lv. 10 is learned, increase ranged physical damage by additional 50%.

Increase Fire, Water resistance by 3% per 1 refine rate.
When refined to +7 or higher, increase damage of Dragon's Water Breath and Dragon's Breath by additional 50%
When refined to +9 or higher, increase damage of Dragon's Water Breath and Dragon's Breath by additional 70%
When unequipped, Runestone skill effects will be deactivated.

Type : Helm Defense : 10
Required Level : 100
Class : All
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,10; bonus bDelayrate,-10; bonus2 bSkillAtk,"RK_DRAGONBREATH",30; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",30; bonus2 bSkillAtk,"RK_STORMBLAST",(.@r>=8?70:(.@r>=6?50:30)); bonus2 bFixedCastrate,"RK_REFRESH",-100; bonus2 bSubEle,Ele_Fire,3*.@r; bonus2 bSubEle,Ele_Water,3*.@r; autobonus3 "{ bonus bAtkRate,-50; bonus bMatkRate,-50; bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,10; }",1000,60000,"RK_MILLENNIUMSHIELD"; autobonus3 "{ percentheal 100,100; sc_end UNLUCKY; sc_end IGNORANCE; sc_end WEAKNESS; sc_end ENERVATION; sc_end LAZINESS; }",1000,1000,"RK_REFRESH"; autobonus3 "{ bonus bNoKnockback; }",1000,30000,"RK_CRUSHSTRIKE"; autobonus3 "{ bonus2 bHPRegenRate,500,10000; }",1000,300000,"RK_VITALITYACTIVATION"; autobonus3 "{ bonus bBaseAtk,10; bonus bAspdRate,10; }",1000,300000,"RK_FIGHTINGSPIRIT"; autobonus3 "{ bonus2 bSPRegenRate,40,10000; }",1000,300000,"RK_ABUNDANCE"; autobonus3 "{ bonus bStr,30; bonus bInt,-30; }",1000,300000,"RK_GIANTGROWTH"; autobonus3 "{ bonus bShortWeaponDamageReturn,10; heal -1000,0; }",1000,300000,"RK_STONEHARDSKIN"; if ((getskilllv("RK_DRAGONBREATH") == 10) && (getskilllv("RK_DRAGONBREATH_WATER") == 10)) { bonus bLongAtkRate,50; bonus2 bSkillFixedCast,"RK_DRAGONBREATH",-200; bonus2 bSkillFixedCast,"RK_DRAGONBREATH_WATER",-200; } if (getskilllv("RK_DRAGONTRAINING") == 5) { bonus bMaxHPrate,25; bonus bMaxSPrate,25; bonus bDelayrate,-20; } if (getskilllv("RK_DRAGONHOWLING") == 5) { bonus2 bSubClass,Class_Normal,20; bonus2 bSubClass,Class_Boss,20; } if (.@r>=6) autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,20; }",1000,60000,"RK_MILLENNIUMSHIELD"; if (.@r>=7) { bonus2 bSkillAtk,"RK_DRAGONBREATH",50; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50; } if(.@r>=8) autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,30; }",1000,60000,"RK_MILLENNIUMSHIELD"; if (.@r>=9) { bonus2 bSkillAtk,"RK_DRAGONBREATH",70; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",70; } },{},{}
Dropped By No Result

Fancy Feather Hat [1]   [Upper Head]   Item ID# 19296 (Classical_Fhat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A small hat with a very impressive leather material.
Chic coloring fills the mature.

For each 2 refine levels: Atk + 15.
Refine Level +7: Long range physical damage +7%.
Refine Level +9: ATK +5%, ASPD +1.
Refine Level +11: Long range physical damage +5%.

For each refine level above +10:
Reduces fixed cast time by 0.1 second (up to +15).

When equipped with Nidhoggur's Shadow Garb[1]:
For each 2 refine level of Nidhoggur's Shadow Garb[1]:
Increases Arrow Storm damage by 12%.

When equipped with Leather of Tendrilion[1]:
For each 2 refine level of Leather of Tendrilion[1]:
Increases Severe Rainstorm damage by 7%.

When equipped with Ancient Cape[1]:
For each 2 refine level of Ancient Cape[1]:
Increases Triangle Shot damage by 15%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,15*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,7; } if (.@r>=9) { bonus bAtkRate,5; bonus bAspd,1; } if (.@r>=11) { bonus bLongAtkRate,5; } if (.@r>=10) { bonus bFixedCast,-100*(min((.@r-10),15)/1); } },{},{}
Dropped By No Result

Fenrir Card [Headgear]   Item ID# 4556 (Fenrir_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Power Ward
Description
MATK +50
For every refine on the compounded equipment, MATK +5.
Reduces fixed cast time by 70%.
Item Script
{ bonus bMatk,50+getrefine()*5; bonus bFixedCastrate,-70; },{},{}
Dropped By

Fenrir's Power Scroll    Item ID# 22511 (Fenrir_Card__)
Type
Usable Item
Class
n/a
Buy
10z
Sell
5z
Weight
1
Applicable Jobs
Every Job
Description
You cannot Trade this item.
The power of Fenrir seem to be able to feel for a moment.

MATK +25.
Reduces fixed cast time by 50%.

Effect duration: 5 minutes.
Item Script
{ bonus_script "{ bonus bMatk,25; bonus bFixedCastRate,-50; }",300,1025; },{},{}
Dropped By

Fifth Element [1]   [Footgear]   Item ID# 470192 (aegis_470192)
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(); .@a = getskilllv("SO_SUMMON_AGNI")+getskilllv("SO_SUMMON_AQUA")+getskilllv("SO_SUMMON_VENTUS")+getskilllv("SO_SUMMON_TERA"); bonus bMdef,10+(4*.@a); bonus bInt,5*.@a; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bMatkRate,10*getskilllv("SO_EL_SYMPATHY"); bonus2 bSubRace,RC_Player_Human,10; if (getskilllv("SO_VARETYR_SPEAR") == 10) { bonus2 bFixedCastrate,"SO_VARETYR_SPEAR",-100; bonus2 bSkillCooldown,"SO_SUMMON_AQUA",-25000; } if (getskilllv("SO_PSYCHIC_WAVE") == 5) { bonus2 bSubClass,Class_Normal,5; bonus2 bSubClass,Class_Boss,5; } 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

Flame Thunder Witch's Wand [1]   [Two Handed]   Item ID# 2041 (Jirant_Staff)
Witch's Thunder Flame Wand
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
270
Attack
200 / MATK 350
Required Lvl
130
Weapon Lvl
4
Slot
1
Applicable Jobs
Sorcerer
Description
A wand used by Gilant, who was called a rare witch.
The winding dragon amplifies the magical power of fire and wind and enhances its power.

MATK +350, INT +10, DEX +10.
Decreases variable cast time by 30%.

For each Level of Fire Walk:
Increases Fire elemental magic damage by 10%.

For each Level of Electric Walk:
Increases Wind elemental magic damage by 10%.

For each refine level:
Increases Fire and Wind elemental magic damage by additioanl 5%.
Ignore magic defense of enemies by 5%.
Increases damage of Fire Walk and Electric Walk by 30%.

Refine Level +7:
Inflicts Curse status when enemies are hit by Fire Walk.
Inflicts Silence status when enemies are hit by Electric Walk.

Refine Level +9:
Increases damage of Fire Walk and Electric Walk by 100%.

Refine Level +10:
Decreases fixed cast time by 70%.

When equipped with Necromancer's Manteau:
MATK +5%.
Decreases damage taken from Fire and Wind elemental attacks by 20%.

When equipped with Necromancer's Dress:
Enables the use Level 1 Increase Agility.

For each refine level of Witch's Thunder Flame Wand:
Increases damage of Electric Walk and Fire Walk by additional 30%.
Recovers 50HP when defeating monsters.

If Refine Level of Witch's Thunder Flame Wand is +7 or higher:
Enables the use of Increase Agility, skill level based on the refine level.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bInt,5; bonus bDex,10; bonus bVariableCastrate,-30; bonus2 bMagicAtkEle,Ele_Fire,(getskilllv("SO_FIREWALK")*10)+(.@r*5); bonus2 bMagicAtkEle,Ele_Wind,(getskilllv("SO_ELECTRICWALK")*10)+(.@r*5); bonus2 bSkillAtk,"SO_FIREWALK",.@r*30; bonus2 bSkillAtk,"SO_ELECTRICWALK",.@r*30; bonus2 bIgnoreMdefClassRate,Class_All,.@r*5; if (.@r>=7) { bonus3 bAddEffOnSkill,"SO_ELECTRICWALK",Eff_Silence,1000; bonus3 bAddEffOnSkill,"SO_FIREWALK",Eff_Curse,1000; } if (.@r>=9) { bonus2 bSkillAtk,"SO_FIREWALK",100; bonus2 bSkillAtk,"SO_ELECTRICWALK",100; } if (.@r>=10) bonus bFixedCastrate,-70; },{},{}
Dropped By No Result

Flower Hat [1]   [Upper Head]   Item ID# 18993 (Flower_Hat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
30
Defense
10
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A pink flower hat enchanted with magical powers so cute it weakens other humans' attacks.

Flee +2, MATK +5%.
Reduces damage taken from Demihuman monsters by 5%.
For each refine level above +12: MATK +10, MaxSP +10.
Item Script
{ .@r = getrefine(); bonus bDex,3; bonus bInt,2; bonus bFlee,-2; bonus bFixedCastrate,-5; if (.@r>=12) { .@b += (.@r-12)*10; } bonus bMatk,.@b; bonus bMaxSP,.@b; },{},{}
Dropped By No Result

Fluffy Fish Shoes [0]   [Footgear]   Item ID# 22210 (Fluffy_FishShoes_J)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
10
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A popular brand in the Kingdom of Rune Midgard, with a fluffy fish print on the shoe.

MDEF +10, MaxHP +3%, MaxSP +3%.

If Spirit Of Sea is learned:
Immune to Sleep, Stun, Stone Curse for 30 seconds when Grooming is used.

If Grooming is Level 5 or higher:
Decreases fixed cast time of skills by 50%.
Prevents the user from being knocked back.

For each Level of Tasty Shrimp Party:
Decreases variable cast time of Fresh Shrimp, Bunch of Shrimp, Tuna Belly, Tuna Party, Grooming and Tasty Shrimp Partyby 10%.

For each Level of Purring:
Increases Healing skills by 10%.

Refine Level +5:
MaxHP +7%, MaxSP +7%.
Decreases after skill cast delay by by 10%.

Refine Level +7:
MaxHP +10%, MaxSP +10%.
Decreases after skill cast delay by by additional 10%.
Item Script
expand to view script
{ .@r = getrefine(); .@hpsp = 3; .@val = -10 * getskilllv("SU_SHRIMPARTY"); if (.@r>=5) { .@hpsp += 7; .@delay = -10; if (.@r>=7) { .@hpsp += 10; .@delay -= 10; } bonus bDelayrate,.@delay; } if (getskilllv("SU_SPIRITOFSEA") == 1) { autobonus3 "{ bonus2 bResEff,Eff_Stun,10000; bonus2 bResEff,Eff_Sleep,10000; bonus2 bResEff,EFF_Stone,10000; }",1000,30000,"SU_GROOMING","{ specialeffect2 777; specialeffect2 826; }"; } if (getskilllv("SU_GROOMING") == 5) { bonus bFixedCastrate,-50; bonus bNoKnockback; } bonus bMaxHPrate,.@hpsp; bonus bMaxSPrate,.@hpsp; bonus bMdef,10; bonus2 bVariableCastrate,"SU_FRESHSHRIMP",.@val; bonus2 bVariableCastrate,"SU_BUNCHOFSHRIMP",.@val; bonus2 bVariableCastrate,"SU_TUNABELLY",.@val; bonus2 bVariableCastrate,"SU_TUNAPARTY",.@val; bonus2 bVariableCastrate,"SU_SHRIMPARTY",.@val; bonus bHealPower,10*getskilllv("SU_PURRING"); },{},{}
Dropped By No Result

Four of a Kind [1]   [Body]   Item ID# 450226 (aegis_450226)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
100
Defense
100
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 bInt,10*getskilllv("WL_RADIUS"); bonus bMatk,50*getskilllv("WL_RADIUS"); bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bMagicAddRace,RC_All,7*getskilllv("WL_TETRAVORTEX"); if (getskilllv("WL_COMET") == 5) { bonus2 bFixedCastrate,"WL_TETRAVORTEX",-100; bonus2 bFixedCastrate,"WL_JACKFROST",-100; } if (.@r>=5) bonus bMdef,25; if (.@r>=7) bonus bMdef,25; },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top