


π Navigation Menu
Item Information
#1384: Veteran Axe
| Item ID | 1384 | Sellable | No |
|---|---|---|---|
| Identifier | Veteran_Axe |
Cash Price | Not for sale |
| Name | Veteran Axe | Type | Armor |
| Buy Price | 10,000 z. | Weight | 300 |
| Sell Price | 5,000 z. | Weapon Level | 3 |
| Range | 1 tiles | Defense | 0 |
| Slots | 2 | Refineable | Yes |
| Attack | 250 | Min Level | 80 |
| Equip Loc | Main Hand + Off Hand | ||
| Jobs | Alchemist | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 if (getskilllv("BS_DAGGER") == 3) {
2 bonus bBaseAtk,10;
3 }
4 if (getskilllv("BS_SWORD") == 3) {
5 bonus bBaseAtk,10;
6 }
7 if (getskilllv("BS_TWOHANDSWORD") == 3) {
8 bonus bBaseAtk,10;
9 }
10 if (getskilllv("BS_KNUCKLE") == 3) {
11 bonus bBaseAtk,10;
12 }
13 if (getskilllv("BS_SPEAR") == 3) {
14 bonus bBaseAtk,10;
15 }
16 if (getskilllv("BS_AXE") == 3) {
17 bonus bBaseAtk,10;
18 }
19 if (getskilllv("BS_MACE") == 3) {
20 bonus bBaseAtk,10;
21 }
22 bonus bVit,2;
On Equip:
None
On Unequip:
None
Dropped by Monsters
| Mob ID | Monster Name | Drop Rate | Level | Race | Element |
|---|---|---|---|---|---|
| #2018 | Duneyrr | 0.15% | 107 | Demi-Human | Lv 3 Earth |