Viewing Item

#700010: Sagittarius Hunter Bow

Item ID 700010 For Sale No
Identifier Sagittarius_Hunter_Bow Credit Price Not For Sale
Name Sagittarius Hunter Bow Type Weapon - Bow
NPC Buy 20 Weight 150
NPC Sell 10 Weapon Level 4
Range 5 Defense 0
Slots 1 Refineable Yes
Attack 10 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Archer / Hunter / Bard / Dancer
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bUnbreakableWeapon;

3 bonus bBaseAtk,70+BaseLevel;

4 bonus bAspdRate,10;

5 if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {

6 bonus bDelayrate,-10;

7 bonus bAtkRate,50;

8 bonus bLongAtkRate,25;

9 bonus2 bSubClass,Class_Boss,50;

10 if (.@r>=7) {

11 .@val = 50;

12 if (.@r>=9)

13 .@val += 50;

14 bonus2 bIgnoreDefRaceRate,RC_All,.@val;

15 }

16 }

Equip Script None
Unequip Script None