Viewing Item

#22238: Great Hero Boots

Item ID 22238 For Sale No
Identifier Great_Hero_Boots Credit Price Not For Sale
Name Great Hero Boots Type Armor
NPC Buy 20 Weight 60
NPC Sell 10 Weapon Level 0
Range 0 Defense 15
Slots 1 Refineable Yes
Attack 0 Min Equip Level 150
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 bonus bMaxHP,1500;

3 bonus bMaxSP,150;

4 bonus bMaxHPrate,.@r/3;

5 bonus bMaxSPrate,.@r/3;

6 if (.@r >= 7) {

7 bonus bAtkRate,5;

8 bonus bMatkRate,5;

9 }

10 if (.@r >= 9) {

11 .@val = -500;

12 if (.@r >= 11) {

13 .@val -= 200;

14 if (.@r >= 13) {

15 bonus bDelayrate,-5;

16 bonus bVariableCastrate,-5;

17 }

18 }

19 bonus bFixedCast,.@val;

20 }

Equip Script None
Unequip Script None