
PRE-RENEWAL / ITEMS
LV5 Aspersio Scroll
#12217Consumable
Aspersio_5_Scroll
TypeConsumable
Weight1
Buy price2 z
Sell price1 z
Description
A scroll in which a single use of Level 5 Aspersio has been recorded.
If there is no Holy Water, scroll will be damaged when used.
Caution-- This item won't work while your character is casting a spell or skill.
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 (countitem(523)>0) {
skilleffect "PR_ASPERSIO",0;
sc_start SC_ASPERSIO,180000,5;
delitem 523,1;
}