Renewal
.:Renewal Item Database:.
Armor

Fluffy Dandelion Shoes [1]   [Footgear]   Item ID# 470009 (Fluffy_DandeShoes_J_)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
10
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(); bonus bMdef,10; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bAspdRate,getskilllv("SU_CHATTERING")*5; bonus2 bSkillAtk,"SU_CN_METEOR",getskilllv("SU_MEOWMEOW")*15; if (getskilllv("SU_NYANGGRASS") == 5) bonus2 bIgnoreMdefRaceRate,RC_All,100; if (getskilllv("SU_SPIRITOFLAND") == 1) { if (getskilllv("SU_CN_POWDERING") == 5) { bonus2 bResEff,Eff_Curse,10000; bonus2 bSkillUseSP,"SU_CN_METEOR",50; } if (getskilllv("SU_CN_METEOR") == 5) bonus2 bSkillAtk,"SU_SV_STEMSPEAR",20; if (getskilllv("SU_NYANGGRASS") == 5) bonus bMatk,50; if (getskilllv("SU_SV_STEMSPEAR") == 5) bonus bSpeedAddRate,25; if (getskilllv("SU_SV_ROOTTWIST") == 5) bonus bMatk,50; } 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

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

Fluffy Shark Pajama [1]   [Body]   Item ID# 450210 (Fluffy_Shark_Pajama)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
10
Defense
100
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
A soft shark pajama, popular brand in Rune Midgards Kingdom.
It is super stretchy that even adults can wear it.

Increase healing by 10%.
When Spirit of Sea skill level 1,
adds chance to autocast Tuna Party
when hit by melee physical or magical attack.
Reduce variable casting time of Seafood type skills
by 10% per 1 skill level of Tasty Shrimp Party learned.
MaxHP + 10% per 1 skill level of Grooming learned.
When Purring skill level 5,
reduce incoming damage from boss type monsters by 5%.

When refined to +5 or higher,
increase healing by 10%, perfect dodge + 5.
When refined to +7 or higher,
increase healing by additional 10%, perfect dodge additional + 5.

Type : Armor Defense : 100
Required level : 100
Class : All
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableArmor; bonus bHealPower2,10; if (getskilllv("SU_SPIRITOFSEA")>=1) { bonus5 bAutoSpellWhenHit,"SU_TUNAPARTY",1,100,BF_WEAPON,0; bonus5 bAutoSpellWhenHit,"SU_TUNAPARTY",1,100,BF_MAGIC,0; } bonus2 bVariableCastrate,"SU_FRESHSHRIMP",-10*getskilllv("SU_SHRIMPARTY"); bonus2 bVariableCastrate,"SU_BUNCHOFSHRIMP",-10*getskilllv("SU_SHRIMPARTY"); bonus2 bVariableCastrate,"SU_TUNABELLY",-10*getskilllv("SU_SHRIMPARTY"); bonus2 bVariableCastrate,"SU_TUNAPARTY",-10*getskilllv("SU_SHRIMPARTY"); bonus bMaxHPrate,10*getskilllv("SU_GROOMING"); if (getskilllv("SU_PURRING")>=5) bonus2 bSubClass,Class_Boss,5; if (.@r>=5) { bonus bHealPower2,10; bonus bFlee2,5; } if (.@r>=7) { bonus bHealPower2,10; bonus bFlee2,5; } },{},{}
Dropped By No Result

Flutter Butterfly [0]   [Lower Head]   Item ID# 420141 (aegis_420141)
Type
Armor
Class
Lower Headgear
Buy
n/a
Sell
n/a
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bAspd,1; bonus bLongAtkRate,min(readparam(bDex)/10,10); hateffect HAT_EF_FLUTTER_BUTTERFLY,true; },{},{ hateffect HAT_EF_FLUTTER_BUTTERFLY,false; }
Dropped By No Result

Flying Evil Wing [1]   [Upper Head]   Item ID# 5376 (Satanic_Chain_P)
Flying Evil Wings
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
6
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Satanic Wings forged with an unholy incantation.
MaxSP +120
Adds a chance of casting Curse on the user while receiving Physical Damage.
Item Script
{ bonus bMaxSP,120; bonus2 bAddEff2,Eff_Curse,10; },{},{}
Dropped By No Result

Flying Galapago [0]   [Lower Head]   Item ID# 5967 (FlyingGalapago)
Type
Armor
Class
Lower Headgear
Buy
n/a
Sell
n/a
Weight
50
Required Lvl
110
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A galapago that has a dream to fly high in the sky.

AGI +1
Has a chance to autocast Blizz Beat when dealing physical attack.
Learned level of Blizz Beat will be cast.
The chance to trigger autocast is affected by base LUK and the level of Blizz Beat learned.

If Steel Crow is learned:
Increases Blizz Beat damage by 40%.

When equipped with Galapago Card:
Increases restoration gained from Apple Juice, Banana Juice and Carrot Juice by 1000%.

When equipped with Gryphon Card:
ASPD +1, ATK -5%.
Reduces after attack delay by 3%.

When equipped with +9 Bow class weapon:
ASPD +1

When equipped with Condor Card:
Reduces damage taken from elemental attack by 5%.

When equipped with Cendrawasih Card:
INT +1
Increases critical attack damage by 5%.
When equipped by Archer classes:
Increases critical attack damage by 15%.

When equipped with Falconer Claw:
Reduces Blizz Beat damage by 200%.

More Information on Combo:
Item Script
{ set .@bblvl,max(getskilllv("HT_BLITZBEAT"),1); set .@luk,min(readparam(bLuk),120); bonus bAgi,1; bonus3 bAutoSpell,"HT_BLITZBEAT",.@bblvl,50 + (.@luk / 3) + (.@bblvl * 2); bonus2 bSkillAtk,"HT_BLITZBEAT",getskilllv("HT_STEELCROW") * 40; },{},{}
Dropped By No Result

Flying Helmet [1]   [Upper Head]   Item ID# 5937 (Flying_Helmet)
Type
Armor
Class
Upper Headgear
Buy
1z
Sell
0z
Weight
30
Defense
5
Required Lvl
20
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
This hat makes it's possible to look around when flying on high speed.
MDEF +5
Restore SP by 5 when defeating Dragon monster with melee physical attacks.
Restore HP by 100 when defeating monster with melee physical attacks.

Refine Level +5: Reduces damage taken from Dragon monster by 5%.
Refine Level +7: Reduces damage taken from Dragon monster by 5%.
Item Script
{ bonus bMdef,5; bonus bHPGainValue,100; bonus2 bSPGainRace,RC_Dragon,5; .@r = getrefine(); if (.@r>=5) { bonus2 bSubRace,RC_Dragon,5; } if (.@r>=7) { bonus2 bSubRace,RC_Dragon,5; } },{},{}
Dropped By No Result

Flying Ljosalfar [0]   [Costume Upper Head]   Item ID# 20099 (C_Ljosalfar)
Costume Ljosalfar
Type
Armor
Class
Costume Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A costume decoration that imitates a beautiful fairy of light that is said to live in heaven.
You can feel like being watched by the light.

Since it is an equipped effect, it still will be displayed even when the effect (/effect) is turned off.
Item Script
{},{ sc_start SC_LJOSALFAR,INFINITE_TICK,0; },{ sc_end SC_LJOSALFAR; }
Dropped By No Result

Focus Beret [1]   [Upper Head]   Item ID# 5901 (Focus_Beret_)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
20
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Shura
Description
A green beret that helps the user to refocus their energy into more meaningful attacks. The star on the front is inscribed with the character for 'Dragon'.

Adds a chance to auto cast Level 1 [Fallen Empire] when using [Dragon Combo]. (Or activate based on learned skill level)
Refine Level +7: Adds 3% chance to increase ASPD by 2 for 5 sec when dealing physical attacks.
Refine Level +9: Increases [Fallen Empire] damage by 30%.
Item Script
expand to view script
{ .@r = getrefine(); bonus4 bAutoSpellOnSkill,"SR_DRAGONCOMBO","SR_FALLENEMPIRE",max(getskilllv("SR_FALLENEMPIRE"),1),100; if (.@r>=7) { autobonus "{ bonus bAspd,2; }",30,5000,0,"{ specialeffect2 EF_ENHANCE; }"; } if (.@r>=9) { bonus2 bSkillAtk,"SR_FALLENEMPIRE",30; } },{},{}
Dropped By No Result

Fools Day Hat [0]   [Upper Head]   Item ID# 5824 (Fools_Day_Hat)
April Fool's Day Hat
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
6
Required Lvl
30
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Funny hats made for April Fool's Day.
Item Script
{},{},{}
Dropped By No Result

Fools Day Helmet [0]   [Upper Head]   Item ID# 5847 (Fools_Day_Helmet)
Fools Day Hat
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Helmet stupid enough electrolytes to legend.
Bemused expression and sediment strength, slow ... but it is actually a wise action!
INT +5, VIT -3.

(Effect not implemented yet: When attacking with physical or magical attack, there is chance to activate lv 10 Blessing on yourself.)
Item Script
{ bonus bInt,5; bonus bVit,-3; },{},{}
Dropped By No Result

Foot Ring [0]   [Accessory]   Item ID# 2737 (Foot_Ring)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
15
Required Lvl
75
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
A necessity for elegant woman!

VIT +3
Increases HP recovery by 10%.

Item Script
{ bonus bVit,3; bonus bHPrecovRate,10; },{},{}
Dropped By No Result

« First < 910111213141516171819 > Last »
back to top