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 #

herding.sc #

sub main()
	UO.AddObject('animal')
	While UO.Targeting()
		Wait(500)
	Wend	

	Repeat
		UO.DeleteJournal()
		UO.WaitTargetObject('animal', 'self')
		UO.UseType(0x0E81)
		journalWait("skill|herded by|can't", 5000)
	Until FALSE
end sub

sub journalWait(journalPattern, timeOut)
	var time = 0
		
	UO.DeleteJournal()
	
	Repeat
		time = time + 200
		Wait(200)
	Until UO.InJournal(journalPattern) || time > timeOut
end sub

herding 2.sc #

sub main() 
a:

 uo.say(",waittargetobject ostie")
  uo.say(",usetype crook") 
   wait(3000)
  UO.LClick(429,82)
 wait(2000)  

goto a
end sub

Powered by BetterDocs