Renewal
.:Renewal Item Database:.
Weapon

Meteor Striker [2]   [One Hand]   Item ID# 590002 (Meteor_Striker)
Type
Weapon
Class
Mace
Buy
n/a
Sell
n/a
Weight
300
Attack
300
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Mechanic
Description
It resonates with Ancient Hero's Boots.

Indestructible in battle

For each 2 refine levels, ATK +10.
For each 3 refine levels, increases Vulcan Arm damage by 4%.

Refine Level +9:
Increases Vulcan Arm and Arm Cannon damage by additional 10%.

Refine Level +11:
Reduces variable cast time by 15%.

When equipped with Ancient Hero's Boots:
Random chance to increase STR by 20 and ATK by 15% for 7 seconds when dealing physical or magical damage.
Item Script
expand to view script
{ .@r = getrefine(); if (.@r>=2) { bonus bBaseAtk,.@r/2*10; } if (.@r>=3) { bonus2 bSkillAtk,"NC_VULCANARM",.@r/3*10; } if (.@r>=9) { bonus2 bSkillAtk,"NC_VULCANARM",10; bonus2 bSkillAtk,"NC_ARMSCANNON",10; } if (.@r>=11) { bonus bVariableCastrate,-15; } },{},{}
Dropped By No Result

Meteor Striker-LT [2]   [One Hand]   Item ID# 590034 (Meteor_Striker_LT)
Type
Weapon
Class
Mace
Buy
n/a
Sell
n/a
Weight
350
Attack
320
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Mechanic
Description
An improved version of a hammer crafted from rare ore found in a meteorite.
Resonates with Hero's Boots-LT.

Indestructible in battle

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 damage of Vulcan Arm and Knuckle Boost by 10%.

Refine Level +7:
Increases damage of Vulcan Arm and Knuckle Boost by additional 10%.

Refine Level +9:
Increases damage of Arm Cannon by 25%.
Decreases variable cast time by 15%.

Refine Level +11:
Increases ranged physical damage by 15%.
Increases damage of Arm Cannon by additional 20%.

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 bUnbreakableWeapon; bonus bAtkRate,5; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15; bonus2 bSkillAtk,"NC_VULCANARM",15; if (.@r>=9) { bonus bVariableCastrate,-15; bonus2 bSkillAtk,"NC_ARMSCANNON",25; if (.@r>=11) { bonus bLongAtkRate,15; bonus2 bSkillAtk,"NC_ARMSCANNON",20; } } } 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); bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",10*(.@r/3); bonus2 bSkillAtk,"NC_VULCANARM",10*(.@r/3); },{},{}
Dropped By No Result

Meuchler-OS [2]   [Two Handed]   Item ID# 28038 (Meuchler_OS)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
130
Attack
190
Required Lvl
130
Weapon Lvl
4
Slot
2
Applicable Jobs
Assassin
Description
Katar with black blades that engraved with turquoise colored motif.

ATK +3%.
Refine Level +7, reduces after attack delay by 7%.
Refine Level +9, increases damage of Cross Ripper Slasher by 15%.
Refine Level +11, increases physical damage inflicted on Small and Medium size monsters by 20%.
Item Script
{ .@r = getrefine(); bonus bAtkRate,3; if (.@r >= 7) { bonus bAspdRate,7; if (.@r >= 9) { bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",15; if (.@r >= 11) { bonus2 bAddSize,Size_Small,20; bonus2 bAddSize,Size_Medium,20; } } } },{},{}
Dropped By No Result

Meuchler-OSAD [2]   [Two Handed]   Item ID# 610039 (Meuchler_AD)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
130
Attack
190
Required Lvl
170
Weapon Lvl
5
Slot
2
Applicable Jobs
Assassin
Description
An upgraded version of a katar with black blades that engraved with turquoise colored motif.

ATK +5%

Refine Level +7:
ASPD +7% (Decreases after attack delay by 7%).
Increases ranged physical damage by 10%.

Refine Level +9:
Increases damage of Cross Ripper Slasher by 45%.
Decreases after skill cast delay by 15%.

Refine Level +11:
Increases physical damage against enemies of Small and Medium size by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkRate,5; if (.@r>=7) { bonus bLongAtkRate,10; bonus bAspdRate,7; if (.@r>=9) { bonus bDelayrate,-15; bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",45; if (.@r>=11) { bonus2 bAddSize,Size_Small,20; bonus2 bAddSize,Size_Medium,20; } } } },{},{}
Dropped By No Result

MH-P89-OS [2]   [Two Handed]   Item ID# 18179 (MH_P89_OS)
Type
Weapon
Class
Bow
Buy
20z
Sell
10z
Weight
120
Attack
170
Required Lvl
130
Weapon Lvl
4
Slot
2
Range
5
Applicable Jobs
Minstrel / Wanderer
Description
Crossbow with prototype number 89 stamped on its body.
You can tell the power by the number on the dashboard after you shoot the bow.

ATK +3%.

Refine Level +7, increases long ranged physical damage by 7%.

Refine Level +9, reduces after skill delay of Severe Rainstorm by 2 seconds.

Refine Level +11, increases Severe Rainstorm damage by 15%.
Item Script
{ .@r = getrefine(); bonus bAtkRate,3; if (.@r >= 7) { bonus bLongAtkRate,7; if (.@r >= 9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; if (.@r >= 11) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; } } } },{},{}
Dropped By No Result

MH-P89-OSAD [2]   [Two Handed]   Item ID# 700055 (MH_P89_AD)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
120
Attack
170
Required Lvl
170
Weapon Lvl
5
Slot
2
Range
5
Applicable Jobs
Minstrel / Wanderer
Description
An upgraded crossbow with prototype number 89 stamped on its body.
You can tell the power by the number on the dashboard after you shoot the bow.

ATK +5%

Refine Level +7:
Increases ranged physical damage by 10%.

Refine Level +9:
Decreases Severe Rainstorm skill cooldown by 2 seconds.

Refine Level +11:
Increases damage of Severe Rainstorm by 40%.
Item Script
{ .@r = getrefine(); bonus bAtkRate,5; if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; if (.@r>=11) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",40; } } } },{},{}
Dropped By No Result

Mighty Staff [0]   [One Hand]   Item ID# 1613 (Mighty_Staff)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
70
Attack
130 / MATK 100
Required Lvl
24
Weapon Lvl
3
Slot
0
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A rare staff that can convert psychic energy into brute strength.
STR +10
MATK +100
Drains 2 SP with each physical attack.
Item Script
{ bonus bStr,10; bonus bSPDrainValue,-2; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Mighty Staff [0]   [One Hand]   Item ID# 1623 (Mighty_Staff_C)
Rental Mighty Staff
Type
Weapon
Class
One-handed Staff
Buy
1z
Sell
0z
Weight
0
Attack
165 / MATK 120
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
Rental Items
A rare staff that can convert psychic energy into brute strength.

STR + 10, INT + 4, MATK + 100.
Drains 1 SP with each Physical attack.
Impossible to refine this item.

When VIP status is active:
ATK +10, MATK +10.
Item Script
{ bonus bInt,4; bonus bStr,10; bonus bSPDrainValue,-1; },{},{}
Dropped By No Result

Mikacheuki [1]   [One Hand]   Item ID# 13078 (Mikatsuki)
Mikatsuki
Type
Weapon
Class
Dagger
Buy
40000z
Sell
20000z
Weight
60
Attack
50 / MATK 120
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Reduces SP consumption of skills by 5%.
Reduces variable casting time of skills by 5%.
MATK +120.
Item Script
{ bonus bUseSPrate,-5; bonus bVariableCastrate,-5; },{},{}
Dropped By No Result

Mine Worker's Pickaxe [2]   [Two Handed]   Item ID# 28116 (Mine_Worker_Pickax)
Type
Weapon
Class
Two-handed Axe
Buy
10z
Sell
5z
Weight
400
Attack
300
Required Lvl
100
Weapon Lvl
3
Slot
2
Applicable Jobs
Mechanic
Description
A Pickaxe used by miner whose work at the gold mine. A little heavy, but have great attack power.

Adds a chance of gaining CRIT +20 for 7 seconds when dealing melee physical attacks.

Refine Level +7: Critical damage +5%.
Refine Level +9: Critical damage +10%.

More Information on Combo:
Item Script
{ bonus bUnbreakableWeapon; autobonus "{ bonus bCritical,20; }",50,7000,BF_SHORT,"{ specialeffect2 EF_ENCHANCE; }"; .@r = getrefine(); if (.@r>=9) { bonus bCritAtkRate,15; } else if (.@r>=7) { bonus bCritAtkRate,5; } },{},{}
Dropped By

Mine Worker's Pickaxe [3]   [Two Handed]   Item ID# 28127 (Mine_Worker_Pickax_J)
Miner's Pickaxe
Type
Weapon
Class
Two-handed Axe
Buy
n/a
Sell
n/a
Weight
40
Attack
300
Required Lvl
130
Weapon Lvl
4
Slot
3
Applicable Jobs
Arch Bishop
Warlock
Ranger
Guillotine Cross
Expanded Supernovice
Shura
Sorcerer
Shadow Chaser
Minstrel / Wanderer
Taekwon
Star Emperor
Soul Reaper
Gunslinger
Ninja
Kagerou / Oboro
Rebellion
Summoner
Spirit Handler
Description
The pickaxe of a worker who worked in the mine.
It's heavy, but its destructive power is amazing.

Decreases Magma Eruption skill cooldown by 3 seconds.

For each refine level: VIT +1, ATK +10.

Refine Level +9:
Decreases Axe Tornado skill cooldown by 1 seconds.

When equipped with Frontier Boots:
Decreases Axe Tornado skill cooldown by 0.5 seconds.

If Refine Level of Frontier Boots is +7 or higher:

If Refine Level of Miner's Pickaxe is +7 or higher:
Decreases damage taken from Boss class monsters by 30%.

If Refine Level of Miner's Pickaxe is +9 or higher:
Decreases damage taken from Boss class monsters by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillCooldown,"NC_MAGMA_ERUPTION",-3000; bonus bVit,.@r; bonus bAtk,.@r*10; if (.@r>=9) bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; },{},{}
Dropped By No Result

Mini Mei [2]   [Two Handed]   Item ID# 13197 (MINIMAY)
Minigun
Type
Weapon
Class
Gatling Gun
Buy
1600000z
Sell
800000z
Weight
50
Attack
220
Required Lvl
106
Weapon Lvl
2
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A modified version of mass-produced gatling gun. Its quite useful considering it's quality.
Item Script
{ bonus bCritical,5; bonus bHit,-5; },{},{}
Dropped By No Result
Buyable AtClick here for vender information

« First < 23456789101112 > Last »
back to top