Viewing Item

#1341: Destruction axe

Item ID 1341 For Sale No
Identifier Destruction_Axe Credit Price Not For Sale
Name Destruction axe Type Weapon - One-Handed Axe
NPC Buy 0 Weight 440
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 230 Min Equip Level 215
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Blacksmith
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bUnbreakableWeapon;

9 bonus

10 bAtkRate,5;

11 bonus

12 bPow,2;

13 bonus2

14 bSkillAtk,"MT_TRIPLE_LASER",5;

15 if

16 (.@r

17 =5)

18 {

19 bonus2

20 bSkillAtk,"MT_TRIPLE_LASER",10;

21 if

22 (.@r

23 =7)

24 {

25 bonus

26 bLongAtkRate,5;

27 if

28 (.@r

29 =9)

30 {

31 bonus2

32 bSkillAtk,"MT_TRIPLE_LASER",10;

33 if

34 (.@r

35 =10)

36 {

37 bonus

38 bCritical,10;

39 if

40 (.@r

41 =11)

42 {

43 bonus

44 bCritAtkRate,20;

45 bonus2

46 bSkillAtk,"MT_TRIPLE_LASER",5;

47 }

48 }

49 }

50 }

51 }

52 if

53 (.@g

54 =ENCHANTGRADE_D)

55 {

56 bonus

57 bLongAtkRate,10;

58 if

59 (.@g

60 =ENCHANTGRADE_C)

61 {

62 bonus2

63 bAddSize,Size_All,10;

64 if

65 (.@g

66 =ENCHANTGRADE_B)

67 {

68 bonus2

69 bAddRace,RC_All,10;

70 if

71 (.@g

72 =ENCHANTGRADE_A)

73 {

74 bonus2

75 bAddEle,Ele_All,10;

76 }

77 }

78 }

79 }

Equip Script None
Unequip Script None