Sagittarius Hunter Bow

Item ID 700010 Name Sagittarius Hunter Bow
None
Weapon Level 4 Identifier Sagittarius_Hunter_Bow
Attack 10 Type Weapon - Bow
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Archer, Hunter, Bard / Dancer
Range 5 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 150 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,70+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {
   bonus bDelayrate,-10;
   bonus bAtkRate,50;
   bonus bLongAtkRate,25;
   bonus2 bSubClass,Class_Boss,50;
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
          .@val += 50;
      bonus2 bIgnoreDefRaceRate,RC_All,.@val;
   }
}

Set Script
Zodiac
Sagittarius Hunter Bow
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter)
   bonus bPerfectHitAddRate,25;