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 195 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 if (BaseLevel>=210) {

5 bonus bSMatk,1;

6 bonus bSpl,2;

7 }

8 if (.@r>=7) {

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

10 if (.@r>=9) {

11 bonus2 bMagicAddEle,Ele_All,15;

12 bonus2 bMagicAtkEle,Ele_All,15;

13 if (.@r>=11) {

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

15 }

16 }

17 }

18 if (.@g >= ENCHANTGRADE_D) {

19 bonus bMatkRate,3;

20 if (.@g >= ENCHANTGRADE_C) {

21 bonus2 bMagicAtkEle,Ele_All,15;

22 bonus bSMatk,1;

23 if (.@g >= ENCHANTGRADE_B) {

24 bonus bSMatk,2;

25 bonus bSpl,3;

26 }

27 }

28 }

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

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

Equip Script None
Unequip Script None