Viewing Item (Veteran Sword)
Basic Info
Name | Veteran Sword[1] |
---|---|
Item ID |
1188
-
Veteran_Sword
|
Type | Weapon - Two-Handed Sword |
A sword that can only be obtained from masterful sword training.
The sword is said to be stronger when wielded by a master swordsman.
If the player has mastered the Bash Skill, Bash Damage +50%.
If the player has mastered the Bowling Bash Skill, Bowling Bash Damage +50%.
STR + 1, DEX + 1
Type : Two-handed Sword
Attack : 180
Weight : 200
Weapon Level : 4
Required Level : 80
Applicable Job : Swordsman Class
The sword is said to be stronger when wielded by a master swordsman.
If the player has mastered the Bash Skill, Bash Damage +50%.
If the player has mastered the Bowling Bash Skill, Bowling Bash Damage +50%.
STR + 1, DEX + 1
Type : Two-handed Sword
Attack : 180
Weight : 200
Weapon Level : 4
Required Level : 80
Applicable Job : Swordsman Class
Details
Weight | 200 |
---|---|
NPC Buy | 10,000 z |
NPC Sell | 5,000 z |
Refineable | Yes |
Equip Locations | Main Hand + Off Hand |
Stats
Range | 1 |
---|---|
Defense | 0 |
Attack | 180 |
Weapon Level | 4 |
Slots | 1 |
Restrictions
Level Range | 80 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | Swordsman / Knight / Crusader |
Gender | Any |
Scripts
Use 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; |
Equip Script |
None |
Unequip Script |
None |