Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Fortridge [2]   [One Hand]   Item ID# 32025 (Fortrage)
Fortrage
Type
Weapon
Class
One-handed Spear
Buy
20z
Sell
10z
Weight
170
Attack
205
Required Lvl
170
Weapon Lvl
4
Slot
2
Range
3
Applicable Jobs
Royal Guard
Description
Specialized spear for enveloping and stabbing.

ATK +5%.
For each refine level, reduces after skill delay by 1%.

Refine Level +9:
Increases damage of Cannon Spear by 20%.

Refine Level +11:
Increases damage of Overbrand by 20%.
Item Script
{ .@r = getrefine(); bonus bDelayrate,-.@r; bonus bAtkRate,5; if (.@r>=9) bonus2 bSkillAtk,"LG_CANNONSPEAR",20; if (.@r>=11) bonus2 bSkillAtk,"LG_OVERBRAND",20; },{},{}
Dropped By No Result

Fortune Cookie Fail    Item ID# 6357 (Fortune_Cookie_Fail)
Type
Miscellaneous
Class
n/a
Buy
4020z
Sell
2010z
Weight
1
Description
Even the number one fortune cookie maker sometimes makes such a mistake.
...Maybe a collection merchant buys you.
Item Script
{},{},{}
Dropped By No Result

Fortune Cookie1    Item ID# 12541 (Fortune_Cookie1)
Type
Usable Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Applicable Jobs
Every Job
Description
A sweet cookie made from alot of sugar and butter.
Item Script
{ getrandgroupitem(IG_Fortune_Cookie1,1); },{},{}
Dropped By No Result

Fortune Cookie2    Item ID# 12542 (Fortune_Cookie2)
Type
Usable Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Applicable Jobs
Every Job
Description
A sweet cookie made from alot of sugar and butter.
Item Script
{ getgroupitem(IG_Fortune_Cookie2); },{},{}
Dropped By No Result

Fortune Cookie3    Item ID# 12543 (Fortune_Cookie3)
Type
Usable Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Applicable Jobs
Every Job
Description
A sweet cookie made from alot of sugar and butter.
Item Script
{ getgroupitem(IG_Fortune_Cookie3); },{},{}
Dropped By No Result

Fortune Horn    Item ID# 7458 (Baphomet's_Horn)
Type
Miscellaneous
Class
n/a
Buy
2z
Sell
1z
Weight
1
Description
The most precious treasure of Baphomet which is said to bring great luck to the holder.
Item Script
{},{},{}
Dropped By No Result

Fortune Sword [0]   [One Hand]   Item ID# 1223 (Forturn_Sword)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
50
Attack
90
Required Lvl
24
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A knife with a gold handle that is said to bring great fortune to whoever holds it.
Perfect Dodge + 20
LUK + 5
Item Script
{ bonus bLuk,5; bonus bFlee2,20; },{},{}
Dropped By

Fortune Sword [0]   [One Hand]   Item ID# 13043 (Fortune_Sword_I)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
0
Attack
120
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A strong dagger with a gold handle that is said to bring great fortune to whoever holds it.
LUK + 5
Item Script
{ bonus bFlee2,20; bonus bLuk,5; },{},{}
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    Item ID# 706 (Four_Leaf_Clover)
Four-Leaf Clover
Type
Miscellaneous
Class
n/a
Buy
80000z
Sell
40000z
Weight
1
Description
An extremely rare clover with four leaves. Legends say that merely holding a Four Leaf Clover is a sign of great fortune to come.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box, Gift Box
Required ForSmiling Mask, Lion Masquerade & Bride Mask
Bunny Band

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

« First < 5152535455565758596061 > Last »
back to top