
RENEWAL / ITEMS
LV5 Adrenaline Scroll
#12220Consumable
Adrenaline_Scroll
TypeConsumable
Weight1
Buy price2 z
Sell price1 z
Description
A scroll in which a
single use of Level 5
Adrenaline Rush has
been recorded.
If the user is not
equipped with an Axe or Mace,
the scroll will be consumed with no effect.
Weight : 1
English Renewal client description · iRO. 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
.@type = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if (.@type == W_1HAXE || .@type == W_2HAXE || .@type == W_MACE) {
skilleffect "BS_ADRENALINE",0;
sc_start SC_ADRENALINE,150000,5;
}