
PRE-RENEWAL / ITEMS
LV10 Agil Scroll
#12216Consumable
Inc_Agi_10_Scroll
TypeConsumable
Weight1
Buy price2 z
Sell price1 z
Description
A scroll in which a single use of Level 10 Increase AGI has been recorded.
Caution-- This item won't work while your character is casting a spell or skill.
This item consumes 15 HP and will be ineffective if the character has fewer than 15 HP.
Weight: 1
English Pre-Renewal client description. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
- No Drop
- Yes
- No Trade
- Yes
- No Sell
- Yes
- No Cart
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect script
if (Hp>15) {
skilleffect "AL_INCAGI",0;
sc_start SC_INCREASEAGI,240000,10;
heal -15,0;
}