Viewing Item

#500063: Guardian Saber

Item ID 500063 For Sale No
Identifier Guardian_Saber Credit Price Not For Sale
Name Guardian Saber Type Weapon - One-Handed Sword
NPC Buy 0 Weight 110
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 210 Min Equip Level 215
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Super novice
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bAtkRate,5;

4 bonus bPow,2;

5 bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",5;

6 if (.@r>=5) {

7 bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",10;

8 if (.@r>=7) {

9 bonus bLongAtkRate,5;

10 if (.@r>=9) {

11 bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",10;

12 if (.@r>=10) {

13 bonus bVariableCastrate,-10;

14 if (.@r>=11) {

15 bonus2 bSkillAtk,"HN_SPIRAL_PIERCE_MAX",15;

16 bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",5;

17 }

18 }

19 }

20 }

21 }

22 if (.@g>=ENCHANTGRADE_D) {

23 bonus bLongAtkRate,10;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus2 bAddSize,Size_All,10;

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus2 bAddSize,Size_All,10;

28 if (.@g>=ENCHANTGRADE_A) {

29 bonus2 bAddEle,Ele_All,10;

30 }

31 }

32 }

33 }

Equip Script None
Unequip Script None