Viewing Item

#600023: Oriental Sword-LT

Item ID 600023 For Sale No
Identifier Oriental_Sword_LT Credit Price Not For Sale
Name Oriental Sword-LT Type Weapon - Two-Handed Sword
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 240 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Knight
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 if

12 (BaseLevel

13 =210)

14 {

15 bonus

16 bPAtk,1;

17 bonus

18 bPow,2;

19 }

20 if

21 (.@r

22 =7)

23 {

24 bonus

25 bAspdRate,10;

26 bonus2

27 bSkillAtk,"RK_STORMBLAST",20;

28 bonus2

29 bSkillAtk,"RK_SONICWAVE",20;

30 if

31 (.@r

32 =9)

33 {

34 bonus2

35 bSkillAtk,"RK_STORMBLAST",20;

36 bonus2

37 bSkillAtk,"RK_SONICWAVE",20;

38 if

39 (.@r

40 =11)

41 {

42 bonus

43 bLongAtkRate,15;

44 bonus

45 bShortAtkRate,15;

46 bonus

47 bCritical,25;

48 }

49 }

50 }

51 if

52 (.@g

53 =

54 ENCHANTGRADE_D)

55 {

56 bonus

57 bAtkRate,3;

58 if

59 (.@g

60 =

61 ENCHANTGRADE_C)

62 {

63 bonus

64 bLongAtkRate,15;

65 bonus

66 bShortAtkRate,15;

67 bonus

68 bPAtk,1;

69 if

70 (.@g

71 =

72 ENCHANTGRADE_B)

73 {

74 bonus

75 bPAtk,2;

76 bonus

77 bPow,3;

78 }

79 }

80 }

81 bonus

82 bBaseAtk,15*(.@r/2);

83 bonus

84 bCritAtkRate,5*(.@r/3);

Equip Script None
Unequip Script None