Viewing Item

#5666: Golden Crown

Item ID 5666 For Sale No
Identifier Golden_Crown Credit Price Not For Sale
Name Golden Crown Type Armor
NPC Buy 20 Weight 50
NPC Sell 10 Weapon Level 0
Range 0 Defense 8
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Description Hat worn when on special national events.
_______________________
INT +1, DEX +1, LUK +1
_______________________
Refine Level +7:
ATK +5, MATK +5
Refine Level +9:
MATK +2%
ATK +2%
Refine Level +12:
MATK +3%
ATK +3%
_______________________
Type: Headgear
Defense: 8
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement: 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 .@r

2 =

3 getrefine();

4 if

5 (.@r

6 =7)

7 {

8 bonus

9 bBaseAtk,5;

10 bonus

11 bMatk,5;

12 }

13 if

14 (.@r

15 =9)

16 {

17 bonus2

18 bAddClass,Class_All,2;

19 bonus

20 bMatkRate,2;

21 }

22 if

23 (.@r

24 =12)

25 {

26 bonus2

27 bAddClass,Class_All,3;

28 bonus

29 bMatkRate,3;

30 }

31 bonus

32 bInt,1;

33 bonus

34 bDex,1;

35 bonus

36 bLuk,1;

Equip Script None
Unequip Script None