Viewing Item

#490414: [Not For Sale] Twin Head Dragon Ring

Item ID 490414 For Sale No
Identifier aegis_490414 Credit Price Not For Sale
Name [Not For Sale] 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 Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
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