Search found 16 matches

by nagger
2005-01-26 01:13:52
Forum: Help
Topic: Using UO binds in scripts
Replies: 4
Views: 1825

why not just use injection macros to run the script

exec healSself()
by nagger
2004-09-11 03:10:32
Forum: Help
Topic: how 2 Get your OWN char name/serial/account name?
Replies: 2
Views: 1632

uo.getserial("self")

uo.print(str(uo.getserial("self")))
by nagger
2004-09-05 01:18:06
Forum: Help
Topic: injection.xml not saving
Replies: 1
Views: 1450

injection.xml not saving

Any idea why injection.xml is not saving? ive deleted it , it made a newone but after a couple loads it stops saving again.

im guessing its something ive added but not sure what or maybe to many things added?


i have around 7 buy/sell lists 7-8 object types and about 10 objects.

edit ...
by nagger
2004-07-31 08:00:43
Forum: Help
Topic: Step number failure
Replies: 57
Views: 14678

In English???
Its kinda crappy

m


I also get this error on a runuo shard using client 4.0c with no encryption. I think it only seams to happend when i get lagged or server lags.

Also for the last 2 versions im getting spamed with "contains x items" without ever clicking anything. It ...
by nagger
2004-07-31 05:31:40
Forum: Scripting Ore
Topic: Save password (не инжект)
Replies: 4
Views: 2524

Not sure whats being said in this thread but heres the reconnecter i use.
you could prolly cut the waittimes a lot if you like, i use high waits cause im normally lagged.



sub Recon()
repeat

While (UO.ObjAtLayer('Bpack') >"0")
wait(500)
wend

wait&#40 ...
by nagger
2004-07-24 18:59:42
Forum: Help
Topic: To Yoko, Help with Buying on runuo.
Replies: 9
Views: 3335

ive tried it with a non aos install and get the same results, able to sell but not buy. No reason to goto Malas there plenty of vendor in britt.
by nagger
2004-07-24 01:14:00
Forum: Help
Topic: To Yoko, Help with Buying on runuo.
Replies: 9
Views: 3335

you dont need aos, just connect to a aos server with 4.0.c(not sure about 3.x clients or older)



LoginServer = shard.thealterrealm.com, 2593
login in with anything, auto account creation is on.
by nagger
2004-07-12 17:02:45
Forum: Scripting Ore
Topic: Ammount
Replies: 7
Views: 2832

uo.exec("grab 500 finditem")
by nagger
2004-07-12 09:39:37
Forum: Scripting Ore
Topic: Ammount
Replies: 7
Views: 2832

UO.Grab(STR((500-0x0E34)),'finditem')
by nagger
2004-07-11 09:00:59
Forum: General
Topic: Find type question
Replies: 3
Views: 2833

Track world items did the trick, would have swore it was on but guess not.

another question

Is it possible to have two scripts running both scanning two different findtypes without then conflicting with eachother?.

like
sample script a
uo.findtype("0x0191","-1","ground")
until uo ...
by nagger
2004-07-06 09:50:12
Forum: General
Topic: Find type question
Replies: 3
Views: 2833

Find type question

Any one know why findtype doesnt work on the ground unless i do ,info on the type(npc) first?. Findtype works fine for everything else, could it be a runuo problem?. if it is any know workarounds


babel fish translation below
перевод рыб babel ниже


Любое одно знает почему работа на земле ...
by nagger
2004-06-26 21:41:35
Forum: General
Topic: clicking an npc
Replies: 1
Views: 2088

clicking an npc

Can someone help me with left clicking an npc?

i was trying something like this but it dont work.

UO.LClick(str(uo.getx("npc")),str(uo.gety("npc")))

UO.LClick(uo.getx("npc"),uo.gety("npc"))
by nagger
2004-05-25 07:56:05
Forum: Shards talks
Topic: Abyss Client
Replies: 3
Views: 3951

Re: Abyss Client

legacy wrote:How to work injection in Abyss shard help pls

this not work...

"Abyss" 07337519 2d0a0b10 2

client elink http://www.theabyss.ru/files/client.zip


you can try


"abyss" 09d4c835 00114000 : 004b5af7 = 85, 004b6087 = 3b c0
by nagger
2004-05-18 05:23:16
Forum: Help
Topic: buying and runuo
Replies: 1
Views: 2466

so is there really no way to get this working?
by nagger
2004-05-15 03:30:02
Forum: Free
Topic: Thanks for all your hard work, one bug though.
Replies: 1
Views: 3472

,resend
by nagger
2004-05-10 07:36:34
Forum: Help
Topic: buying and runuo
Replies: 1
Views: 2466

buying and runuo

This there anyway to get injection to buy from a vendor ona runuo shard?

i've tried to use cliloc numbers but still nothing. It says it buys but it really doesnt.