ID #12220
Usable
LV5 Adrenaline Scroll
Buy Price: N/A
Sell Price: N/A
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
_______________________
Type: Magic scroll
Cast: Level 5 Adrenaline Rush
Weight: 1
Available from boxes
Basic Information
Type
Usable
Weight
10
Scripts
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; }
.@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;
}