Viewing Item

#550079: Super Novice Booster Wand

Item ID 550079 For Sale No
Identifier SN_B_Wand Credit Price Not For Sale
Name Super Novice Booster Wand Type Weapon - Staff
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 0 Refineable No
Attack 130 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Novice / Super novice
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,200+3*.@r;

5 bonus bMatk,3*(min(BaseLevel,195)/15);

6 if (.@r>=7) {

7 bonus bVariableCastrate,-getskilllv("MG_SRECOVERY");

8 if (.@r>=9) {

9 bonus2 bMagicAtkEle,Ele_All,10;

10 bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",15;

11 bonus2 bSkillAtk,"MG_FIREBOLT",15;

12 bonus2 bSkillAtk,"MG_COLDBOLT",15;

13 if (.@r>=11) {

14 bonus2 bMagicAddSize,Size_All,15;

15 bonus bMatkRate,10;

16 if (.@r>=13) {

17 bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",25;

18 bonus2 bSkillAtk,"MG_FIREBOLT",25;

19 bonus2 bSkillAtk,"MG_COLDBOLT",25;

20 }

21 }

22 }

23 }

Equip Script None
Unequip Script None