Viewing Item

#510040: Magic Sword-LT

Item ID 510040 For Sale No
Identifier Magic_Sword_LT Credit Price Not For Sale
Name Magic Sword-LT Type Weapon - Dagger
NPC Buy 0 Weight 80
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 150 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Rogue
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMatkRate,5;

4 bonus bMatk,195;

5 if (BaseLevel>=210) {

6 bonus bSmatk,1;

7 bonus bSpl,2;

8 }

9 if (.@r>=7) {

10 bonus5 bAutoSpell,"WZ_METEOR",7,100,BF_SHORT|BF_WEAPON,1;

11 if (.@r>=9) {

12 bonus2 bMagicAddEle,Ele_All,15;

13 bonus2 bMagicAtkEle,Ele_All,15;

14 if (.@r>=11) {

15 bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",5,100,BF_SHORT|BF_WEAPON,1;

16 }

17 }

18 }

19 if (.@g >= ENCHANTGRADE_D) {

20 bonus bMatkRate,3;

21 if (.@g >= ENCHANTGRADE_C) {

22 bonus2 bMagicAtkEle,Ele_All,15;

23 bonus bSmatk,1;

24 if (.@g >= ENCHANTGRADE_B) {

25 bonus bSmatk,2;

26 bonus bSpl,3;

27 }

28 }

29 }

30 bonus bMatk,15*(.@r/2);

31 bonus bAspdRate,2*(.@r/3);

Equip Script None
Unequip Script None