Back to "legenis_assassin" tags
Drink Cure Potion - Legenis Assassin by Legenis
Description: part of Legenis Assassin Toolkit
1###########################################################################
2## Drink Potions, part of Legenis Assassin Toolkit
3## Created by Legenis
4##
5## This script will equip you offhand (1-handed weapon) and drink a potion
6## This script uses global variables set in the script options menu.
7## To create or retarget these variables, see image here https://imgur.com/a/hB71N73
8##
9## myBackstabWep is ths weapon you use to backstab.
10## myOffHand is your fast swinging offhand.
11##
12## myBackstabWep and myOffHand are used consistantly thoughout Legenis Assassin Toolkit
13###########################################################################
14
15if lhandempty
16 hotkey 'Drink Cure'
17else
18 dclick myOffHand
19 wait 500
20 hotkey 'Drink Cure'
21endif