LV5 Adrenaline Scroll

Item ID 12220 Name LV5 Adrenaline Scroll
A scroll in which a single use of Level 5 Adrenaline Rush has been recorded.
_______________________
Type: Magic scroll
Cast: Level 5 Adrenaline Rush
Weight: 1
Weapon Level 0 Identifier Adrenaline_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
.@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;
}