Search found 29 matches

by Taya
2009-10-11 20:03:27
Forum: Help
Topic: help documentation
Replies: 1
Views: 1100

help documentation

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
by Taya
2008-04-18 09:38:24
Forum: Help
Topic: simulate key-press
Replies: 5
Views: 2241

ahhhh. that was far to simple to find it :)

thanks thanks thanks

xox

lg
taya
by Taya
2008-04-06 00:27:14
Forum: Help
Topic: simulate key-press
Replies: 5
Views: 2241

oha, thanks,

and how kann i find the number for a special key?

i heard #=119

and what is A, B, C, ....?

Taya
by Taya
2008-04-04 19:11:38
Forum: Help
Topic: simulate key-press
Replies: 5
Views: 2241

isn't there anyone out there who will help me?


PLEASE!!!
by Taya
2008-04-02 23:27:56
Forum: Help
Topic: simulate key-press
Replies: 5
Views: 2241

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
by Taya
2008-01-06 17:08:11
Forum: Help
Topic: little help with objects
Replies: 6
Views: 3995

super!

thanks!

aber i chanced the line

if InStr(uo.getname('finditem'), "[mag]") > 0 then

to ">= 0" it works perfekt!

greats
taya
by Taya
2008-01-06 14:33:25
Forum: Help
Topic: little help with objects
Replies: 6
Views: 3995

thanks.

but unfortunately is says only

"60000"

instead of

"60000 Eichenhoelzer".

if i use this with a char then is says something like

"0 Hontar Hugmool".

thus, again my question:

how can i get the "name" of an object? or should i say description or property?

the reason is that i want to ...
by Taya
2008-01-05 21:13:55
Forum: Help
Topic: little help with objects
Replies: 6
Views: 3995

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.print(uo.getname('finditem'))
else
uo.print ...
by Taya
2007-09-26 11:14:52
Forum: Help
Topic: Find in String
Replies: 1
Views: 928

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 ???
...
endif
end sub

is there a special command to find ...
by Taya
2007-06-20 18:54:10
Forum: Help
Topic: kick via unknown package
Replies: 1
Views: 882

ok. sorry. now i'm usung injection2007

thanks
by Taya
2007-06-20 13:47:52
Forum: Help
Topic: kick via unknown package
Replies: 1
Views: 882

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
by Taya
2007-02-27 00:07:53
Forum: Scripting Ore
Topic: problem with substring
Replies: 5
Views: 9779

yeah thats the problem. they have the same type. e.g. we have diferent skulls. the normal skull in white. the troll-skull in darc grey. the deamon skill in red. the centaur skill in a kind of silver. the dragon skull in nearly the same color. and all this skulls have the same type.

thats the reason ...
by Taya
2007-02-11 09:44:09
Forum: Scripting Ore
Topic: problem with substring
Replies: 5
Views: 9779

hi NMY,

thank you for your answer. but this is not exactly what i need. the hole text is something like

4 Spruchrolle "Essen"

the 4 means there are actually 4 items in a stack. Spruchrolle is in english "mage scroll" i think. on our shard there many different of them: Essen, Trinken, Schutz, etc ...
by Taya
2007-02-10 16:23:08
Forum: Scripting Ore
Topic: problem with substring
Replies: 5
Views: 9779

sorry. seems to be the wrong section. but i can't delete it
by Taya
2007-02-10 16:21:36
Forum: Scripting Ore
Topic: problem with substring
Replies: 5
Views: 9779

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 = '0x497F5633'
var tZirkel2 = '0x49E187B8'
var tZirkel3 = '0x49E187BF ...
by Taya
2006-12-10 03:33:06
Forum: Scripting Ore
Topic: ignorelists
Replies: 4
Views: 1663

i have two kinds of loot-scripts

one is searching on the ground and also searching vor dead monsters (0x2006). any dead monster i found, i have to ignore after looting. this script is running continously.

then the second. in pergon (my shard) you can get skins (fur) from the monsters by using a ...
by Taya
2006-12-09 16:31:03
Forum: Scripting Ore
Topic: ignorelists
Replies: 4
Views: 1663

because of two simultanous scripts

i have a loot-script witch is searching vor dead monstern (with ignore) and also scanning the ground. this is running continously

another one is for skinning the dead monsters. here i use a hotkey.

taya

EDIT:
i had it in one script before. but because of ...
by Taya
2006-12-09 15:04:41
Forum: Scripting Ore
Topic: ignorelists
Replies: 4
Views: 1663

ignorelists

hello,

is there a possibility to use such lists? (maybe like the lists in easyUO)

thanks
taya
by Taya
2006-12-05 22:10:26
Forum: Scripting Ore
Topic: textouput like spam
Replies: 2
Views: 1067

wow thats it!

thank you thausend times!
by Taya
2006-12-03 20:03:47
Forum: Scripting Ore
Topic: textouput like spam
Replies: 2
Views: 1067

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 use

UO.Exec("set quiet ...