ID #18145
Weapon
Vigilante Bow [2]
Buy Price: N/A
Sell Price: N/A
A Vigilante Bow that used to prevent criminal in the past.
_______________________
For each 20 base DEX:
Increases Bow class weapon damage by 5%.
_______________________
Refine Level +7:
Increases Bow class weapon damage by additional 10%.
_______________________
Refine Level +9:
Increases damage of Double Strafing by 50%.
_______________________
Type: Bow
Attack: 140
Weight: 100
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Shadow Chaser
_______________________
For each 20 base DEX:
Increases Bow class weapon damage by 5%.
_______________________
Refine Level +7:
Increases Bow class weapon damage by additional 10%.
_______________________
Refine Level +9:
Increases damage of Double Strafing by 50%.
_______________________
Type: Bow
Attack: 140
Weight: 100
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Shadow Chaser
Monster Drops
Normal Drops
Buffalo Bandit Sharpsho
Rate: 25%
Spider Chariot
Rate: 100%
Elite Buffalo Bandit
Rate: 50%
Basic Information
Type
Weapon
Weight
1000
Range
5
Job Requirements
Rogue
Yes
Requirements
Weapon Level
3
Min Level
100
Scripts
Script .@r = getrefine(); .@bonus = 5*(readparam(bDex)/20); if (.@r>=7) { .@bonus += 10; } if (.@r>=9) { bonus2 bSkillAtk,"AC_DOUBLE",50; } bonus2 bWeaponDamageRate,W_BOW,.@bonus;
.@r = getrefine();
.@bonus = 5*(readparam(bDex)/20);
if (.@r>=7) {
.@bonus += 10;
}
if (.@r>=9) {
bonus2 bSkillAtk,"AC_DOUBLE",50;
}
bonus2 bWeaponDamageRate,W_BOW,.@bonus;