Ring of the Ancient Wise King
| Item ID | 2782 | Name | Ring of the Ancient Wise King |
|
A ring imitating the legendary ring of the Ancient Wise King who used to communicate with animals.
Rune-Midgard's Magical Power, Schwartzvald's technology and Arunafeltz's linguistic ability are put together in this ring. _______________________ By equipping this ring, you can communicate with the people of Ash Vacuum. _______________________ MaxHP +50 MaxSP +20 _______________________ Type: Accessory Weight: 10 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Ring_Of_Wise_King | ||
| 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 | 10 | 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 Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
bonus bMaxHP,50; bonus bMaxSP,20; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r < 4) {
.@a = 4;
}
else {
.@a = min(.@r,10);
}
bonus3 bAutoSpell,"WZ_WATERBALL",.@a,(.@a*10);
|
||||
|
bonus bUseSPrate,-5; |