0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #1384 Weapon

Veteran Axe [2]

Buy Price: N/A Sell Price: N/A
An axe made out of the metal which the Ancient God of Blacksmiths gave to humans.
_______________________
VIT +2
_______________________
Random chance to auto-cast 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)
_______________________
Type: Two-Handed Axe
Attack: 250
Weight: 300
Weapon Level: 3
_______________________
Requirement:
Base Level 80
Merchant

Monster Drops

Normal Drops

Duneyrr

Rate: 25%

Available from boxes

Basic Information

Weapon
3000
1

Job Requirements

Yes
Yes
Yes

Requirements

3
80

Scripts

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;
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;
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.