Viewing Item

#5660: Gryphon Hat

Item ID 5660 For Sale No
Identifier Gryphon_Hat Credit Price Not For Sale
Name Gryphon Hat Type Armor
NPC Buy 20 Weight 40
NPC Sell 10 Weapon Level 0
Range 0 Defense 1
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
Item Use Script

1 if (getrefine()>8) {

2 bonus2 bAddRace,RC_Demon,10;

3 bonus2 bMagicAddRace,RC_Demon,10;

4 bonus2 bAddRace,RC_Undead,10;

5 bonus2 bMagicAddRace,RC_Undead,10;

6 bonus bAgi,2;

7 }

8 else if (getrefine()>6) {

9 bonus bAgi,2;

10 }

11 bonus bAgi,2;

Equip Script None
Unequip Script None