ID #1188
Weapon
Veteran Sword [1]
Buy Price: N/A
Sell Price: N/A
A sword that only a swordmaster can wield.
_______________________
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%.
_______________________
Type: Two-Handed Sword
Attack: 180
Weight: 200
Weapon Level: 4
Can be enchanted by:
Mayomayo
_______________________
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%.
_______________________
Type: Two-Handed Sword
Attack: 180
Weight: 200
Weapon Level: 4
Can be enchanted by:
Mayomayo
_______________________
Requirement:
Base Level 80
Swordman classes
Monster Drops
Normal Drops
Duneyrr
Rate: 2.5%
Available from boxes
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;