Viewing Item

#500103: Furious White Sword

Item ID 500103 For Sale No
Identifier WhiteSword_Furious Credit Price Not For Sale
Name Furious White Sword Type Weapon - One-Handed Sword
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 205 Min Equip Level 205
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 bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5;

4 if (BaseLevel>=210) {

5 bonus bAtkRate,4;

6 bonus bBaseAtk,40;

7 }

8 if (BaseLevel>=220) {

9 bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5;

10 }

11 if (BaseLevel>=230) {

12 bonus2 bAddSize,Size_All,10;

13 }

14 if (.@r>=7) {

15 bonus bShortAtkRate,10;

16 if (.@r>=9) {

17 bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",10;

18 if (.@r>=10) {

19 bonus bDelayrate,-10;

20 if (.@r>=11) {

21 bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",10;

22 }

23 }

24 }

25 }

26 if (.@g>=ENCHANTGRADE_D) {

27 bonus bShortAtkRate,15;

28 if (.@g>=ENCHANTGRADE_C) {

29 bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5;

30 if (.@g>=ENCHANTGRADE_B) {

31 bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",10;

32 if (.@g>=ENCHANTGRADE_A) {

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

34 bonus bAtkRate,3*(.@r/2);

35 }

36 }

37 }

38 }

Equip Script None
Unequip Script None