Viewing Item

#400988: Frontier Rune Crown (Night Watch)

Item ID 400988 For Sale No
Identifier Frontier_R_Crown_NW Credit Price Not For Sale
Name Frontier Rune Crown (Night Watch) Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 60
Slots 1 Refineable Yes
Attack 0 Min Equip Level 265
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper Third
Equippable Jobs Rebellion
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bAtkRate,4*(.@r/3);

4 bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5*(.@r/4);

5 bonus2 bSkillAtk,"NW_WILD_SHOT",5*(.@r/4);

6 if (.@r>=7) {

7 bonus bLongAtkRate,10;

8 if (.@r>=9) {

9 bonus2 bAddRace,RC_All,15;

10 bonus2 bAddRace,RC_Player_Human,-15;

11 bonus2 bAddRace,RC_Player_Doram,-15;

12 bonus bPAtk,7;

13 if (.@r>=12) {

14 bonus bFixedCast,-500;

15 bonus bCritAtkRate,15;

16 bonus bCritical,10;

17 }

18 }

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bPAtk,5;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bMaxHPrate,5;

24 bonus bMaxSPrate,5;

25 if (.@g>=ENCHANTGRADE_B) {

26 bonus bLongAtkRate,10;

27 if (.@g>=ENCHANTGRADE_A) {

28 bonus2 bAddSize,Size_All,15;

29 }

30 }

31 }

32 }

Equip Script None
Unequip Script None