Posts: 118
Threads: 5
Joined: Jun 2011
Gang Wrote:UO options > UO.Press > then laststatus in injection.
Theres not much of stuff which would be impossible in inject...
What's laststatus? This is what I try to use with injection:
link
It's probably badly translated, but at least there's some documentation. That, and the scripting.txt in the Yoko docs. I didn't notice anything about laststatus in there either. Is there much commands and variables that aren't in those two documents?
(This post was last modified: 04-02-2012, 02:57 PM by
Cana.)
Posts: 287
Threads: 10
Joined: Dec 2011
Yeah man the list is not full, and indeed lol it's poorly translated:/
It's target, aka:
laststatus , lasttarget , lastattack.
laststatus - target on a player status of which you dragged the last. Last attack - target on last attacker.
So, what I meant actually is that you use uo options and use target next there. To cast spell on someone who you choosen by in-client targetnext you should use laststatus
uo.waittargetobject('laststatus')
(This post was last modified: 04-02-2012, 04:21 PM by
Gang.)
Posts: 287
Threads: 10
Joined: Dec 2011
err i meant these are objects.. ;p
edit: I never used target next, but thats what I'd use:
sub z()
uo.press(keycode)
wait(100)
UO.Set('lasttarget','laststatus')
endsub
(This post was last modified: 04-02-2012, 04:27 PM by
Gang.)
Posts: 255
Threads: 40
Joined: Mar 2011
I allways use 1 key to cast Magic arrow..... When i click it target comes and i use.... Its better way for me....