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

Mental Potion 20 Box    Item ID# 14349 (Mental_Potion20_Box)
Mental Potion Box(20)
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
A box contains 20 "Mental Potion" inside.

Once this item is purchased, termination of contract is impossible. Also, this item is not refundable.
Item Script
{ getitem 14600,20; },{},{}
Dropped By No Result

Mental Potion 50 Box    Item ID# 14350 (Mental_Potion50_Box)
Mental Potion Box(50)
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
A box contains 50 "Mental Potion" inside.

Once this item is purchased, termination of contract is impossible. Also, this item is not refundable.
Item Script
{ getitem 14600,50; },{},{}
Dropped By No Result

Mental Stick [1]   [One Hand]   Item ID# 1654 (Mental_Stick)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
40 / MATK 170
Required Lvl
102
Weapon Lvl
3
Slot
1
Applicable Jobs
Sorcerer
Description
A staff that converts physical power into psychic energy.

MATK +170.
Reduces Psychic Wave variable cast time by 3 seconds, Psychic Wave SP cost +60.

Each refine level above +6:
MaxHP -2%. Psychic Wave damage +2%.

SP -100 when unequipped.
Item Script
{ .@r = getrefine(); if (.@r>5) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",(.@r-6)*2; bonus bMaxHPrate,-(.@r-6)*2; } bonus2 bSkillVariableCast,"SO_PSYCHIC_WAVE",-3000; bonus2 bSkillUseSP,"SO_PSYCHIC_WAVE",-60; },{},{ heal 0,-100; }
Dropped By

Meow Meow Foxtail-LT [2]   [One Hand]   Item ID# 550067 (MeawFoxtail_LT)
Meowmeow Foxtail-LT
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
120
Attack
350 / MATK 350
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Summoner
Spirit Handler
Description
An improved version of the mysterious foxtail that makes a meowmeow sound whenever it is shaken.
Seeing the softer shaking, it began to show its original power.
Resonates with Hero's Boots-LT.

Indestructible in battle

MATK +350

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

For each 2 Refine Levels:
ATK +15, MATK +15

For each 3 Refine Levels:
ATK +2%, MATK +2%

Refine Level +7:
Increases damage of Picky Peck and Silvervine Stem Spear by 15%.

Refine Level +9:
Decreases variable cast time by 15%.
Decreases Catnip Meteor skill cooldown by 2 seconds.

Refine Level +11:
Increases damage of Lunatic Carrot Beat and Catnip Meteor by 50%.
Increases Physical and magical damage against enemies of every size by 15%.

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

[Bonus by Grade]
[Grade D]: ATK +3%, MATK +3%
[Grade C]: Ranged physical damage and magical damage of every element +15%. P.ATK +1, S.MATK +1
[Grade B]: POW +3, SPL +3, P.ATK +2, S.MATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; if (BaseLevel>=210) { bonus bSmatk,1; bonus bSpl,2; } if (.@r>=7) { bonus2 bSkillAtk,"SU_SV_STEMSPEAR",40; bonus2 bSkillAtk,"SU_PICKYPECK",40; if (.@r>=9) { bonus bVariableCastrate,-10; bonus2 bSkillCooldown,"SU_CN_METEOR",-2000; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bMagicAddSize,Size_All,15; bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",50; bonus2 bSkillAtk,"SU_CN_METEOR",50; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus bSmatk,1; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,2; bonus bSpl,3; } } } bonus bMatk,15*(.@r/2); bonus bBaseAtk,15*(.@r/2); bonus bAtkRate,2*(.@r/3); bonus bMatkRate,2*(.@r/3); },{},{}
Dropped By No Result

Meowmeow Foxtail [2]   [One Hand]   Item ID# 26155 (MeawFoxtail)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
110
Attack
300 / MATK 300
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Summoner
Spirit Handler
Description
Mysterious puppy grass where you hear a nipple every time you shake.
It resonates with Ancient Hero's Boots.

MATK +300
Every 2 refine levels, ATK +10 and MATK +10.
Every 3 refine levels, ATK +2% and MATK +2%.

Refine Level +7:
Increases damage of Lunatic Carrot Beat and Silvervine Stem Spear by 15%.

Refine Level +9:
Reduces variable cast time by 10%.
Decrease after attack delay by 10%.

Refine Level +11:
Increases damage of Picky Peck and Catnip Meteor by 20%.

When equipped with Ancient Hero's Boots:
Random chance to increase LUK by 20, ATK and MATK by 15% for 7 sec when dealing physical or magical damage.

More Information on Combo:
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bBaseAtk,10*(.@r/2); bonus bAtkRate,2*(.@r/3); bonus bMatkRate,2*(.@r/3); if (.@r >= 7) { bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15; bonus2 bSkillAtk,"SU_SV_STEMSPEAR",15; if (.@r >= 9) { bonus bVariableCastrate,-10; bonus bAspdRate,10; if (.@r >= 11) { bonus2 bSkillAtk,"SU_PICKYPECK",15; bonus2 bSkillAtk,"SU_CN_METEOR",15; } } } },{},{}
Dropped By No Result

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

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

Mer Book Basic    Item ID# 11040 (Mer_Book_Basic)
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
A book with the basics for living as a Merchant.
Item Script
{},{},{}
Dropped By No Result

Mer Book Misc    Item ID# 11042 (Mer_Book_Misc)
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{},{},{}
Dropped By No Result

Mer Book Practice    Item ID# 11041 (Mer_Book_Practice)
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{},{},{}
Dropped By No Result

Mercenary Awakening Potion    Item ID# 12242 (M_Awakening_Potion)
Type
Usable Item
Class
n/a
Buy
1500z
Sell
750z
Weight
15
Applicable Jobs
Every Job
Description
A Potion from the Mercenary guild which increases Attack Speed. Can not be used by players.
Increases the Attack Speed of a players Mercenary by 15%.
Item Script
{ mercenary_sc_start SC_ASPDPOTION1,1800000,0; },{},{}
Dropped By No Result

Mercenary Berserk Potion    Item ID# 12243 (M_Berserk_Potion)
Type
Usable Item
Class
n/a
Buy
3000z
Sell
1500z
Weight
20
Applicable Jobs
Every Job
Description
A Potion from the Mercenary guild which increases Attack Speed. Can not be used by players.
Increases the Attack Speed of a players Mercenary by 20%.
Item Script
{ mercenary_sc_start SC_ASPDPOTION2,1800000,0; },{},{}
Dropped By No Result

Mercenary Blue Potion    Item ID# 12185 (Mercenary_Blue_Potion)
Type
Usable Item
Class
n/a
Buy
1000z
Sell
500z
Weight
10
Applicable Jobs
Every Job
Description
An SP potion distributed by the Mercenary guild only for Mercenaries.
Can not be used by players.
Effect : Recovers 100 SP.
Item Script
{ mercenary_heal 0,100; },{},{}
Dropped By No Result

« First < 5556575859606162636465 > Last »
back to top