Search found 32 matches

by Fonzy
2005-02-27 01:44:58
Forum: Help
Topic: buying problem
Replies: 0
Views: 826

buying problem

The ,buy command is not working anymore. I'm sure it's a config problem, and the problem is in injection.xml, infact if i delete this file it works again. What should the problem be?
by Fonzy
2004-11-04 13:33:30
Forum: Help
Topic: Infotile
Replies: 4
Views: 1713

i'm sorry i didn't explain myself well. I have to extract this information without injection, directly from mul files.
by Fonzy
2004-11-04 05:22:37
Forum: Help
Topic: Infotile
Replies: 4
Views: 1713

Infotile

Hi I Would Like To Know How The The Infotile
Works. I mean: it reads the mul files? Or it takes
informations from elsewhere? I'.d like to know if someone
can explain how to extract the type of the tile at coordinates x y.
I'.m going crazy, i'.ve read a lot of guides about mul ...
by Fonzy
2004-10-28 23:28:56
Forum: Help
Topic: [X YOKO] Huffman Compression
Replies: 9
Views: 2375

ok I converted in VB the Necromancer Compress and Decomoress functions. All working good. Thanks to all.
by Fonzy
2004-10-28 02:05:24
Forum: Help
Topic: [X YOKO] Huffman Compression
Replies: 9
Views: 2375

ok, new things i've done, but still not working. There's something wrong with memory:

'IN A MODULE

Public Declare Sub Compress Lib "UOEncryption.dll" (ByRef Dest() As Byte, ByRef Source() As Byte, ByRef DestSize As Integer, ByRef SrcSize As Integer)

Public Src() As Byte
Public Dst() As ...
by Fonzy
2004-10-28 01:39:23
Forum: Help
Topic: [X YOKO] Huffman Compression
Replies: 9
Views: 2375

This is the code i've written. Is there any error?

Private Declare Sub Compress Lib "UOEncryption.dll" (Dest() As Byte, Source() As Byte, DestSize As Integer, SrcSize As Integer)

Private Sub Form_Load()
Dim src() As Byte, dst() As Byte
String2Array "hello", src()
Compress dst, src, 1000 ...
by Fonzy
2004-10-28 01:16:13
Forum: Help
Topic: [X YOKO] Huffman Compression
Replies: 9
Views: 2375

Necr0Potenc3 seems what i need, but i didn't understand how to use the dll, when i try to call compress it crashes. Can you hint me how to do a packet compression, maybe with a sample?
by Fonzy
2004-10-28 00:46:29
Forum: Help
Topic: [X YOKO] Huffman Compression
Replies: 9
Views: 2375

i'm working on a client which is able to change the packets sent by the server. It's something like a proxy, it receive, modify packets, and send them to the real client. The compression i really important. In the injection.dll there is a compressor, it's written in c++. Unfortunately i'm not ...
by Fonzy
2004-10-27 21:46:16
Forum: Help
Topic: [X YOKO] Huffman Compression
Replies: 9
Views: 2375

i tried it a lot, but the class which decompress has a little bug. I've contacted the author, but no answer.

The problem is that it doesn't decompress well certain strings, and it is for sure, because i tried to compress a string, decompress the result, and the obtainer string wasn't equal to the ...
by Fonzy
2004-10-27 21:13:56
Forum: Help
Topic: [X YOKO] Huffman Compression
Replies: 9
Views: 2375

[X YOKO] Huffman Compression

I was trying to do a software with Visual Basic and studiing the UO protocol i've seen it uses the Huffman Compression Metod.

Yoko do you have a Visual Basic port for the Compressor/Decompressor functions in Injection DLL, or maybe a dll usable with vb?
by Fonzy
2004-10-24 05:08:52
Forum: Help
Topic: [X YOKO] Clients comunication
Replies: 1
Views: 1053

[X YOKO] Clients comunication

Ok, I know it is not possible, but maybe you can find some tricks to let 2 injections comunicate between them. I explain: i have 2 clients opened, both of them with injection. Now i want that, when an enemy is found, one of the clients "calls" the other one, so that it is alerted of the enemy ...
by Fonzy
2004-10-16 16:15:47
Forum: Help
Topic: No Object
Replies: 2
Views: 1118

No Object

Is there a way to remove the "No Object" string that occurs when you try to get information on a non existent object?

I need to do it to know if an object disappears (for example someone takes it).
by Fonzy
2004-10-12 19:22:04
Forum: Help
Topic: Problems with serials
Replies: 2
Views: 1158

ok i'm sorry there was an error in my script. I didn't know that the readline function puts a char at the end of the line (eof, return?). That was the problem.
by Fonzy
2004-10-12 18:07:11
Forum: Help
Topic: Problems with serials
Replies: 2
Views: 1158

Problems with serials

There are problems with objects serials.

Var obj=0x01513515 DOESN'T WORK
Var obj="0x01513515" WORKS

Now if i read from a file the objects serials, i can't decide which type is what i read (string, int), so i would need some kind of cast from string (or whatever it is) to serial..

For ...
by Fonzy
2004-10-12 02:11:04
Forum: Help
Topic: Close a container
Replies: 1
Views: 1080

Close a container

After i opened a container, is there a way to close it? I can't use right click mouse. Is there any way you know?
by Fonzy
2004-09-25 20:06:41
Forum: Help
Topic: Very Urgent!!
Replies: 1
Views: 942

I had to format my PC. Now is everything ok.
by Fonzy
2004-09-25 14:33:36
Forum: Help
Topic: Very Urgent!!
Replies: 1
Views: 942

Very Urgent!!

I don't know anymore what to do. I was on my shard and I had to reset my PC. When I came back, I could nomore connect to my Shard. It stops on Verifying Account. Another thing I have seen is that the username and password are no more showed automatically by injection. Everything is setted ...
by Fonzy
2004-09-19 20:43:56
Forum: Help
Topic: ContainerOf
Replies: 4
Views: 1372

i did, it didn't :) however no problem :)
by Fonzy
2004-09-18 02:03:18
Forum: Help
Topic: FindType Problem
Replies: 3
Views: 1181

How do I know if it is not active? The absurdity is that I tried GetX on the no more existing id, and it gave me the result of where it was last seen!!!
by Fonzy
2004-09-18 01:58:32
Forum: Help
Topic: ContainerOf
Replies: 4
Views: 1372

Yes Yoko, there's something wrong, maybe with casting. However setting ==UO.ContainerOf("self") worked good for me. Thanks.

Note: if I put after the == the RESULT of ContainerOf("self") it doesn't work.