Viewing Item

#470036: Illusion Military Boots

Item ID 470036 For Sale No
Identifier Military_Boots_IL Credit Price Not For Sale
Name Illusion Military Boots Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 12
Slots 0 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@lvl = getskilllv("NC_AXEBOOMERANG");

3 bonus bMdef,10;

4 bonus bMaxHPrate,3;

5 bonus bMaxSPrate,3;

6 skill "SM_MAGNUM",3;

7 bonus2 bSkillAtk,"NC_AXETORNADO",30*.@lvl;

8 bonus2 bSkillAtk,"NC_AXEBOOMERANG",20*.@lvl;

9 bonus2 bIgnoreDefRaceRate,RC_All,20*getskilllv("NC_MAGMA_ERUPTION");

10 if (getskilllv("NC_MAGICDECOY") == 5) {

11 bonus bAspdRate,10;

12 bonus bMaxHP,150*BaseLevel;

13 }

14 if (.@r>=5) {

15 bonus bMaxHPrate,7;

16 bonus bMaxSPrate,7;

17 bonus bBaseAtk,50;

18 }

19 if (.@r>=7) {

20 bonus bMaxHPrate,10;

21 bonus bMaxSPrate,10;

22 bonus bBaseAtk,50;

23 }

Equip Script None
Unequip Script None