Viewing Item

#18180: AC-B44-OS

Item ID 18180 For Sale No
Identifier AC_B44_OS Credit Price Not For Sale
Name AC-B44-OS Type Weapon - Bow
NPC Buy 20 Weight 60
NPC Sell 10 Weapon Level 4
Range 5 Defense 0
Slots 2 Refineable Yes
Attack 190 Min Equip Level 130
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Rogue
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMatk,135;

3 .@dmg = 5;

4 if (.@r >= 7) {

5 bonus bAspdRate,7;

6 if (.@r >= 9) {

7 bonus2 bSkillAtk,"SC_TRIANGLESHOT",15;

8 if (.@r >= 11) {

9 .@dmg += 10;

10 }

11 }

12 }

13 bonus2 bWeaponDamageRate,W_BOW,.@dmg;

Equip Script None
Unequip Script None