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 Normal / Third / Third Upper / Third Baby
Equippable Jobs Super novice / Knight
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 bonus bAtkRate,5;

5 if (BaseLevel>=210) {

6 bonus bPAtk,1;

7 bonus bPow,2;

8 }

9 if (.@r>=7) {

10 bonus bAspdRate,10;

11 bonus2 bSkillAtk,"RK_STORMBLAST",20;

12 bonus2 bSkillAtk,"RK_SONICWAVE",20;

13 if (.@r>=9) {

14 bonus2 bSkillAtk,"RK_STORMBLAST",20;

15 bonus2 bSkillAtk,"RK_SONICWAVE",20;

16 if (.@r>=11) {

17 bonus bLongAtkRate,15;

18 bonus bShortAtkRate,15;

19 bonus bCritical,25;

20 }

21 }

22 }

23 if (.@g >= ENCHANTGRADE_D) {

24 bonus bAtkRate,3;

25 if (.@g >= ENCHANTGRADE_C) {

26 bonus bLongAtkRate,15;

27 bonus bShortAtkRate,15;

28 bonus bPAtk,1;

29 if (.@g >= ENCHANTGRADE_B) {

30 bonus bPAtk,2;

31 bonus bPow,3;

32 }

33 }

34 }

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

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

Equip Script None
Unequip Script None