Renewal
.:Renewal Item Database:.
Search Item By ID


Veteran Axe [2]   [Two Handed]   Item ID# 1384 (Veteran_Axe)
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)

[iRO Description]
An axe made out of the metal which the Ancient God of Blacksmiths gave to humans. If someone handy with metals uses this axe, it will show their incredible power.

Type: Weapon
Class: Two-Handed Axe
Attack: 250
Element: Neutral
Weapon Level: 3
Required Level: 80
Required Job: Merchant Jobs

VIT + 2
Adds a 5% chance of casting Level 3 Magnum Break on the target when using Hammerfall.
This item is indestructible in battle.

If Forge Axe is at maximum level,
ATK + 10

If Forge Dagger is at maximum level,
ATK + 10

If Forge Knuckle is at maximum level,
ATK + 10

If Forge Mace is at maximum level,
ATK + 10

If Forge Spear is at maximum level,
ATK + 10

If Forge Sword is at maximum level,
ATK + 10

If Forge Two-Handed Sword is at maximum level,
ATK + 10
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

back to top