Viewing Item

#18200: Realgar Shooter

Item ID 18200 For Sale No
Identifier Realgar_Shooter_EXE Credit Price Not For Sale
Name Realgar Shooter Type Weapon - Bow
NPC Buy 0 Weight 110
NPC Sell 0 Weapon Level 4
Range 5 Defense 0
Slots 1 Refineable Yes
Attack 100 Min Equip Level 70
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Hunter / Rogue
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bDex,3;

3 if (.@r>=5) {

4 bonus bAtkRate,2;

5 bonus bAspd,1;

6 }

7 if (.@r>=7) {

8 bonus bBaseAtk,10;

9 bonus2 bSkillAtk,"HT_BLITZBEAT",10;

10 }

11 if (.@r>=9) {

12 bonus bBaseAtk,20;

13 bonus bLongAtkRate,5;

14 bonus2 bSkillAtk,"HT_BLITZBEAT",20;

15 }

16 if (.@r>=10) {

17 bonus bAtkRate,3;

18 bonus bMaxHP,500;

19 bonus2 bAddRace,RC_All,2;

20 }

21 if (.@r>=12) {

22 bonus bDelayrate,-5;

23 bonus2 bAddRace,RC_All,3;

24 }

Equip Script None
Unequip Script None