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

Red Jenoss's Family Ring    Item ID# 7813 (Th_Red_Ring)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
A red colored family ring which it wears by Jenoss.
Item Script
{},{},{}
Dropped By No Result

Red Jewel    Item ID# 7575 (Red_Jewel_)
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
0
Description
A gem with red color.
Item Script
{},{},{}
Dropped By

Red Key    Item ID# 7421 (Key_Red)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
A thin, transparent, and shining red key.
Item Script
{},{},{}
Dropped By No Result

Red Keycard    Item ID# 7496 (Red_Key_Card)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
A flat, translucent red keycard that enables access to a specific restricted area.
Item Script
{},{},{}
Dropped By No Result

Red Lantern [1]   [Accessory]   Item ID# 2976 (Red_Lantern)
Type
Armor
Class
Accessory
Buy
10z
Sell
5z
Weight
20
Required Lvl
100
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
Lantern with red light.
MaxSP -300
Enables use of Level 1 Sight.
Randomly a defeated monster will drop Alcohol, Detrimindexta or Karvodailnirol.
Item Script
{ bonus bMaxSP,-300; skill "MG_SIGHT",1; bonus2 bAddMonsterDropItem,970,50; bonus2 bAddMonsterDropItem,971,50; bonus2 bAddMonsterDropItem,972,50; },{},{ sc_end SC_SIGHT; }
Dropped By No Result
Obtainable FromHorror Toy Factory

Red Liquid Test Tube    Item ID# 1000605 (Ep19_Red_Tube)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
Test tube with red liquid.
Item Script
{},{},{}
Dropped By No Result

Red Lotus Stole [1]   [Garment]   Item ID# 20778 (RedLotus_Stole)
Type
Armor
Class
Garment
Buy
20z
Sell
10z
Weight
70
Defense
8
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An evolved stole designed by Mage guild.

MDEF +3, MaxSP +10%.
Reduces SP cost of all skills by 1%.

For each 3 refine levels:
Reduces SP cost of all skills by 2%.

Refine Level +10:
Eech time defeating an enemy, restores 20 SP.
When combined with Grudge of Royal Knight Card:
The SP cost reduction and absorption will not activated.
Item Script
{ .@r = getrefine(); bonus bMaxSPrate,10; bonus bMdef,3; bonus bUseSPrate,-1*(1+(2*.@r/3)); if (.@r>=10) { bonus bSPGainValue,20; } },{},{}
Dropped By No Result

Red Lotus Sword [2]   [One Hand]   Item ID# 13485 (Sword_Of_Bluefire)
Type
Weapon
Class
One-handed Sword
Buy
1z
Sell
0z
Weight
80
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Genetic
Description
A sword with blue colored flame when unsheathed.
It resonates with Ancient Hero's Boots.

For each 2 refine levels, ATK +10.
For each 3 refine levels, increases ranged physical attack by 4%.

Refine Level +9:
Reduces SP cost of Cart Cannon by 10%.

Refine Level +11:
Increases damage of Cart Cannon by 15%.

When equipped with Ancient Hero's Boots:
Has a 3% chance to get buffed with DEX +20 and ranged physical attack damage +10% for 7 seconds when dealing physical attack.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bLongAtkRate,4*(.@r/3); if (.@r>=9) { bonus2 bSkillUseSPrate,"GN_CARTCANNON",10; } if (.@r>=11) { bonus2 bSkillAtk,"GN_CARTCANNON",15; } },{},{}
Dropped By No Result

Red Lotus Sword Remodeling Cube    Item ID# 100327 (Sword_Of_Bluefire_Cube)
Red Lotus Sword Modification Cube
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
A cube that converts the Red Lotus Sword into an Patent Red Lotus Sword.
Uses an +9 Red Lotus Sword as a material.
An +7 Patent Red Lotus Sword can be obtained.

Warning! - When remodeling, the inserted cards and Random Options are removed.
Item Script
{ laphine_synthesis(); },{},{}
Dropped By No Result

Red Lotus Sword-LT [2]   [One Hand]   Item ID# 500039 (Sword_Of_Bluefire_LT)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
100
Attack
200
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Genetic
Description
An improved version of a sword that emits blue flames when pulled from its sheath.
Resonates with Hero's Boots-LT.

ATK +5%

Base Level at least 210:
POW +2, P.ATK +1.

For each 2 Refine Levels:
ATK +15

For each 3 Refine Levels:
Increases ranged physical damage by 4%.

Refine Level +7:
Increases damage of Cart Cannon by 10%.
Decreases variable cast time by 10%.

Refine Level +9:
Increases damage of Cart Cannon by additional 20%.
Increases physical damage against enemies of every size by 15%.

Refine Level +11:
Increases damage of Cart Cannon by additional 10%.
Increases damage of Acid Demonstration by 25%.
Decreases variable cast time by additional 8%.

When equipped with Hero's Boots-LT:
ATK +10%, P.ATK +2.

[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: ranged physical damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"GN_CARTCANNON",10; if (.@r>=9) { bonus2 bAddSize,Size_All,15; bonus2 bSkillAtk,"GN_CARTCANNON",20; if (.@r>=11) { bonus bVariableCastrate,-8; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",25; bonus2 bSkillAtk,"GN_CARTCANNON",10; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bPow,3; } } } bonus bBaseAtk,15*(.@r/2); bonus bLongAtkRate,4*(.@r/3); },{},{}
Dropped By No Result

Red Mage Hat [0]   [Upper Head]   Item ID# 5238 (Red_Wizardry_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
2
Armor Lvl
1
Slot
0
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
A stylish formal hat that talented magicians usually wear during a show.
INT + 2, Max SP + 150
(All transfer methods except Kafra Storage are locked)
Item Script
{ bonus bInt,2; bonus bMaxSP,150; },{},{}
Dropped By No Result

Red Mage Hat C [0]   [Upper Head]   Item ID# 5885 (Red_Wizardry_Hat_C)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
1
Armor Lvl
1
Slot
0
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bInt,2; bonus bMaxSP,150; },{},{}
Dropped By No Result

« First < 3132333435363738394041 > Last »
back to top