Legenis Backstab Closest Monster from range by Legenis
Description: Part of Legenis Assassin Toolkit
1###########################################################################
2## Legenis Backstab Closest Monster within 1 tile, part of Legenis Assassin Toolkit
3## Created by Legenis
4##
5## This script will auto equip your backstabbing weapon and then backstab the target.
6## This script It uses global variables set in the script options menu.
7##
8## myBackstabWep is ths weapon you use to backstab.
9## myOffHand is your fast swinging offhand.
10## To create or retarget these variables, see image here https://imgur.com/a/hB71N73
11##
12## myBackstabWep and myOffHand are used consistantly thoughout Legenis Assassin Toolkit
13###########################################################################
14
15
16if lhandempty
17 dclick myBackstabWep
18elseif findlayer self righthand as myOffHand
19 dclick myBackstabWep
20endif
21
22hotkey 'Target Closest Grey Monster'
23hotkey 'Attack Last Target'