Recent Scripts:
Browse by:
Information:
Train Healing to 80 by whiskeywalt
#Train Healing by WhiskeyWalt
# Alot of this was taken from "Train Veterinary by nkr"
#
# You should have bandages in your pack
# Stand at trainers near Brit Bank
#Stand in between Stephan and Charlton
# This script will heal both targets
#
# VERSION: 0.1
#
# CHANGELOG
# 02/24/2023:
# - Initial version
#
overhead "Select trainer 1"
setvar! pet1
pause 500
overhead "Select trainer 2"
setvar! pet2
menu pet1 2
wft 500
target pet2
menu pet2 2
wft 500
target pet1
while not dead
if skill "Healing" >= 100
say "All Stop"
stop
endif
clearsysmsg
dclicktype 3617
wft 3000
target pet1
if insysmsg "that being is not damaged!"
pause 2000
else
pause 7000
endif
clearsysmsg
dclicktype 3617
wft 3000
target pet2
if insysmsg "that being is not damaged!"
pause 2000
else
pause 7000
endif
endwhile