Viewing Item

#590107: Frontier Biological Scepter

Item ID 590107 For Sale No
Identifier Frontier_BO_Hall Credit Price Not For Sale
Name Frontier Biological Scepter Type Weapon - Mace
NPC Buy 0 Weight 270
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 260 Min Equip Level 265
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs 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 Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bPAtk,5;

4 bonus bUnbreakableWeapon;

5 bonus2 bSkillAtk,"BO_DUST_EXPLOSION",5+5*(.@r/3);

6 bonus bAtkRate,(.@r/2);

7 bonus bBaseAtk,25*(.@r/2);

8 if (.@r>=9) {

9 bonus bShortAtkRate,15;

10 bonus bPAtk,7;

11 if (.@r>=11) {

12 bonus2 bSkillAtk,"BO_DUST_EXPLOSION",15;

13 if (.@r>=12) {

14 bonus2 bSkillAtk,"BO_DUST_EXPLOSION",20;

15 bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",25;

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bShortAtkRate,10;

21 bonus bPAtk,7;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus2 bSkillAtk,"BO_DUST_EXPLOSION",10;

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bNonCritAtkRate,15;

26 if (.@g>=ENCHANTGRADE_A) {

27 bonus bPAtk,3*(.@r/2);

28 }

29 }

30 }

31 }

Equip Script None
Unequip Script None