Viewing Item

#470193: Military Boots TH

Item ID 470193 For Sale No
Identifier aegis_470193 Credit Price Not For Sale
Name Military Boots TH Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 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 .@a = getskilllv("NC_AXEBOOMERANG");

3 .@b = getskilllv("NC_MAGMA_ERUPTION");

4 .@c = getskilllv("NC_POWERSWING");

5 bonus bBaseAtk,50;

6 bonus bAspdRate,10;

7 bonus bMaxHPrate,3;

8 bonus bMaxSPrate,3;

9 bonus2 bSkillAtk,"NC_AXETORNADO",7*.@a;

10 bonus2 bSkillAtk,"NC_POWERSWING",15*.@a;

11 bonus2 bIgnoreDefRaceRate,RC_All,8*.@b;

12 bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-8*.@b;

13 bonus2 bIgnoreDefRaceRate,RC_Player_Human,-8*.@b;

14 if (getskilllv("NC_BOOSTKNUCKLE") < 1) {

15 bonus bAtkRate,3*.@c;

16 bonus2 bSubClass,Class_Boss,.@c;

17 }

18 if (.@r>=10) {

19 bonus bBaseAtk,50;

20 bonus bMaxHPrate,5;

21 bonus bMaxSPrate,5;

22 }

23 if (.@r>=12)

24 bonus bMaxHP,150*(BaseLevel/2);

Equip Script None
Unequip Script None