Search found 9 matches

by dafee
2006-04-14 10:40:54
Forum: Requests
Topic: target problem
Replies: 4
Views: 3939

no!
I have this

Image

and wanna drop it on the target ID when I want
possible?
by dafee
2006-04-11 15:55:14
Forum: Requests
Topic: target problem
Replies: 4
Views: 3939

target problem

My problem:

I'm waiting in precast.
When I see my target (I have its ID throught .c) i wanna launch a macro that cast my flame on it.

impossible?
by dafee
2006-03-20 22:20:01
Forum: General
Topic: [targeting] status && target
Replies: 7
Views: 2768

tnx a lot
I'm going to try it on my local poll
by dafee
2006-03-13 20:22:28
Forum: General
Topic: [targeting] status && target
Replies: 7
Views: 2768

i'm looking about an injection function like the targetnext of my uol's client.

Cause with uo.waittargetobject when i cast it drops the target automatically on the object (a human).
With targetnext and lasttarget of my uol's client i can cast
wait
and when I want, I can press lasttarget to ...
by dafee
2006-03-13 20:19:08
Forum: General
Topic: [targeting] status && target
Replies: 7
Views: 2768

it's an object that contains the ID of my "human" uol's target
by dafee
2006-03-13 19:55:43
Forum: General
Topic: [targeting] status && target
Replies: 7
Views: 2768

step 1: cast and get the target of the spell I selected (I did it)

step 2: launch a function that drops the magery on the target using the object "my_target" that contains the id of my enemy

how about step 2 ?
by dafee
2006-03-13 19:20:30
Forum: General
Topic: [targeting] status && target
Replies: 7
Views: 2768

[targeting] status && target

.
.
.
I have an object called "my_target" which contains the ID of my human target.

Actually to cast on it, I'm using
uo.waittobjecttype("target")
uo.cast("xxx")

But BEFORE i wanna cast, and THEN eventually drop the target on my enemy.

the only, and not so good way, I found is this ...
by dafee
2006-03-13 10:54:52
Forum: General
Topic: [string] manipulation
Replies: 2
Views: 1477

:shock:
it's possible?!?!
thanks a lot anyway you are crazy, beleave me!!!
by dafee
2006-03-12 12:49:30
Forum: General
Topic: [string] manipulation
Replies: 2
Views: 1477

[string] manipulation

with our .c when i write
.c prova 12345
our guild can see this
Image

Is possible to take the number ONLY from that string and use it like a variable?