Skinning Script + Healing Loop by Jaseowns
1# Skinning Script + Loop by Jaseowns
2# UO Outlands = https://youtu.be/hDko_ZyqX_w
3# Requirements: Skinning Knife
4# Additional Info: Call another script after this one finishes
5if findtype "Elven Spellblade" backpack
6 dclicktype "Elven Spellblade" backpack
7 waitfortarget 1500
8 target 'self'
9else
10 overhead 'No Skinning Knife!'
11endif
12
13# Run another script in a loop
14if skill 'healing' > 50
15 overhead 'Healing Loop Started' 88
16 script 'CombatLoop'
17endif