Forensic Evaluation

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 #

forensiceval.sc #

sub main()
a:
	uo.waittargetground("corpse")
	uo.useskill("Forensic Evaluation")
	wait(1000)
goto a
end sub

forensiceval2.sc #

sub main()
	Repeat
		UO.WaitTargetObject(0x001A4931)
		UO.UseSkill("Forensic Evaluation")
		wait(5000)
	Until FALSE
end sub

Powered by BetterDocs