Viewing Item

#19221: Golden Angel Hairband

Item ID 19221 For Sale No
Identifier Golden_Angel_Band_TH Credit Price Not For Sale
Name Golden Angel Hairband Type Armor
NPC Buy 0 Weight 1
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 0 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 None
Item Use Script

1 .@r

2 =

3 getrefine();

4 if

5 (readparam(bStr)

6 =

7 70)

8 {

9 bonus

10 bBaseAtk,5;

11 if

12 (.@r

13 =

14 7)

15 bonus

16 bBaseAtk,10;

17 }

18 if

19 (readparam(bInt)

20 =

21 70)

22 {

23 bonus

24 bMatk,5;

25 if

26 (.@r

27 =

28 7)

29 bonus

30 bMatk,10;

31 }

32 if

33 (readparam(bVit)

34 =

35 70)

36 {

37 bonus

38 bMaxHPrate,2;

39 bonus

40 bMaxSPrate,2;

41 if

42 (.@r

43 =

44 7)

45 {

46 bonus

47 bMaxHPrate,2;

48 bonus

49 bMaxSPrate,2;

50 }

51 }

52 if

53 (readparam(bAgi)

54 =

55 70)

56 {

57 bonus

58 bAspdRate,2;

59 if

60 (.@r

61 =

62 7)

63 bonus

64 bAspdRate,3;

65 }

66 if

67 (readparam(bDex)

68 =

69 70)

70 {

71 bonus

72 bLongAtkRate,2;

73 if

74 (.@r

75 =

76 7)

77 bonus

78 bLongAtkRate,3;

79 }

80 if

81 (readparam(bLuk)

82 =

83 70)

84 {

85 bonus

86 bCritAtkRate,2;

87 if

88 (.@r

89 =

90 7)

91 bonus

92 bCritAtkRate,3;

93 }

Equip Script None
Unequip Script None