LV10 Agil Scroll
| Item ID | 12216 | Name | LV10 Agil Scroll |
|
A scroll in which a single use of Level 10 Increase Agility has been recorded.
_______________________ Type: Magic scroll Cast: Level 10 Increase Agility Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Inc_Agi_10_Scroll | ||
| Attack | 0 | Type | Usable | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | None | ||
| NPC Buy | 2 | Max Equip Level | None | ||
| NPC Sell | 1 | 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 |
if (Hp>15) {
skilleffect "AL_INCAGI",0;
sc_start SC_INCREASEAGI,240000,10;
heal -15,0;
}
|
||||