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

Master Archer Lv. 9    Item ID# 29099 (MasterArcher9)
Type
Card
Class
Enchant
Buy
10z
Sell
5z
Weight
0
Description
Increases ranged physical damage by 36%.
Decreases after attack delay by 9%.
Item Script
{ bonus bLongAtkRate,36; bonus bAspdRate,9; },{},{}
Dropped By No Result

Master Shadow Shield [Shadow Shield]   Item ID# 24793 (S_Master_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
200
Applicable Jobs
Every Job
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

ATK +2%, MATK +2%

For each 2 Refine Levels:
Increases Physical Damage by 1%.
Increases Magical Damage with every element by 1%.

Refine Level +7:
MaxHP +3%, MaxSP +3%

Refine Level +9:
P.ATK +2, S.MATK +2
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatkRate,2; bonus bAtkRate,2; bonus bShortAtkRate,(.@r/2); bonus bLongAtkRate,(.@r/2); bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=7) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; if (.@r>=9) { bonus bPAtk,2; bonus bSMatk,2; } } },{},{}
Dropped By No Result

Master Shadow Weapon [Shadow Weapon]   Item ID# 24792 (S_Master_Weapon)
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
200
Applicable Jobs
Every Job
Description
A pair of gloves that can draw the wearer's potential ability.

ATK +2%, MATK +2%

For each 2 Refine Levels:
Increases Physical Damage by 1%.
Increases Magical Damage with every element by 1%.

Refine Level +7:
MaxHP +3%, MaxSP +3%

Refine Level +9:
P.ATK +2, S.MATK +2
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatkRate,2; bonus bAtkRate,2; bonus bShortAtkRate,(.@r/2); bonus bLongAtkRate,(.@r/2); bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=7) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; if (.@r>=9) { bonus bPAtk,2; bonus bSMatk,2; } } },{},{}
Dropped By No Result

Master Soul Rifle [2]   [Two Handed]   Item ID# 28255 (Master_Soul_Rifle)
Type
Weapon
Class
Rifle
Buy
20z
Sell
10z
Weight
100
Attack
150 / MATK 210
Required Lvl
100
Weapon Lvl
4
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A rifle with the power of the soul used by those who have reached the level of Gunmaster, which can handle all firearms skillfully.
It resonates with Ancient Hero's Boots.

MATK +210.
Every 2 refine levels, MATK +10.
Every 3 refine levels, decrease after attack delay by 3%.

Refine Level +7:
ASPD +1, MATK +5%.

Refine Level +9:
Random chance to auto cast Soul Strike Lv.10 when dealing long range physical damage.

Refine Level +11:
Increases the chance to auto cast Soul Strike and also auto casts Soul Expansion Lv.3 when dealing long range physical damage.

When equipped with Ancient Hero's Boots:
Random chance to increase INT by 20 and Ghost elemental magic damage by 10% for 7 seconds when dealing magical damage.

More Information on Combo:
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatk,10*(.@r/3); bonus bAspdRate,3*(.@r/3); if (.@r >= 7) { bonus bAspd,1; bonus bMatkRate,5; if (.@r >= 9) { .@chance = 1; /* unknown rate*/ if (.@r >= 11) { .@chance += 1; bonus5 bAutoSpell,"WL_SOULEXPANSION",3,1,BF_LONG,1; } bonus5 bAutoSpell,"MG_SOULSTRIKE",10,.@chance,BF_LONG,1; } } },{},{}
Dropped By No Result

Master Soul Rifle Modification Cube    Item ID# 100405 (Master_Soul_Rifle_Cube)
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
A cube that converts the Master Soul Rifle into an Patent Master Soul Rifle.
Uses an +9 Master Soul Rifle as a material.
An +7 Patent Master Soul Rifle can be obtained.

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

Master Soul Rifle-LT [2]   [Two Handed]   Item ID# 810009 (Master_Soul_Rifle_LT)
Type
Weapon
Class
Rifle
Buy
n/a
Sell
n/a
Weight
100
Attack
200 / MATK 250
Required Lvl
190
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
An improved version of the rifle imbued with the power of the soul used by those who have reached the level of a Gunmaster who can handle all firearms skillfully.
Resonates with Hero's Boots-LT.

MATK +250

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

For each 2 Refine Levels:
MATK +15

For each 3 Refine Levels:
Increases damage of Soul Strike and Napalm Vulcan by 20%.

Refine Level +7:
Increases damage of Soul Expansion by 40%.
Increases magical damage with Ghost element by 25%.

Refine Level +9:
Ranged physical attacks have a 15% chance to autocast Level 10 Soul Strike, Level 5 Napalm Vulcan or Level 5 Soul Expansion.

Refine Level +11:
Increases damage of Soul Expansion by additional 30%.
Increases magical damage against enemies of every size by 15%.

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

[Bonus by Grade]
[Grade D]: MATK +3%
[Grade C]: Magical Damage with Ghost element +15%. S.MATK +1
[Grade B]: SPL +3, S.MATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); if (BaseLevel>=210) { bonus bSmatk,1; bonus bSpl,2; } if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Ghost,25; bonus2 bSkillAtk,"WL_SOULEXPANSION",40; if (.@r>=9) { bonus5 bAutoSpell,"MG_SOULSTRIKE",5,150,BF_LONG|BF_WEAPON,1; bonus5 bAutoSpell,"WL_SOULEXPANSION",5,150,BF_LONG|BF_WEAPON,1; bonus5 bAutoSpell,"HW_NAPALMVULCAN",5,150,BF_LONG|BF_WEAPON,1; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus2 bSkillAtk,"WL_SOULEXPANSION",30; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Ghost,15; bonus bSmatk,1; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,2; bonus bSpl,3; } } } bonus bMatk,15*(.@r/2); bonus2 bSkillAtk,"MG_SOULSTRIKE",20*(.@r/3); bonus2 bSkillAtk,"HW_NAPALMVULCAN",20*(.@r/3); },{},{}
Dropped By No Result

Master's Head [0]   [Middle & Lower Head]   Item ID# 19425 (Master_Cat)
Type
Armor
Class
Middle & Lower Headgear
Buy
n/a
Sell
n/a
Weight
0
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Helmet modeled after the appearance of the Master Cat Letter.
Jack likes.
Item Script
{},{},{}
Dropped By No Result

Mastering Card [Garment]   Item ID# 4197 (Mastering_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Lucky Streak
Description
LUK + 1
[+ Poring Card]
FLEE +18

More Information on Combo:
Item Script
{ bonus bLuk,1; },{},{}
Dropped By
Obtainable FromMystical Card Album

Mastering Egg    Item ID# 9069 (Mastering_Egg)
Type
Monster Egg
Class
n/a
Buy
20z
Sell
10z
Weight
0
Description
An egg in which a Mastering Cute Pet rests.
Can be hatched by using a Pet Incubator.
When intimacy is Awkward, LUK +2, CRIT +1.
When intimacy is Neutral, LUK +3, CRIT +1.
When intimacy is Cordial, LUK +3, CRIT +2.
When intimacy is Loyal, LUK + 3, CRIT + 3.
Item Script
{},{},{}
Dropped By No Result

Masterpieces of Artisan Chocolate    Item ID# 22557 (ArtisanChocolate)
Type
Healing Item
Class
n/a
Buy
10z
Sell
5z
Weight
1
Description
Delicately infused artisan craftsmanship of chocolate.
Luxury is worth that you pay at the time of purchase and consumption when HP 5% SP 5% recovery intact.
Item Script
{},{},{}
Dropped By No Result

MasterSmith Card [Weapon]   Item ID# 4361 (B_Harword_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Hollgrehenn
Description
Add a 10% chance of breaking the enemy's weapon and a 7% chance of breaking the enemy's armor when attacking.

More Information on Combo:
Item Script
{ bonus bBreakWeaponRate,1000; bonus bBreakArmorRate,700; },{},{}
Dropped By

Mastersmith Stone (Lower)    Item ID# 25496 (MechanicStone_Bottom)
Mastersmith Stone(Lower)
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
10
Description
A stone that awakens the potential of Whitesmiths.

Gives the following effects when compounded on a slot of a Costume Lower Headgear:
Increases damage of Cart Termination by 20%.

Find NPC: Aver De Dosh at mal_in01 (23,113)
Item Script
{},{},{}
Dropped By No Result

« First < 3637383940414243444546 > Last »
back to top