Animal Lore

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 #

Animal Lore 3.sc #

sub main()
	Repeat
		UO.WaitTargetObject(0x0021BC30)
		UO.UseSkill("Animal Lore")
		Wait(5000)
	Until FALSE
end sub

Animal-Lore.sc #

sub main()
aaa:
UO.Exec("waittargetlast")
  UO.Exec("useskill 'Animal Lore'")
  wait(10000)
  
goto aaa
end sub

Powered by BetterDocs