Viewing Item

#1340: Arcanite Hammer

Item ID 1340 For Sale No
Identifier Arcanite_Hammer_EXE Credit Price Not For Sale
Name Arcanite Hammer Type Weapon - Mace
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 1 Refineable Yes
Attack 110 Min Equip Level 70
MATK 120 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Super novice / Priest
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bInt,3;

3 if (.@r>=5) {

4 bonus bMatkRate,2;

5 bonus bAspd,1;

6 }

7 if (.@r>=7) {

8 bonus bMatk,10;

9 bonus3 bAutoSpell,"AL_HOLYLIGHT",1,100;

10 bonus2 bSkillAtk,"AL_HOLYLIGHT",10;

11 }

12 if (.@r>=9) {

13 bonus bMatk,20;

14 bonus3 bAutoSpell,"BS_ADRENALINE",1,70;

15 bonus2 bSkillAtk,"AL_HOLYLIGHT",20;

16 }

17 if (.@r>=10) {

18 bonus bMatkRate,3;

19 bonus bMaxHP,500;

20 bonus2 bMagicAtkEle,Ele_Holy,4;

21 }

22 if (.@r>=12) {

23 bonus bDelayrate,-5;

24 bonus2 bMagicAtkEle,Ele_Holy,6;

25 }

Equip Script None
Unequip Script None