Viewing Item

#480175: Unpredictable Magic Cloak

Item ID 480175 For Sale No
Identifier Changeable_Magic_Cape Credit Price Not For Sale
Name Unpredictable Magic Cloak Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 40
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMatk,4*.@r;

3 bonus2 bMagicAtkEle,Ele_All,2*(.@r/3);

4 if (.@r>=7)

5 bonus bAspdRate,10;

6 if (.@r>=9)

7 bonus bMatkRate,10;

8 if (.@r>=11) {

9 bonus3 bAutoSpell,"MG_THUNDERSTORM",5,50;

10 bonus3 bAutoSpell,"WZ_HEAVENDRIVE",5,50;

11 }

12 if (getskilllv("SC_AUTOSHADOWSPELL") == 10) {

13 bonus bMatk,150;

14 bonus2 bMagicAddEle,Ele_All,10;

15 if (.@r>=9) {

16 bonus3 bAutoSpell,"WL_HELLINFERNO",3,50;

17 bonus3 bAutoSpell,"SO_DIAMONDDUST",3,50;

18 }

19 if (.@r>=11) {

20 bonus3 bAutoSpell,"SO_EARTHGRAVE",3,50;

21 bonus3 bAutoSpell,"WL_CHAINLIGHTNING",3,50;

22 }

23 if (.@r>=13) {

24 bonus2 bIgnoreMdefClassRate,Class_Boss,15;

25 bonus2 bIgnoreMdefClassRate,Class_Normal,15;

26 }

27 }

Equip Script None
Unequip Script None