Details #

All scripts have been collected over the years and if available will still contain the creators details, these scripts may run well or not.

Scripts #

Anatomy.sc #

sub Main()
La:
UO.Exec("useskill Anatomy self")
wait(10000)
GOTO La
end sub

Anatomy 2.sc #

sub main()
	Repeat
		UO.WaitTargetSelf()
		UO.UseSkill("Anatomy")
		wait(5000)
	Until FALSE
end sub

Anatomy Heal.sc #

sub Main()
while TRUE
  repeat
   UO.Exec("useskill Anatomy self")
   wait(10000)
  Until UO.Life < 50
if (UO.Life < 50)then
  repeat
	UO.bandageself() 
	wait(6500)
  until (UO.Life == UO.STR)
end if
WEND 
end sub

Anatomy Heal2.sc #

sub Main()
while TRUE
if (UO.Life < 80)then
  repeat
	UO.bandageself() 
	wait(6500)
  until (UO.Life == UO.STR)
else
  repeat
   UO.Exec("useskill Anatomy self")
   wait(10000)
  Until UO.Life < 80
end if
WEND 
end sub

Powered by BetterDocs