Viewing Item

#590010: Dupledex Booster Mace

Item ID 590010 For Sale No
Identifier DD_B_Mace Credit Price Not For Sale
Name Dupledex Booster Mace Type Weapon - Mace
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 0 Refineable Yes
Attack 190 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Priest
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 .@r = getrefine();

2 bonus bUnbreakableWeapon;

3 bonus bMatkRate,2;

4 bonus2 bAddClass,Class_All,2;

5 bonus bMatk,160+(3*.@r)+3*(min(BaseLevel,195)/15);

6 bonus bBaseAtk,3*.@r+3*(min(BaseLevel,195)/15);

7 if (.@r>=7) {

8 bonus2 bMagicAtkEle,Ele_Holy,getskilllv("HP_MEDITATIO");

9 bonus2 bMagicAtkEle,Ele_Earth,getskilllv("HP_MEDITATIO");

10 }

11 if (.@r>=9) {

12 bonus bDelayrate,-10;

13 bonus2 bSkillAtk,"AB_DUPLELIGHT",25;

14 bonus2 bSkillAtk,"AB_JUDEX",25;

15 }

16 if (.@r>=11) {

17 bonus2 bMagicAddSize,Size_All,15;

18 bonus2 bMagicAtkEle,Ele_Holy,15;

19 }

20 if (.@r>=13) {

21 bonus2 bSkillAtk,"AB_DUPLELIGHT",15;

22 bonus2 bSkillAtk,"AB_JUDEX",15;

23 }

Equip Script None
Unequip Script None