Ultimate Begging Script by Jaseowns

1# Ultimate Begging Script by Jaseowns
2# UO Outlands
3# Doing it live: https://youtu.be/sOP1mU0SxNo
4# Requirements:
5#   Make a friends list called IgnoreNpcs.
6#   Make sure enabled is checkmarked
7#   Make sure Next/Prev Target ignores 'Friends' is checkmarked
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