Renewal
.:Renewal Item Database:.
Weapon - One-handed Axe

Muqaddas Tabar [2]   [One Hand]   Item ID# 520031 (Mocadas_Axe)
Type
Weapon
Class
One-handed Axe
Buy
n/a
Sell
n/a
Weight
600
Attack
250
Required Lvl
250
Weapon Lvl
5
Slot
2
Applicable Jobs
Meister
Description
A axe created by combining holy relics and magical powers.

Indestructible in battle

ATK +5%
Increases damage of Triple Laser by 10%.

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

Refine Level +9:
Increases damage of Triple Laser by additional 10%.

Refine Level +11:
Increases damage of Triple Laser by additional 10%.

[Bonus by Grade]
[Grade D]: Physical Damage against enemies of Small size +15%.
[Grade C]: Physical Damage against enemies of Medium size +15%.
[Grade B]: Physical Damage against enemies of Large size +15%.
[Grade A]: P.ATK +5
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,5; bonus2 bSkillAtk,"MT_TRIPLE_LASER",10; if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"MT_TRIPLE_LASER",10; if (.@r>=11) { bonus2 bSkillAtk,"MT_TRIPLE_LASER",10; } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bAddSize,Size_Small,15; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_Medium,15; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_Large,15; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,5; } } } } },{},{}
Dropped By No Result

Orcish Axe [0]   [One Hand]   Item ID# 1304 (Orcish_Axe)
Type
Weapon
Class
One-handed Axe
Buy
20z
Sell
10z
Weight
150
Attack
75
Required Lvl
3
Weapon Lvl
3
Slot
0
Applicable Jobs
Novice
Swordman
Merchant
Knight
Blacksmith
Assassin
Supernovice
Crusader
Alchemist
Description
An axe crafted by Orcish smiths for Orcish warriors.
Item Script
{},{},{}
Dropped By
EnchantmentSocket Enchantable
Obtainable FromOrc Hero Helm / Helmet of Orc Hero
Old Blue Box, Old Violet Box

Orcish Axe [0]   [One Hand]   Item ID# 1312 (Orcish_Axe_C)
Type
Weapon
Class
One-handed Axe
Buy
n/a
Sell
n/a
Weight
0
Attack
110
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Novice
Swordman
Merchant
Knight
Blacksmith
Assassin
Supernovice
Crusader
Alchemist
Description
Rental Items
An axe crafted by Orcish smiths for Orcish warriors.
Increases physical damage against Small, Medium, Large size monsters by 70%.


When VIP status is active:
ATK +10, MATK +10.
Item Script
{ bonus2 bAddSize,Size_All,70; },{},{}
Dropped By No Result

Orcish Axe [4]   [One Hand]   Item ID# 1309 (Orcish_Axe_)
Type
Weapon
Class
One-handed Axe
Buy
20z
Sell
10z
Weight
150
Attack
75
Required Lvl
3
Weapon Lvl
3
Slot
4
Applicable Jobs
Novice
Swordman
Merchant
Knight
Blacksmith
Assassin
Supernovice
Crusader
Alchemist
Description
An axe crafted by Orcish smiths for Orcish warriors.
Item Script
{},{},{}
Dropped By No Result
EnchantmentGenerated by Socket Enchanting

Paradise Axe [0]   [One Hand]   Item ID# 520010 (1Para_Axe)
Type
Weapon
Class
One-handed Axe
Buy
n/a
Sell
n/a
Weight
0
Attack
100
Required Lvl
10
Weapon Lvl
2
Slot
0
Refineable
No
Applicable Jobs
Merchant
Blacksmith
Alchemist
Description
A one-handed axe for beginners made by the Paradise Group.

Indestructible in battle

Base Level at least 20:
ATK +15

Base Level at least 30:
ATK +20

Base Level at least 45:
ATK +25
Item Script
{ bonus bUnbreakableWeapon; if (BaseLevel>=20) bonus bBaseAtk,15; if (BaseLevel>=30) bonus bBaseAtk,20; if (BaseLevel>=45) bonus bBaseAtk,25; },{},{}
Dropped By No Result

Paradise Blacksmith Axe [0]   [One Hand]   Item ID# 520011 (2Para_Axe_BS)
Type
Weapon
Class
One-handed Axe
Buy
n/a
Sell
n/a
Weight
0
Attack
160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Blacksmith
Description
A one-handed axe made by the Paradise Group.

Indestructible in battle

ATK +3%

Base Level at least 60:
Increases melee physical damage by 10%.

Base Level at least 75:
Increases damage of Cart Revolution damage by 10%.

Base Level at least 90:
Increases damage of Cart Revolution damage by additional 15%.
Item Script
{ bonus bAtkRate,3; if (BaseLevel>=60) bonus bShortAtkRate,10; if (BaseLevel>=75) bonus2 bSkillAtk,"MC_CARTREVOLUTION",10; if (BaseLevel>=90) bonus2 bSkillAtk,"MC_CARTREVOLUTION",15; },{},{}
Dropped By No Result

Paradise Mechanic Axe [0]   [One Hand]   Item ID# 520012 (3Para_Axe_NC)
Type
Weapon
Class
One-handed Axe
Buy
n/a
Sell
n/a
Weight
0
Attack
250
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Mechanic
Description
A high-quality one-handed axe made by the Paradise Group.

Indestructible in battle

ATK +5%

For each Level of Mado Gear Licence:
Increases ranged physical damage by 2%.

Base Level at least 105:
Decreases variable cast time by 10%.
Increases damage of Vulcan Arm, Boost Knuckle and Arm Cannon by 25%.

Base Level at least 110:
Decreases after skill cast delay by 10%.
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Vulcan Arm, Boost Knuckle and Arm Cannon by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("NC_MADOLICENCE"); bonus bUnbreakableWeapon; bonus bLongAtkRate,2*.@a; bonus bAtkRate,5; if (.@l>=105) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"NC_VULCANARM",25; bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",25; bonus2 bSkillAtk,"NC_ARMSCANNON",25; if (.@l>=110) { bonus bDelayrate,-10; bonus2 bAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"NC_VULCANARM",15; bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15; bonus2 bSkillAtk,"NC_ARMSCANNON",15; } } } },{},{}
Dropped By No Result

Pride Steel [2]   [One Hand]   Item ID# 520002 (Ep172_1h_Axe)
Type
Weapon
Class
One-handed Axe
Buy
n/a
Sell
n/a
Weight
300
Attack
250
Required Lvl
150
Weapon Lvl
4
Slot
2
Applicable Jobs
Mechanic
Description
Automatic robots break down, smash and fall apart.
It was terribly transformed by the magic interference device installed by the Illusionians.

Indestructible in battle

Increases damage of Power Swing by 10%.
For each 3 refine levels: ATK +12.

Refine Level +7:
Increases damage of Power Swing by additional 15%.

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

Refine Level +11:
Increases damage of Power Swing by additional 25%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"NC_POWERSWING",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"NC_POWERSWING",15; } if (.@r>=9) { bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; } if (.@r>=11) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",25; } },{},{}
Dropped By

Ru Blue Axe [1]   [One Hand]   Item ID# 1322 (Ru_Blue_Axe)
Type
Weapon
Class
One-handed Axe
Buy
10z
Sell
5z
Weight
180
Attack
180
Required Lvl
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Genetic
Description
Blue Axe which has destructive power.
STR +5, INT +5.

When VIP Status is active:
Long Range Atk + 20%.
ASPD +3.
Item Script
{ bonus bStr,5; bonus bInt,5; },{},{}
Dropped By No Result

Ru Gold Axe [2]   [One Hand]   Item ID# 1323 (Ru_Gold_Axe)
Type
Weapon
Class
One-handed Axe
Buy
n/a
Sell
n/a
Weight
180
Attack
180
Required Lvl
120
Weapon Lvl
3
Slot
2
Applicable Jobs
Genetic
Description
A golden axe with brutal power.
STR +8, INT +8
Item Script
{ bonus bStr,8; bonus bInt,8; },{},{}
Dropped By No Result

TE Woe Axe [0]   [One Hand]   Item ID# 1319 (TE_Woe_Axe)
WoE TE Axe
Type
Weapon
Class
One-handed Axe
Buy
n/a
Sell
n/a
Weight
0
Attack
100
Required Lvl
40
Weapon Lvl
3
Slot
0
Applicable Jobs
Novice
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Supernovice
Crusader
Rogue
Alchemist
Description
Rental Item
Item cannot be traded with other characters.
Indestructible

** Extra option available in WoE TE area
+40% Physical Damage to Players.
When dealing physical attacks, has a high chance of Freezing the target.
Item Script
{ bonus bUnbreakableWeapon; bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; bonus2 bAddEff,Eff_Freeze,1000; },{},{}
Dropped By No Result

Tourist Axe [0]   [One Hand]   Item ID# 1313 (Tourist_Axe)
Traveler's Axe
Type
Weapon
Class
One-handed Axe
Buy
n/a
Sell
n/a
Weight
50
Attack
77
Weapon Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Novice
Swordman
Merchant
Knight
Blacksmith
Assassin
Supernovice
Crusader
Alchemist
Description
Item cannot be traded with other characters.
Axe Travellers who travelled all around the world.
STR +2.
Item Script
{ bonus bStr,2; },{},{}
Dropped By No Result

< 12345 >
back to top