Drink Refresh Potion - Legenis Assassin by Legenis
Description from the author:
###########################################################################
## Drink Potions, part of Legenis Assassin Toolkit
## Created by Legenis
##
## This script will equip you offhand (1-handed weapon) and drink a potion
## This script uses global variables set in the script options menu.
## To create or retarget these variables, see image here https://imgur.com/a/hB71N73
##
## myBackstabWep is ths weapon you use to backstab.
## myOffHand is your fast swinging offhand.
##
## myBackstabWep and myOffHand are used consistantly thoughout Legenis Assassin Toolkit
###########################################################################
if lhandempty
hotkey 'Drink Refresh'
else
dclick myOffHand
wait 500
hotkey 'Drink Refresh'
endifpart of Legenis Assassin Toolkit