Please rotate your device to Portrait for the best experience.

Char: Online Login: Online Map: Online Online: 34
Join to our Community

Frontier Rune Crown (Dragon Knight) Item ID# 400975 (Frontier_R_Crown_DK)

Item ID 400975 For Sale No
Identifier Frontier_R_Crown_DK Credit Price Not For Sale
Name Frontier Rune Crown (Dragon Knight) 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 None
Equippable Jobs Knight
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
Description A crown imbued with the chaotic runic magic flowing from the edge of the dimensional boundary.
_______________________
For each 3 Refine Levels:
ATK +4%.
_______________________
For each 4 Refine Levels:
Increases damage of Servant Weapon and Hack and Slasher by 5%.
_______________________
Refine Level +7:
Increases Melee Physical Damage by 10%.
_______________________
Refine Level +9:
P.ATK +7.
Increases Physical Damage against monsters of every race, except Players, by 15%.
_______________________
Refine Level +12:
Critical +15.
Increases Critical Damage by 15%.
_______________________
When equipped with Frontier Dragon Sword:
Total Refine Level of entire set is at least +24:
If the Weapon and Headgear's Grade are A or higher:
Decreases skill cooldown of Hack and Slasher by 0.2 seconds.

When using Hack and Slasher or Servant Weapon - Phantom, it auto-casts an additional attack equivalent to Level 4 Servant Weapon.
(Activates if Servant Weapon Level 4 or higher is learned.)
_______________________
[Bonus by Grade]
[Grade D]: P.ATK +5.
[Grade C]: MaxHP +5%, MaxSP +5%.
[Grade B]: Melee Physical Damage +10%.
[Grade A]: Physical Damage against monsters of every size +15%.
_______________________
Type: Headgear
Defense: 60
Weight: 100
Armor Level: 2
_______________________
Requirement:
Base Level 265
Dragon Knight
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

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

9 bonus2

10 bSkillAtk,"DK_HACKANDSLASHER",5*(.@r/4);

11 bonus2

12 bSkillAtk,"DK_SERVANTWEAPON_ATK",5*(.@r/4);

13 if

14 (.@r

15 =7)

16 {

17 bonus

18 bShortAtkRate,10;

19 if

20 (.@r

21 =9)

22 {

23 bonus2

24 bAddRace,RC_All,15;

25 bonus2

26 bAddRace,RC_Player_Human,-15;

27 bonus2

28 bAddRace,RC_Player_Doram,-15;

29 bonus

30 bPAtk,7;

31 if

32 (.@r

33 =12)

34 {

35 bonus

36 bCritAtkRate,15;

37 bonus

38 bCritical,15;

39 }

40 }

41 }

42 if

43 (.@g

44 =ENCHANTGRADE_D)

45 {

46 bonus

47 bPAtk,5;

48 if

49 (.@g

50 =ENCHANTGRADE_C)

51 {

52 bonus

53 bMaxHPrate,5;

54 bonus

55 bMaxSPrate,5;

56 if

57 (.@g

58 =ENCHANTGRADE_B)

59 {

60 bonus

61 bShortAtkRate,10;

62 if

63 (.@g

64 =ENCHANTGRADE_A)

65 {

66 bonus2

67 bAddSize,Size_All,15;

68 }

69 }

70 }

71 }

Equip Script None
Unequip Script None