Viewing Item

#400740: thRO 3rd Anniversary Hat

Item ID 400740 For Sale No
Identifier aegis_400740 Credit Price Not For Sale
Name thRO 3rd Anniversary Hat Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 2
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@r = getrefine();

2 bonus bSpeedRate,25;

3 bonus bMaxHP,100*.@r;

4 bonus bMaxSP,10*.@r;

5 if (.@r>=4) {

6 skill "AL_TELEPORT",1;

7 if (.@r>=5) {

8 bonus bAllStats,2;

9 if (.@r>=6) {

10 skill "BS_GREED",1;

11 if (.@r>=7) {

12 bonus2 bHPDrainRate,40,1;

13 bonus2 bSPDrainRate,10,1;

14 }

15 }

16 }

17 }

Equip Script None
Unequip Script None