Page 1 of 1
4YOKO - Always run
Posted: 2005-03-25 13:51:59
by Felixuco
Can u add support to enable/disable always run client option? It can be useful wen u have alwaysrun enabled and want to use skill stealth.
Posted: 2005-03-25 21:01:25
by Edred
Bind "Always run" to key in client, use UO.Press( 'key code' ) in your scripts.
Posted: 2005-03-26 09:53:20
by Felixuco
I know this, but im asking for a boolean feature like uo.warmode.
Posted: 2005-03-26 10:54:10
by Yoko
this feature is not controllable from UO Server, thou it is not possible for injection to change it directly and know it's status.
Posted: 2005-03-27 08:29:43
by Felixuco
Maybe thats why i cant catch alwaysrun in journal ("Always Run is now on").
Posted: 2006-02-12 05:04:12
by SoulS XD
excuse me but , i've been trying to use this 'uo.press' but i wasn't sucessful , could you guys pm-me with the correct language to be used
for exemple
my UO AlwaysRun macro is ALT+W
i would like to
sub stealth()
uo.press('ALW+W')
uo.useskill('Hiding')
end sub
if is there any other best way to improve this macro i would be glad to listen
thnx
Posted: 2006-02-12 18:09:20
by Destruction
He-he, see manual.
You can get keycode it top frame of script editor.
Sorry for my clumsy English.
Posted: 2006-02-12 18:26:07
by SoulS XD
Destruction wrote:He-he, see manual.
You can get keycode it top frame of script editor.
Sorry for my clumsy English.
on YOKO's manual is the code for every hotkey ?
i'm gonna look out for it
thnx
(i´m not from a country where english is the native language , so....my english isn't the best either =P)
edit :
i wasn't able to find this mannual , could you be more specific to where i can find it , you said something about the top of the script editor , but i couldn't understand =/
sorry
Posted: 2006-02-12 18:38:04
by Destruction
Yoko have no manual about uo.press().
Keycode can be found in script editor or google.com (you can search with google on this forum).
Posted: 2006-02-12 18:42:43
by SoulS XD
Destruction wrote:Yoko have no manual about uo.press().
Keycode can be found in script editor or google.com (you can search with google on this forum).
i've found on scripteditor ... my trouble is that it doesnt consider some keys like : ALT , CTRL , SHIFT , BACKSPACE , ENTER ,
any many of my macros that i wish to make a combo with , use then , so i'm in a kind of where i started =/
because the keygenerator from the scripteditor , cannot read the 'ALT+W' only the W , and can't read the ALT by it self =/
if you could help i would be very gratefull XD
Posted: 2006-02-12 20:46:16
by Destruction
Yoko Injection supports no kombo keys.
Posted: 2006-02-13 06:51:44
by punkesito
other tip:
UO.GetRun([object]) - returns run status of object integer (i don't think it really may need for other object then player, or even did it work for others)
Posted: 2006-02-19 18:13:27
by SoulS XD
thnx to all guys....but i couldnt do what i wanted so i changed it =/