Page 1 of 1

How to run clients macro

Posted: 2004-06-29 15:34:38
by Gwindor
Hi,
how can I run client's macro (targetnext) from inj script?
I tried uo.press(), but it only runs inj macros associated with inj hotkeys, but doesnt work with hotkeys used by client's macros.

I need something to indicate selected monsters. UO.click() which shows me their names is a bit confusing, because there are too many names when I change targets quickly.

Posted: 2004-06-30 23:41:11
by Yoko
use press() on key where is your client macro binded

Posted: 2004-07-01 18:41:16
by Gwindor
:oops:
It's already OK.
There was some conflict in keys pressed manually and by uo.press command.
Thank you, YOKO, and sorry for stupid question.