Viewing Item

#470265: Furious Boots

Item ID 470265 For Sale No
Identifier FuriousBoots Credit Price Not For Sale
Name Furious Boots Type Armor
NPC Buy 0 Weight 150
NPC Sell 0 Weapon Level 0
Range 0 Defense 30
Slots 1 Refineable Yes
Attack 0 Min Equip Level 220
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 .@g = getenchantgrade();

2 .@r = getrefine();

3 if (BaseLevel>=230) {

4 bonus2 bAddClass,Class_Normal,5;

5 bonus2 bMagicAddClass,Class_Normal,5;

6 bonus2 bAddClass,Class_Boss,5;

7 bonus2 bMagicAddClass,Class_Boss,5;

8 }

9 if (.@r>=7) {

10 bonus bMatkRate,5;

11 bonus bAtkRate,5;

12 if (.@r>=9) {

13 bonus bVariableCastrate,-10;

14 if (.@r>=10) {

15 bonus bFixedCast,-700;

16 if (.@r>=11) {

17 bonus2 bMagicAtkEle,Ele_All,10;

18 bonus bShortAtkRate,10;

19 bonus bLongAtkRate,10;

20 }

21 }

22 }

23 }

24 if (.@g>=ENCHANTGRADE_D) {

25 bonus bMatkRate,5;

26 bonus bAtkRate,5;

27 if (.@g>=ENCHANTGRADE_C) {

28 bonus bFixedCast,-300;

29 if (.@g>=ENCHANTGRADE_B) {

30 bonus bPAtk,5;

31 bonus bSMatk,5;

32 if (.@g>=ENCHANTGRADE_A) {

33 bonus bPAtk,2;

34 bonus bSMatk,2;

35 }

36 }

37 }

38 }

Equip Script None
Unequip Script None