Basic Info

Name 18116 Metal Bow[1]
Item ID 18116 - Metal_Bow
Type Weapon - Bow
18116
Bow coated with steel to increase its power.
Equipped by Hunter, ATK +10.
Every refine increase, ATK +1, ranged attack +1%.
Base level 20: every 10 base level increase ATK +5.
(Applies up to level 120)
Class: Bow
Attack: 50
Weight: 0
Weapon Level: 3
Level Requirement: 1
Jobs: Archer

Details

Weight 0
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 5
Defense 0
Attack 50
Magical Attack 0
Weapon Level 3
Slots 1

Restrictions

Level Range Any
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes Archer / Hunter / Bard/Dancer
Gender Any

Scripts

Use Script
if(BaseJob==Job_Hunter && Upper!=2) bonus bBaseAtk,10; bonus bBaseAtk,(getrefine()*3); bonus bLongAtkRate,getrefine(); .@val = max(BaseLevel/10, 12); if (.@val > 2) { bonus bBaseAtk,((.@val-2)*5); }
Equip Script
None
Unequip Script
None