hi,
i'm back to injection after not playing for some jears. please where can i find the documentation? the link i have seems no longer be ok.
thanks
taya
Search found 29 matches
- 2009-10-11 20:03:27
- Forum: Help
- Topic: help documentation
- Replies: 1
- Views: 987
- 2008-04-18 09:38:24
- Forum: Help
- Topic: simulate key-press
- Replies: 5
- Views: 1962
- 2008-04-06 00:27:14
- Forum: Help
- Topic: simulate key-press
- Replies: 5
- Views: 1962
- 2008-04-04 19:11:38
- Forum: Help
- Topic: simulate key-press
- Replies: 5
- Views: 1962
- 2008-04-02 23:27:56
- Forum: Help
- Topic: simulate key-press
- Replies: 5
- Views: 1962
simulate key-press
hello,
how can i press a key like
ALT+S
via injection? i just found uo.press(keyNr), but don't find anything about the keycodes!
can someone helps me?
THANKS
taya
how can i press a key like
ALT+S
via injection? i just found uo.press(keyNr), but don't find anything about the keycodes!
can someone helps me?
THANKS
taya
- 2008-01-06 17:08:11
- Forum: Help
- Topic: little help with objects
- Replies: 6
- Views: 3601
- 2008-01-06 14:33:25
- Forum: Help
- Topic: little help with objects
- Replies: 6
- Views: 3601
- 2008-01-05 21:13:55
- Forum: Help
- Topic: little help with objects
- Replies: 6
- Views: 3601
little help with objects
hi to all,
i try to get the "name" of an object. Not the name of an character. this is easy with getname.
but how can i get something like: "1000 Eichenstämme"
i tried:
sub testen()
UO.FindType("0x0190", "-1", 'ground')
if uo.FindCount() then
uo ...
i try to get the "name" of an object. Not the name of an character. this is easy with getname.
but how can i get something like: "1000 Eichenstämme"
i tried:
sub testen()
UO.FindType("0x0190", "-1", 'ground')
if uo.FindCount() then
uo ...
- 2007-09-26 11:14:52
- Forum: Help
- Topic: Find in String
- Replies: 1
- Views: 812
Find in String
Hallo,
I wish to find a special word in a string.
for example the word "glas" in the name of an object:
sub testen()
var name
UO.FindType("0x0E24", "-1", 'ZapfBeutel')
name = uo.getname('finditem')
??? if FINDSTR("glas", name) then ???
.. ...
I wish to find a special word in a string.
for example the word "glas" in the name of an object:
sub testen()
var name
UO.FindType("0x0E24", "-1", 'ZapfBeutel')
name = uo.getname('finditem')
??? if FINDSTR("glas", name) then ???
.. ...
- 2007-06-20 18:54:10
- Forum: Help
- Topic: kick via unknown package
- Replies: 1
- Views: 778
- 2007-06-20 13:47:52
- Forum: Help
- Topic: kick via unknown package
- Replies: 1
- Views: 778
kick via unknown package
hi everybody,
on our shard they disabled injection by sending a package witch is not known by injection (this is the explanation i get).
in this way the client stop working until you close an restart it.
is there a way to handle this?
hope someone has an answer for this!
thanks
taya
on our shard they disabled injection by sending a package witch is not known by injection (this is the explanation i get).
in this way the client stop working until you close an restart it.
is there a way to handle this?
hope someone has an answer for this!
thanks
taya
- 2007-02-27 00:07:53
- Forum: Scripting Ore
- Topic: problem with substring
- Replies: 5
- Views: 6828
- 2007-02-11 09:44:09
- Forum: Scripting Ore
- Topic: problem with substring
- Replies: 5
- Views: 6828
- 2007-02-10 16:23:08
- Forum: Scripting Ore
- Topic: problem with substring
- Replies: 5
- Views: 6828
- 2007-02-10 16:21:36
- Forum: Scripting Ore
- Topic: problem with substring
- Replies: 5
- Views: 6828
problem with substring
hi alltogether,
i try to write a little sort script (again )
here a snippet
sub SR()
uo.canceltarget()
uo.exec('addobject LootBeutel')
while uo.targeting()
wait(100)
Wend
uo.useobject('LootBeutel')
var tZirkel1 ...
i try to write a little sort script (again )
here a snippet
sub SR()
uo.canceltarget()
uo.exec('addobject LootBeutel')
while uo.targeting()
wait(100)
Wend
uo.useobject('LootBeutel')
var tZirkel1 ...
- 2006-12-10 03:33:06
- Forum: Scripting Ore
- Topic: ignorelists
- Replies: 4
- Views: 1440
- 2006-12-09 16:31:03
- Forum: Scripting Ore
- Topic: ignorelists
- Replies: 4
- Views: 1440
- 2006-12-09 15:04:41
- Forum: Scripting Ore
- Topic: ignorelists
- Replies: 4
- Views: 1440
ignorelists
hello,
is there a possibility to use such lists? (maybe like the lists in easyUO)
thanks
taya
is there a possibility to use such lists? (maybe like the lists in easyUO)
thanks
taya
- 2006-12-05 22:10:26
- Forum: Scripting Ore
- Topic: textouput like spam
- Replies: 2
- Views: 925
- 2006-12-03 20:03:47
- Forum: Scripting Ore
- Topic: textouput like spam
- Replies: 2
- Views: 925
textouput like spam
hi,
i wrote a little script with very much
UO.FindType(...)
commands. thus the journal is full not in a second.
i know the "set quiet 1" command. but then there is absolut no output from injection.
is there a way just to restrain just the "found n items" lines?
if ...
i wrote a little script with very much
UO.FindType(...)
commands. thus the journal is full not in a second.
i know the "set quiet 1" command. but then there is absolut no output from injection.
is there a way just to restrain just the "found n items" lines?
if ...