Viewing Item

#600024: Dragonic Slayer-LT

Item ID 600024 For Sale No
Identifier Dragonic_Slayer_LT Credit Price Not For Sale
Name Dragonic Slayer-LT Type Weapon - Two-Handed Sword
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 200 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Normal / Third / Third Upper / Third Baby
Equippable Jobs Super novice / Knight
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMaxHPrate,5;

4 if (BaseLevel>=210) {

5 bonus bMaxHPrate,5;

6 bonus bMaxSPrate,5;

7 }

8 if (.@r>=7) {

9 bonus bDelayrate,-10;

10 bonus bVariableCastrate,-10;

11 if (.@r>=9) {

12 bonus2 bSubSize,Size_All,15;

13 bonus bLongAtkRate,15;

14 if (.@r>=11) {

15 bonus bDelayrate,-7;

16 bonus bMaxSPrate,5;

17 }

18 }

19 }

20 if (.@g >= ENCHANTGRADE_D) {

21 bonus bMaxHPrate,3;

22 bonus bMaxSPrate,3;

23 if (.@g >= ENCHANTGRADE_C) {

24 bonus bLongAtkRate,15;

25 bonus bMres,30;

26 bonus bRes,30;

27 if (.@g >= ENCHANTGRADE_B) {

28 bonus2 bSubEle,Ele_All,15;

29 }

30 }

31 }

32 bonus bMaxHPrate,5*(.@r/2);

33 bonus bMaxSPrate,5*(.@r/2);

34 bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",7*(.@r/3);

35 bonus2 bSkillAtk,"RK_DRAGONBREATH",7*(.@r/3);

Equip Script None
Unequip Script None