Viewing Item

#550011: Adonus Booster Wand

Item ID 550011 For Sale No
Identifier AN_B_Wand Credit Price Not For Sale
Name Adonus Booster Wand Type Weapon - Staff
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 0 Refineable Yes
Attack 150 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 bonus bMatk,160+(3*.@r)+3*(min(BaseLevel,195)/15);

5 if (.@r>=7) {

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

7 }

8 if (.@r>=9) {

9 bonus bVariableCastrate,-10;

10 bonus2 bSkillAtk,"PR_MAGNUS",25;

11 bonus2 bSkillAtk,"AB_ADORAMUS",25;

12 }

13 if (.@r>=11) {

14 bonus2 bMagicAddSize,Size_All,15;

15 bonus2 bMagicAtkEle,Ele_Holy,15;

16 }

17 if (.@r>=13) {

18 bonus2 bSkillAtk,"PR_MAGNUS",15;

19 bonus2 bSkillAtk,"AB_ADORAMUS",15;

20 }

Equip Script None
Unequip Script None