Renewal
.:Renewal Item Database:.
Armor

Force Condenser [1]   [Accessory]   Item ID# 490077 (MD_Geffen_Ring)
Type
Armor
Class
Accessory
Buy
n/a
Sell
n/a
Weight
10
Defense
15
Required Lvl
230
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
The magic ring developed by Geffen improves the body's ability.

MaxHP +5%
ATK +8%

When equipped with either Anti-Conjurer Suit or Magic Protector Robe:
Physical attacks have a random chance to recover 400 HP per 0.5 seconds for 19 times.
Item Script
{ bonus bMaxHPrate,5; bonus bAtkRate,8; },{},{}
Dropped By No Result

Forest Orb [0]   [Accessory]   Item ID# 2862 (Forest_Orb)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
20
Defense
2
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Warlock
Description
A earth embued green colored ornament.
INT +1, MDEF +2.
Earth element resistance +15%.
When receiving physical or magic damage, has a chance to auto cast Level 3 Quagmire.

More Information on Combo:
Item Script
{ bonus bMdef,2; bonus bInt,1; bonus2 bSubEle,Ele_Earth,15; bonus5 bAutoSpellWhenHit,"WZ_QUAGMIRE",3,30,BF_WEAPON|BF_MAGIC,1; },{},{}
Dropped By

Forest Robe [0]   [Body]   Item ID# 15028 (Forest_Robe)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
50
Defense
40
Required Lvl
100
Armor Lvl
1
Slot
0
Property
Earth
Applicable Jobs
Warlock
Description
A conservative blue green colored robe embued with the power of earth.
INT + 1, MDEF + 10.
Decreases Heaven's Drive variable cast time by 1 second.
If you have 120 base INT, adds an additional INT + 1.

More Information on Combo:
Item Script
{ bonus bDefEle,Ele_Earth; bonus bMdef,10; bonus bInt,1; bonus2 bSkillVariableCast,"WZ_HEAVENDRIVE",-3000; if (readparam(bInt)>=120) { bonus bInt,1; } },{},{}
Dropped By

Forest Shoes [0]   [Footgear]   Item ID# 2470 (Forest_Shoes)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
50
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Warlock
Description
Long blue green colored shoes that hold the power of earth.
MDEF + 2, Max HP + 500, Earth element resistance + 15%.

More Information on Combo:
Item Script
{ bonus bMdef,2; bonus bMaxHP,500; bonus2 bSubEle,Ele_Earth,15; },{},{}
Dropped By No Result

Formal Suit [1]   [Body]   Item ID# 2320 (Formal_Suit)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
30
Defense
40
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
A formal suit for males.
Item Script
{},{},{}
Dropped By
EnchantmentArmor (Stat) Enchantable
Obtainable FromOld Blue Box, Old Violet Box

Fortier Masque [0]   [Middle Head]   Item ID# 18737 (Fortier_Mask)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
20
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
This colourful masque evokes the fiery spirit of Carnival.
Increase Fire property magic attacks by 4%.
Can be traded, stored, and vended
Item Script
{ bonus bUnbreakableHelm; bonus2 bMagicAtkEle,Ele_Fire,4; },{},{}
Dropped By No Result

Fortunetelling Sealed [0]   [Lower Head]   Item ID# 19499 (FortunetellinSealed)
Type
Armor
Class
Lower Headgear
Buy
n/a
Sell
n/a
Weight
30
Required Lvl
70
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
ASPD +2% for every 50 Base Int and Dex
Increase magical damage dealt to small, medium, large monsters by 4% for every 50 Base Int and Dex

Class: Helm
Position: Lower
DEF : 0
Required Level : 100
Usable By: All Jobs
Item Script
{ .@a = (readparam(bInt)+readparam(bDex))/50; bonus bAspdRate,2*.@a; bonus2 bMagicAddSize,Size_All,4*.@a; },{},{}
Dropped By No Result

Fotia Shield [1]   [Shield]   Item ID# 28955 (Fotia_Shield)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
100
Defense
120
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
A shield with the power of fire. There are various effects depending on the user's stats.
Class: Shield
Defense: 120
Requires Level: 90
Usable By: All Jobs
Mdef + 10
This item is indestructible in battle.
Reduces damage taken from Fire property attacks by 10%.
Increases physical and magical damage on Fire property targets by 5%.

If Fotia Shield [1] upgrade level is +6 or higher,
Reduces damage taken from Fire property attacks by an additional 15%.
Increases physical and magical damage on Fire property targets by an additional 10%.

If upgrade level is +8 or higher,
If the user's base Str is 90 or higher, Atk + 50.
If the user's base Agi is 90 or higher, Aspd + 5%.
If the user's base Vit is 90 or higher, increases the recovery rate of recovery skills and recovery items by 10%.
If the user's base Int is 90 or higher, Matk + 30.
If the user's base Dex is 90 or higher, reduces the variable casting time of skills by 5%.
If the user's base Luk is 90 or higher, increases critical damage on targets by 5%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableShield; bonus bMdef,5; bonus2 bSubEle,Ele_Fire,10; bonus2 bAddEle,Ele_Fire,5; bonus2 bMagicAddEle,Ele_Fire,5; if (.@r>=6) { bonus2 bSubEle,Ele_Fire,15; bonus2 bAddEle,Ele_Fire,10; bonus2 bMagicAddEle,Ele_Fire,10; } if (.@r>=8) { if (readparam(bStr)>=90) bonus bBaseAtk,50; if (readparam(bAgi)>=90) bonus bAspdRate,5; if (readparam(bInt)>=90) bonus bMatk,30; if (readparam(bVit)>=90) bonus bAddItemHealRate,10; if (readparam(bDex)>=90) bonus bVariableCastrate,-5; if (readparam(bLuk)>=90) bonus bCritAtkRate,5; } },{},{}
Dropped By No Result

Four Leaf Clover [0]   [Lower Head]   Item ID# 5596 (4Leaf_Clover_In_Mouth)
Four Leaf Clover in Mouth
Type
Armor
Class
Lower Headgear
Buy
20z
Sell
10z
Weight
0
Defense
2
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A Four-leafed clover that brings it's wearer luck.
MDEF +2
(unofficial effect: Additional chance to obtain 'Green Ale' from monster drop.)
Item Script
{ bonus bBaseAtk,5; bonus bMatk,5; bonus bMdef,2; /*Gold PC Room: bonus bAllStats,1; bonus2 bExpAddRace,RC_All,2; */ },{},{}
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

Four Seasons Clover Necklace [0]   [Accessory]   Item ID# 28428 (4SeasonsClover)
Type
Armor
Class
Accessory
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bMdef,5; bonus bAllStats,1; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bAtkRate,3; bonus bMatkRate,3; bonus2 bAddRace,RC_All,2; bonus2 bMagicAddRace,RC_All,2; bonus2 bSubRace,RC_All,5; skill "HW_NAPALMVULCAN",3; },{},{}
Dropped By No Result

Fox Ears Bell Ribbon [1]   [Upper Head]   Item ID# 18934 (Fox_Ears_Bell_Ribbon)
Fox Ears Drop Ribbon
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
40
Defense
4
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A cute headgear that imitate the ears of fox with small bells attached on it.
AGI +2, ASPD +10%.

Has a chance to transform into a Moonlight Flower for 5 seconds when receiving by physical attacks.
Every refine level increases transforming rate.
During transformation:
CRIT +100.
Long range physical attacks +5%.
When refine level +6, every refine level increase long range physical attacks by 1%.
Item Script
{ bonus bAgi,2; bonus bAspdRate,10; .@r = getrefine(); autobonus "{ bonus bCritical,100; bonus bLongAtkRate,5+max(0,getrefine()-6); }",50+(.@r*2),5000,BF_NORMAL,"{ active_transform 1150,5000; }"; },{},{}
Dropped By No Result

« First < 1011121314151617181920 >
back to top