All In One Ring
| Item ID | 2741 | Name | All In One Ring |
|
Rental Item
A Jewelry Ring that contains a 3 Seal Magic Spell. _______________________ All Basic Stats +1 _______________________ Enables the use of Level 1 Heal. Enables the use of Level 1 Teleport. _______________________ Skill casting cannot be interrupted. _______________________ Increases Variable Casting Time by 10%. _______________________ When VIP status active: All Basic Stats +1 _______________________ Type: Accessory Weight: 0 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | All_In_One_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 | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | None | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | 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 Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
bonus bAllStats,1;
bonus bNoCastCancel;
bonus bVariableCastrate,10;
skill "AL_HEAL",1;
skill "AL_TELEPORT",1;
if (vip_status(VIP_STATUS_ACTIVE)) {
bonus bAllStats,1;
}
|
||||