Search found 3 matches

by Feanor
2004-08-23 01:23:52
Forum: Help
Topic: Catch Target
Replies: 3
Views: 2108

what version of easy uo shall i use? with 1.36 (the only i found for client 4.0.0c) is old and i can't use most of the new functions of easy uo

is there a way to use one of the new version of easy uo with 4.0.0c?
by Feanor
2004-08-22 04:27:48
Forum: Help
Topic: Catch Target
Replies: 3
Views: 2108

i tried using uo.target, but the last target of client still points to the last mobile manually targeted

using uo.getstatus("finditem") i can get the laststatus of finditem

but i can't convert laststatus to lasttarget or more simply i can't find a method that works as uo.click("pippo") but ...
by Feanor
2004-08-19 18:04:51
Forum: Help
Topic: Catch Target
Replies: 3
Views: 2108

Catch Target

hi, i am trying to make a script which catch a target after have found it with finditem

i need only one instruction

imagine a script like this:


Uo.Ignore("self")
Uo.FindType("0x0190","-1","ground")
if Uo.FindCount() then
.....&#46 ...