.:Renewal Item Database:.
Weapon - Two-handed Axe
Type
Weapon
Class
Two-handed Axe
Buy
20z
Sell
10z
Weight
0 Attack
200 Required Lvl 80 Weapon Lvl 3 Slot 0 | |
Applicable Jobs | Swordman Merchant Knight Blacksmith Crusader Alchemist |
---|---|
Description | A terrifying two-handed axe that is said to stimulate the nerves in order to kill DemiHumans, once it's in the wearer's hands. STR + 3 Increases physical damage on DemiHuman monsters by 55%. Ignores physical defense of DemiHuman monsters by 20%. Indestructible. |
Item Script | { bonus bStr,3; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bAddRace,RC_Player_Human,55; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; },{},{} |
Dropped By | No Result |
Obtainable From | Battleground |
Type
Weapon
Class
Two-handed Axe
Buy
20z
Sell
10z
Weight
250 Attack
50 Required Lvl 95 Weapon Lvl 4 Slot 0 | |
Applicable Jobs | Swordman Merchant Knight Blacksmith Crusader Alchemist |
---|---|
Description | *Effects during WoE & PVP Reduces the target's SP by 10% on each successful normal physical attack. (Skill attacks are not affected by this.) |
Item Script | { bonus bUnbreakableWeapon; bonus3 bSPVanishRaceRate,RC_Player_Human,1000,10; bonus3 bSPVanishRaceRate,RC_Player_Doram,1000,10; },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Two-handed Axe
Buy
20z
Sell
10z
Weight
550 Attack
300 Required Lvl 95 Weapon Lvl 4 Slot 0 | |
Applicable Jobs | Swordman Merchant Knight Blacksmith Crusader Alchemist |
---|---|
Description | *Effects during WoE & PVP Increases physical damage to enemy Players by 40%. Ignores physical defense of enemy Players by 30%. When refined to +6 or higher: Increases Axe Boomerang and Power Swing damage by 80% When refined to +9 or higher: Increases physical damage to enemy Players by additional 60%. |
Item Script |
expand to view script{ bonus bUnbreakableWeapon; bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; bonus2 bIgnoreDefRaceRate,RC_Player_Human,30; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30; .@r = getrefine(); if (.@r>=6) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",80; bonus2 bSkillAtk,"NC_POWERSWING",80; } if (.@r>=9) { bonus2 bAddRace,RC_Player_Human,60; bonus2 bAddRace,RC_Player_Doram,60; } },{},{} |
Dropped By |
Type
Weapon
Class
Two-handed Axe
Buy
10000z
Sell
5000z
Weight
300 Attack
250 Required Lvl 80 Weapon Lvl 3 Slot 2 | |
Applicable Jobs | Merchant Blacksmith Alchemist |
---|---|
Description | An axe made out of the metal which the Ancient God of Blacksmiths gave to humans. VIT +2. Has a chance to autocast Level 3 Magnum Break when using Hammer Fall. ATK +10 for each mastered Forging skill. (Smith Dagger, Smith Sword, Smith Two-Handed Sword, Smith Axe, Smith Mace, Smith Brass Knuckle and Smith Spear) |
Item Script |
expand to view script{ if (getskilllv("BS_DAGGER") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_SWORD") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_TWOHANDSWORD") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_KNUCKLE") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_SPEAR") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_AXE") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_MACE") == 3) { bonus bBaseAtk,10; } bonus bVit,2; bonus4 bAutoSpellOnSkill,"BS_HAMMERFALL","SM_MAGNUM",3,50; },{},{} |
Dropped By |
Veteran Axe [3] [Two Handed] Item ID# 28114 (Veteran_Axe_) | |
Type
Weapon
Class
Two-handed Axe
Buy
n/a
Sell
n/a
Weight
300 Attack
250 Required Lvl 80 Weapon Lvl 3 Slot 3 | |
Applicable Jobs | Merchant Blacksmith Alchemist |
---|---|
Description | An axe made out of the metal which the Ancient God of Blacksmiths gave to humans. VIT +2. Random chance to autocast Level 3 Magnum Break when using Hammer Fall. ATK +10 for each mastered Forging skill. (Smith Dagger, Smith Sword, Smith Two-Handed Sword, Smith Axe, Smith Mace, Smith Brass Knuckle and Smith Spear) When equipped with Heroic Boots: ATK +10 for each mastered Forging skill. (Smith Dagger, Smith Sword, Smith Two-Handed Sword, Smith Axe, Smith Mace, Smith Brass Knuckle and Smith Spear) For each Level of Fire Earth Research: Decreases Axe Tornado skill cooldown by 0.2 seconds. When equipped with Ring of Brave and Heroic Boots: Decreases Axe Tornado skill cooldown by additional 0.5 seconds. Random chance to drop Mastela Fruit when defeating monsters. If Refine Level of Veteran Axe is +7 or higher: Increases damage of Axe Tornado by 20%. If Refine Level of Veteran Axe is +9 or higher: Increases damage of Axe Tornado by additional 40%. |
Item Script |
expand to view script{ if (getskilllv("BS_DAGGER") == 3) bonus bBaseAtk,10; if (getskilllv("BS_SWORD") == 3) bonus bBaseAtk,10; if (getskilllv("BS_TWOHANDSWORD") == 3) bonus bBaseAtk,10; if (getskilllv("BS_KNUCKLE") == 3) bonus bBaseAtk,10; if (getskilllv("BS_SPEAR") == 3) bonus bBaseAtk,10; if (getskilllv("BS_AXE") == 3) bonus bBaseAtk,10; if (getskilllv("BS_MACE") == 3) bonus bBaseAtk,10; bonus bVit,2; bonus4 bAutoSpellOnSkill,"BS_HAMMERFALL","SM_MAGNUM",3,50; },{},{} |
Dropped By | No Result |