4YOKO - Always run
Moderators: Murderator+, Murderator
4YOKO - Always run
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.
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
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
-
Destruction
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
Code: Select all
uo.press('ALW+W') Code: Select all
uo.press(integer keycode)Sorry for my clumsy English.
on YOKO's manual is the code for every hotkey ?Destruction wrote:He-he, see manual.Code: Select all
uo.press('ALW+W')You can get keycode it top frame of script editor.Code: Select all
uo.press(integer keycode)
Sorry for my clumsy English.
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
-
Destruction
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
i've found on scripteditor ... my trouble is that it doesnt consider some keys like : ALT , CTRL , SHIFT , BACKSPACE , ENTER ,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).
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
-
Destruction
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56