Viewing Item

#1546: Glorious Morning Star

Item ID 1546 For Sale No
Identifier Krieger_Onehand_Mace1 Credit Price Not For Sale
Name Glorious Morning Star Type Weapon - Mace
NPC Buy 20 Weight 0
NPC Sell 10 Weapon Level 4
Range 1 Defense 0
Slots 0 Refineable Yes
Attack 130 Min Equip Level 80
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Novice / Super novice / Swordman / Merchant / Knight / Priest / Blacksmith / Crusader / Monk / Alchemist
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 bonus2 bAddRace,RC_DemiHuman,75;

2 bonus2 bAddRace,RC_Player_Human,75;

3 bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;

4 bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;

5 bonus bUnbreakableWeapon;

6 .@r = getrefine();

7 if (.@r>5) {

8 bonus2 bAddRace,RC_DemiHuman,pow(min(14,.@r)-4,2);

9 bonus2 bAddRace,RC_Player_Human,pow(min(14,.@r)-4,2);

10 bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;

11 bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;

12 bonus bAspdRate,5;

13 }

14 if (.@r>8) {

15 bonus2 bAddEff,Eff_Stun,2000;

16 bonus bAspdRate,5;

17 }

Equip Script None
Unequip Script None