ID #18110
Weapon
Giant Crossbow [2]
Buy Price: N/A
Sell Price: N/A
A very sensitive bow to use and it is specialized on fusillade.
_______________________
Increases damage of Arrow Storm by (Refine Level*5)%.
_______________________
Increases SP Consumption by (Refine Level*5)%.
_______________________
Base AGI at least 120:
ASPD +1
_______________________
Type: Bow
Attack: 160
Weight: 90
Weapon Level: 4
Enchantable: Yes
_______________________
Requirement:
Base Level 110
Ranger
_______________________
Increases damage of Arrow Storm by (Refine Level*5)%.
_______________________
Increases SP Consumption by (Refine Level*5)%.
_______________________
Base AGI at least 120:
ASPD +1
_______________________
Type: Bow
Attack: 160
Weight: 90
Weapon Level: 4
Enchantable: Yes
_______________________
Requirement:
Base Level 110
Ranger
Monster Drops
Normal Drops
Cecil Damon
Rate: 5%
Solid Cecil Damon
Rate: 25%
Available from boxes
Basic Information
Type
Weapon
Weight
900
Range
5
Job Requirements
Hunter
Yes
Requirements
Weapon Level
4
Min Level
110
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"RA_ARROWSTORM",(.@r*5); bonus2 bSkillUseSP,"RA_ARROWSTORM",-(.@r*5); if (readparam(bAgi)>=120) { bonus bAspd,1; }
.@r = getrefine();
bonus2 bSkillAtk,"RA_ARROWSTORM",(.@r*5);
bonus2 bSkillUseSP,"RA_ARROWSTORM",-(.@r*5);
if (readparam(bAgi)>=120) {
bonus bAspd,1;
}