Renewal
.:Renewal Item Database:.

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

Flush Safety Saber [2]   [One Hand]   Item ID# 500056 (F_Ein_1HSWORD)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
125
Attack
230
Required Lvl
250
Weapon Lvl
5
Slot
2
Applicable Jobs
Biolo
Description
A Safety Saber enhanced with Mjolnir's energy.
The stronger the power, the greater the consumption of mana.

ATK +10%

Increases damage of Cart Cannon and Mayhemic Thorns by 20%.

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

Refine Level +9:
Increases damage of Cart Cannon by additional 15%.
Increases damage of Mayhemic Thorns by additional 10%.
Increases Physical Damage against enemies of every size by 15%.
Increases SP Consumption of Cart Cannon and Mayhemic Thorns by 25.

Refine Level +11:
Decreases after skill cast delay by 15%.
Increases damage of Cart Cannon and Mayhemic Thorns by additional 10%.
Increases SP Consumption of Cart Cannon and Mayhemic Thorns by additional 25.

[Bonus by Grade]
[Grade D]: P.ATK +10
[Grade C]: Damage of Cart Cannon and Mayhemic Thorns +10%.
[Grade B]: Physical Damage against enemies of every element +10%.
[Grade A]: Damage of Cart Cannon and Mayhemic Thorns +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",20; bonus2 bSkillAtk,"GN_CARTCANNON",20; if (.@r>=7) { bonus bVariableCastrate,-10; bonus bBaseAtk,70; if (.@r>=9) { bonus2 bAddSize,Size_All,15; bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",15; bonus2 bSkillUseSP,"BO_MAYHEMIC_THORNS",-25; bonus2 bSkillUseSP,"GN_CARTCANNON",-25; if (.@r>=11) { bonus bDelayrate,-15; bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",10; bonus2 bSkillUseSP,"BO_MAYHEMIC_THORNS",-25; bonus2 bSkillUseSP,"GN_CARTCANNON",-25; } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddEle,Ele_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",10; } } } } },{},{}
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 Fish Box    Item ID# 12639 (Flying_Fish_Box)
Type
Usable Item
Class
n/a
Buy
20z
Sell
10z
Weight
200
Applicable Jobs
Every Job
Description
A bag with 200 Flying fishes
Quite surprised that how many there are in this small bag..
Item Script
{ getitem 13293,200; },{},{}
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

Fools Day Box Tw    Item ID# 12764 (Fools_Day_Box_Tw)
Augustus Commercial Box
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A box which you can only get on certain event.
Item Script
{},{},{}
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

« First < 377378379380381382383384385386387 > Last »
back to top