Gold PC Room Ring

Item ID 28333 Name Gold PC Room Ring
MaxHP +3%
MaxSP +3%
_______________________
When VIP status active:
MaxHP +3%
MaxSP +3%
MATK +3%
ATK +3%
_______________________
Type: Accessory
Weight: 0
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Gold_PC_Ring
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level 1
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable No
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be sold to NPC, 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
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
if (vip_status(VIP_STATUS_ACTIVE)) {
   bonus bMaxHPrate,3;
   bonus bMaxSPrate,3;
   bonus2 bAddClass,Class_All,3;
   bonus bMatkRate,3;
}