Beginner Ranger's Bow

Item ID 18165 Name Beginner Ranger's Bow
Bow specially made for beginner ranger.
It will show it's true ability when equipped together with Beginner Armor set.
_______________________
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +7:
Increases damage of Arrow Storm by 15%.
_______________________
When equipped with Beginner's Hat
Beginner's Suit, Beginner's Manteau
Beginner's Boots and Beginner's Ring
:
For each 10 Base Level:
ATK +3 (up to Base Level 150)
ATK +2%
Increases Ranged Physical Damage by additional 5%.
_______________________
Type: Bow
Attack: 170
Weight: 0
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Ranger
Weapon Level 3 Identifier Rebeginer_RN_Bow
Attack 170 Type Weapon - Bow
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Hunter
Range 5 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 0 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus bLongAtkRate,5;
if (getrefine()>=7) {
   bonus2 bSkillAtk,"RA_ARROWSTORM",15;
}

Set Script
Beginner Ranger's Bow
Beginner's Suit
Beginner's Cap
Beginner's Cloak
Beginner's Boots
Beginner's Ring
bonus bBaseAtk,3*(min(BaseLevel,150)/10);
bonus bLongAtkRate,5;
bonus bAtkRate,2;