well.... theres cheating and theres cheating....
i cheat... in ultima... but only by macroing... and most people don't consider that cheating
bleh i need some scripts for ultima... i can't stand training poisoning...
something like this...
sub main()
while uo.ns>2
while uo.count("Ebottle")>0
uo.exec("usetype mortar")
wait(500)
uo.LClick(277,109) #Click on poison to make
wait(3500)
wend
while uo.count("poison")>0
uo.useskill("Poisoning")
wait(3000)
UO.exec("waittargettype poison")
wait(2000)
uo.exec("waittargettype daggar")
wait(5000)
wend
wend
end sub
but.. i can never get scripts working