Page 1 of 1
target problem
Posted: 2006-04-11 15:55:14
by dafee
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?
Posted: 2006-04-11 17:32:27
by Scripts Writer
Code: Select all
uo.Cast('Flame Strike',' there is an ID of your target')
Posted: 2006-04-14 10:40:54
by dafee
no!
I have this
and wanna drop it on the target ID when I want
possible?
Posted: 2006-04-14 13:26:39
by Scripts Writer
Code: Select all
uo.waittargetobject('id')
uo.Cast('Flame Strike')
Posted: 2006-04-14 13:56:50
by Sanch
You may use this, bat I don't advaced to do it, bicouse you will be banned if this will work uncorrectly.
Sorry for my bad English
uo.target('target_key', 'ID')
target_key you can take ,lasttargetkey command, bat I don't shure.