ID #21024
Weapon
Veteran Sword [3]
Buy Price: N/A
Sell Price: N/A
A sword that only allows for its swordmaster to use it.
_______________________
STR +1
DEX +1
_______________________
When Bash is mastered:
Increases damage of Bash by 50%.
_______________________
When Bowling Bash is mastered:
Increases damage of Bowling Bash by 50%.
_______________________
When equipped with Heroic Shoes:
For each Level of Enchant Blade and Aura Blade:
Increases damage of Bash and Bowling Bash by 10%.
_______________________
Type: Two-Handed Sword
Attack: 180
Weight: 200
Weapon Level: 4
_______________________
Requirement:
Base Level 80
Swordman classes
_______________________
STR +1
DEX +1
_______________________
When Bash is mastered:
Increases damage of Bash by 50%.
_______________________
When Bowling Bash is mastered:
Increases damage of Bowling Bash by 50%.
_______________________
When equipped with Heroic Shoes:
For each Level of Enchant Blade and Aura Blade:
Increases damage of Bash and Bowling Bash by 10%.
_______________________
Type: Two-Handed Sword
Attack: 180
Weight: 200
Weapon Level: 4
_______________________
Requirement:
Base Level 80
Swordman classes
Basic Information
Type
Weapon
Weight
2000
Range
1
Job Requirements
Crusader
Yes
Knight
Yes
Swordsman
Yes
Requirements
Weapon Level
4
Min Level
80
Scripts
Script if (getskilllv("SM_BASH") == 10) { bonus2 bSkillAtk,"SM_BASH",50; } if (getskilllv("KN_BOWLINGBASH") == 10) { bonus2 bSkillAtk,"KN_BOWLINGBASH",50; } bonus bStr,1; bonus bDex,1;
if (getskilllv("SM_BASH") == 10) {
bonus2 bSkillAtk,"SM_BASH",50;
}
if (getskilllv("KN_BOWLINGBASH") == 10) {
bonus2 bSkillAtk,"KN_BOWLINGBASH",50;
}
bonus bStr,1;
bonus bDex,1;