Viewing Item

#490413: Twin Head Dragon Ring

Item ID 490413 For Sale No
Identifier aegis_490413 Credit Price Not For Sale
Name Twin Head Dragon Ring Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Accessory Left/Right
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Knight
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@p = getitempos();

2 bonus bMaxHPrate,15;

3 bonus bMaxSPrate,15;

4 bonus bAspdRate,10;

5 bonus bDelayrate,-15;

6 if (readparam(bDex)>=125)

7 bonus bLongAtkRate,15;

8 if (.@p == EQP_ACC_L) {

9 if (getskilllv("RK_DRAGONBREATH") == 10) {

10 bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50;

11 }

12 }

13 if (.@p == EQP_ACC_R) {

14 if (getskilllv("RK_DRAGONBREATH_WATER") == 10) {

15 bonus2 bSkillAtk,"RK_DRAGONBREATH",50;

16 }

17 }

Equip Script None
Unequip Script None