Veteran Axe ItemID: 1384 (Veteran_Axe) |
---|
Type | Weapon | Location | 2-Handed Weapon | Weight | 300 |
---|
Buy | 10000 | Sell | 5000 | Pre-/Sufix | |
---|
|
| An axe crafted by a man using an ore given by the ancient god of smithing. It is said that only one skilled in metalworking can properly wield this axe. If the player has mastered Smith Dagger, ATK + 10. If the player has mastered Smith Sword, ATK + 10. If the player has mastered Smith Two-hand Sword, ATK + 10. If the player has mastered Smith Knuckle, ATK + 10. If the player has mastered Smith Spear, ATK + 10. If the player has mastered Smith Axe, ATK + 10. If the player has mastered Smith Mace, ATK + 10. VIT + 2 Class : Two-Handed Axe Attack : 250 Weight : 300 Property : Neutral Weapon Level : 3 Required Level : 80 Applicable Job : Merchant Class
|
---|
Script: | { if(getskilllv("BS_DAGGER")==3) { bonus bAtk,10; } if(getskilllv("BS_SWORD")==3) { bonus bAtk,10; } if(getskilllv("BS_TWOHANDSWORD")==3) { bonus bAtk,10; } if(getskilllv("BS_KNUCKLE")==3) { bonus bAtk,10; } if(getskilllv("BS_SPEAR")==3) { bonus bAtk,10; } if(getskilllv("BS_AXE")==3) { bonus bAtk,10; } if(getskilllv("BS_MACE")==3) { bonus bAtk,10; } bonus bVit,2; } , { } , { } |
---|
Crafting: | - |
---|
|