Created: 11/08/2022, 02:20:26 AM Updated: 11/08/2022, 02:20:26 AM View Change History
1
2
3
4
5
6
7
8
9hotkey "Next Monster Target"
10@setvar! myTargetCheck lasttarget
11
12if find myTargetCheck ground -1 -1 2
13 if noto myTargetCheck = "invulnerable"
14 overhead "im near this person and we can beg"
15 useskill 'Begging'
16 wft 500
17 target myTargetCheck
18 for 10
19 wait 500
20 if insysmsg "You have been given"
21 overhead "we got the goods time to move on" 88
22 hotkey 'Add Target To: IgnoreNpcs'
23 wft 500
24 target myTargetCheck
25 endif
26 endfor
27 endif
28endif
29
30replay