Search found 8 matches

by SoulS XD
2006-03-03 06:14:29
Forum: Scripting Ore
Topic: Drop a container
Replies: 3
Views: 1058

hotkeys :

waittargetype x;drop x 0 0 0
by SoulS XD
2006-02-27 05:27:03
Forum: Scripting Ore
Topic: Body 'cut'
Replies: 2
Views: 1055

sub Cutter()
var ser
repeat
uo.deletejournal()
repeat
wait(50)
until uo.injournal('Body')
ser = uo.getserial('lastcorpse')
while uo.getdistance(ser) > 4
wait(50)
wend
uo.setarm('arm1')
uo&#46 ...
by SoulS XD
2006-02-26 17:02:07
Forum: Scripting Ore
Topic: Body 'cut'
Replies: 2
Views: 1055

Body 'cut'

Is it possible to make a script that...afther you kill a guy....it cut his body right away...like...

you're on a mass...and you dont wanna to your enemies be able to ressurect your oponent...so you cut his body and we be able to be ress with all items equiped...

thnx
by SoulS XD
2006-02-19 18:31:45
Forum: Shards talks
Topic: Shivers Shard .... Sphere OSI-LIKE
Replies: 0
Views: 2319

Shivers Shard .... Sphere OSI-LIKE

***BRAZILIAN SHARD***

I'm here to advertise to best brazilian sphere shard nowadays

our scripter is a geneios.....he was able to
modified custom RUNUO scripts like

autoloot ( only for the players who died , it helps to get faste back to the MASS )

insure ( yes!! you can insure your ...
by SoulS XD
2006-02-19 18:13:27
Forum: Requests
Topic: 4YOKO - Always run
Replies: 12
Views: 7072

thnx to all guys....but i couldnt do what i wanted so i changed it =/
by SoulS XD
2006-02-12 18:42:43
Forum: Requests
Topic: 4YOKO - Always run
Replies: 12
Views: 7072

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 ...
by SoulS XD
2006-02-12 18:26:07
Forum: Requests
Topic: 4YOKO - Always run
Replies: 12
Views: 7072

uo.press('ALW+W')

He-he, see manual.
uo.press(integer keycode)
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 ...
by SoulS XD
2006-02-12 05:04:12
Forum: Requests
Topic: 4YOKO - Always run
Replies: 12
Views: 7072

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 ...