Search found 7 matches

by bl4ck
2005-05-13 08:11:42
Forum: General
Topic: targetnext "filtering"
Replies: 12
Views: 3071

any guy have ideas?
or anyone have used it and worked?? :/
by bl4ck
2005-05-12 06:07:19
Forum: General
Topic: targetnext "filtering"
Replies: 12
Views: 3071

oh my

really dont works! have ya tried?

please help me out! any hope ??

:cry:
by bl4ck
2005-05-12 00:26:44
Forum: General
Topic: targetnext "filtering"
Replies: 12
Views: 3071

hum

i tried it before make the question,
dont works man, liek in the first example,
i put "Derrubadinha" in

IgCnt=IgCnt+IgnoreLast('Derrubadinha') # Counting ignored people

but he keeps appearing like a normal target!
have ya tested it?
:(

thank you very much
by bl4ck
2005-05-11 13:25:01
Forum: General
Topic: targetnext "filtering"
Replies: 12
Views: 3071

:D

all right,

i changed, but it seems to dont work,
the character name of my friend is "Derrubadinha"

need i to change

sub IgnoreLast(Name) # Functions looks if last target had a name=Name and ignores it then.
if (UO.GetName('lasttarget')==Name) then

to

sub IgnoreLast(Derrubadinha ...
by bl4ck
2005-05-11 11:08:43
Forum: General
Topic: targetnext "filtering"
Replies: 12
Views: 3071

oops

man, thank you very much, but when i use, it displays that:


Line 461: Bad operation for this type of variable - IGCNT

:(
by bl4ck
2005-05-07 01:20:27
Forum: General
Topic: targetnext "filtering"
Replies: 12
Views: 3071

humm

thank you man, it may work, but i dont get the full idea..


how i can put to more than one guy to be ignored?
help me out with the full code looks:

sub targetfilter()
uo.press (123) ; target next key
if (UO.GetName('lasttarget')=='Timmy' or 'Doug' or 'Duckhead') then
UO.Ignore ...
by bl4ck
2005-05-06 13:15:06
Forum: General
Topic: targetnext "filtering"
Replies: 12
Views: 3071

targetnext "filtering"

hi guys!

im looking for a script that do this:

when i press nexttarget, IF the target appointed is "Bob" or "Tiny",
it ignore that guys, and go for nexttarget avaiable!

something like that:

sub targetfilter()
uo.press (123) ; target next key
" IGNORE Bob and Tiny and keep going ...