Viewing Item

#500066: Victory Sword

Item ID 500066 For Sale No
Identifier Victory_Sword Credit Price Not For Sale
Name Victory Sword Type Weapon - One-Handed Sword
NPC Buy 0 Weight 150
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 Alchemist
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,"BO_EXPLOSIVE_POWDER",5;

6 if (.@r>=5) {

7 bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",10;

8 if (.@r>=7) {

9 bonus bShortAtkRate,5;

10 if (.@r>=9) {

11 bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",10;

12 if (.@r>=10) {

13 bonus bAspdRate,10;

14 if (.@r>=11) {

15 bonus bShortAtkRate,15;

16 bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",5;

17 }

18 }

19 }

20 }

21 }

22 if (.@g>=ENCHANTGRADE_D) {

23 bonus bShortAtkRate,5;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus2 bAddSize,Size_All,10;

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus2 bAddRace,RC_All,10;

28 if (.@g>=ENCHANTGRADE_A) {

29 bonus2 bAddEle,Ele_All,10;

30 }

31 }

32 }

33 }

Equip Script None
Unequip Script None