Search found 8 matches

by Alin
2004-10-19 14:23:47
Forum: General
Topic: problem with client
Replies: 8
Views: 2926

i've done what you said but it didn't change a thing :

Os version is 5.1, build 2600, NT platform..
***Error: Unhandled exception 1: 0xC0000005 at 236870E3
***Error: injection.dll base: 23640000
***Error: script.dll base: 00000000
***Error: EAX=00000022, EBX=00000024, ECX=237AE1BC, EDX ...
by Alin
2004-10-18 19:29:57
Forum: General
Topic: problem with client
Replies: 8
Views: 2926

Os version is 5.1, build 2600, NT platform..
***Error: Unhandled exception 1: 0xC0000005 at 210470E3
***Error: injection.dll base: 21000000
***Error: script.dll base: 00000000
***Error: EAX=00000022, EBX=00000024, ECX=0FFFE1BC, EDX=0FFFE504
***Error: ESI=00000023, EDI=0FFFE028, ESP=0012F540 ...
by Alin
2004-10-17 23:21:37
Forum: General
Topic: problem with client
Replies: 8
Views: 2926

it does not work
by Alin
2004-10-17 20:32:29
Forum: General
Topic: problem with client
Replies: 8
Views: 2926

problem with client

i have a problem with my client.. when i start it (with the injection launcher) i connects to the server but i can't choose my char, it stucks before that.. i've tried all the possible encryptions ...someone can help me?
by Alin
2004-04-15 21:44:55
Forum: Help
Topic: Help with equiping...
Replies: 6
Views: 6356

i just tryed to use it, but there's this pb: the time that i use to put on the armour the client is stuck, and i can't to a thing.. it even come out the error message that asks me if i should wait 5 sek....
by Alin
2004-04-15 21:40:29
Forum: Help
Topic: Help with equiping...
Replies: 6
Views: 6356

:mrgreen:
tnx !!! ^_^
by Alin
2004-04-14 11:47:46
Forum: Help
Topic: Help with equiping...
Replies: 6
Views: 6356

Tnx!
you forgot a wait at the end..
sub EquipArmor()
UO.EquipT('Torso','0x1415')
wait(800)
UO.EquipT('Legs','0x1411')
wait(800)
UO.EquipT('Arms','0x1410')
wait(800)
UO.EquipT('Neck','0x1413')
wait(800&#41 ...
by Alin
2004-04-13 19:33:29
Forum: Help
Topic: Help with equiping...
Replies: 6
Views: 6356

Help with equiping...

I would like to make a script that equips the armour, because on the shard I play you can't use the ,dress ... :(
the pb is that I don't know how to use the ,equip (uo.equip) command...
could someone help me, pls?
Tnx.