Poisoning

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 #

poison.sc #

sub poison()
  aaa:	
  		UO.Exec("useskill 'Poisoning'")
  				wait(4000)
		UO.Exec("waittargettype poisonp")
		UO.Exec("targetobject pick")
				wait(4000)
 goto aaa
end sub

poisoning.sc #

sub main()
start:

UO.Exec('waittargettype bottle')
UO.Exec('usetype keg') 
wait(2000)

UO.Exec('waittargettype dp')
wait(2000)
uo.useskill("Poisoning")
wait(2000)
UO.LClick(346,257)
wait(5000)

goto start
end sub

Powered by BetterDocs