Please rotate your device to Portrait for the best experience.

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

Frontier Dragon Sword Item ID# 600071 (Frontier_DK_T_Sword)

Item ID 600071 For Sale No
Identifier Frontier_DK_T_Sword Credit Price Not For Sale
Name Frontier Dragon Sword Type Weapon - Two-Handed Sword
NPC Buy 0 Weight 380
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 3 Refineable Yes
Attack 400 Min Equip Level 265
MATK 0 Max Equip Level None
Equip Locations Two-Handed
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 two-handed sword fully modified with sufficient dimensional magic.
_______________________
Critical +5.
_______________________
Increases damage of Servant Weapon by 5%.
_______________________
For each 2 Refine Levels:
ATK +25, ATK +1%.
_______________________
For each 3 Refine Levels:
Increases damage of Servant Weapon by additional 5%.
_______________________
Refine Level +9:
Critical +15, C.RATE +5.
_______________________
Refine Level +11:
Increases damage of Servant Weapon by additional 25%.
_______________________
Refine Level +12:
When Servant Weapon Level 5 or higher is learned:
Physical attacks have a 8% chance to auto-cast an additional attack equivalent to Level 5 Servant Weapon.
(even without a Servant Weapon).
_______________________
When equipped with Frontier Rune Crown(Dragon Knight):
Increases damage of Hack and Slasher by 45%.
Increases Critical Damage by 15%.
_______________________
[Bonus by Grade]
[Grade D]: Critical +5, P.ATK +5.
[Grade C]: Damage of Servant Weapon +15%.
[Grade B]: Melee Physical Damage +15%.
[Grade A]: P.ATK +3 per 2 Refine Levels.
_______________________
Type: Two-Handed Sword
Attack: 400
Weight: 380
Weapon Level: 5
_______________________
Requirement:
Base Level 265
Dragon Knight
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bCritical,5;

9 bonus2

10 bSkillAtk,"DK_SERVANTWEAPON_ATK",5+5*(.@r/3);

11 bonus

12 bAtkRate,(.@r/2);

13 bonus

14 bBaseAtk,25*(.@r/2);

15 if

16 (.@r

17 =9)

18 {

19 bonus

20 bCRate,5;

21 bonus

22 bCritical,15;

23 if

24 (.@r

25 =11)

26 {

27 bonus2

28 bSkillAtk,"DK_SERVANTWEAPON_ATK",25;

29 if

30 (.@r

31 =12

32 &&

33 getskilllv("DK_SERVANTWEAPON")

34 =5)

35 {

36 bonus3

37 bAutoSpell,"DK_SERVANTWEAPON",5,80;

38 }

39 }

40 }

41 if

42 (.@g

43 =ENCHANTGRADE_D)

44 {

45 bonus

46 bPAtk,5;

47 bonus

48 bCritical,5;

49 if

50 (.@g

51 =ENCHANTGRADE_C)

52 {

53 bonus2

54 bSkillAtk,"DK_SERVANTWEAPON_ATK",15;

55 if

56 (.@g

57 =ENCHANTGRADE_B)

58 {

59 bonus

60 bShortAtkRate,15;

61 if

62 (.@g

63 =ENCHANTGRADE_A)

64 {

65 bonus

66 bPAtk,3*(.@r/2);

67 }

68 }

69 }

70 }

Equip Script None
Unequip Script None