[Not For Sale] Twin Head Dragon Ring

Item ID 490414 Name [Not For Sale] Twin Head Dragon Ring
None
Weapon Level 0 Identifier Comp_Dragon_Ring_TH
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs Knight
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@p = getitempos();
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus bAspdRate,10;
bonus bDelayrate,-15;
if (readparam(bDex)>=125)
   bonus bLongAtkRate,15;
if (.@p == EQP_ACC_L) {
   if (getskilllv("RK_DRAGONBREATH") == 10) {
       bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50;
   }
}
if (.@p == EQP_ACC_R) {
   if (getskilllv("RK_DRAGONBREATH_WATER") == 10) {
       bonus2 bSkillAtk,"RK_DRAGONBREATH",50;
   }
}