Can be found here...
http://www.listuo.com/forums/
The LUOGo related section in the forums for the last release i did.
Search found 11 matches
- Sun Oct 18, 2009 11:18 am
- Forum: UO Tools
- Topic: Does anyone have a dectrypted new 7.0.0.x cleint?
- Replies: 11
- Views: 38229
- Wed Oct 14, 2009 10:15 pm
- Forum: UO Tools
- Topic: Does anyone have a dectrypted new 7.0.0.x cleint?
- Replies: 11
- Views: 38229
Re: Does anyone have a dectrypted new 7.0.0.x cleint?
Thought i'd post since it's been a long time since the last post i made.
Regarding Client Decryption & v7.0.1.1 client's...
As some might know i run ListUO.Com for free shards and have begun (on and off) to create a client decrypter / patcher / launcher.
The decryption part is a C# re-write of ...
Regarding Client Decryption & v7.0.1.1 client's...
As some might know i run ListUO.Com for free shards and have begun (on and off) to create a client decrypter / patcher / launcher.
The decryption part is a C# re-write of ...
- Wed Dec 10, 2008 7:59 am
- Forum: General Help (096)
- Topic: Help Required With A Packet
- Replies: 26
- Views: 67831
Re: Help Required With A Packet
I don't want to start to play around with login setups really, pretty much wanted to use the same sequence or a slight variation in the sequence sent for the POL type servers.
I have the latest version of the POL files so i'll continue to work on another solution but for now i have a couple of ...
I have the latest version of the POL files so i'll continue to work on another solution but for now i have a couple of ...
- Wed Dec 10, 2008 5:18 am
- Forum: General Help (096)
- Topic: Help Required With A Packet
- Replies: 26
- Views: 67831
Re: Help Required With A Packet
So far...
I've tried the new uopacket.cfg and also the listuo.src files you've posted, left pkg.cfg the same from the begining. The Ecompiler works, the shard would not start up with out the following in the listuo.src file at the top...
use os;
use polsys;
use uo;
Next problem after installing ...
I've tried the new uopacket.cfg and also the listuo.src files you've posted, left pkg.cfg the same from the begining. The Ecompiler works, the shard would not start up with out the following in the listuo.src file at the top...
use os;
use polsys;
use uo;
Next problem after installing ...
- Tue Dec 09, 2008 7:30 am
- Forum: General Help (096)
- Topic: Help Required With A Packet
- Replies: 26
- Views: 67831
Re: Help Required With A Packet
I've tried both ways... 1st 4 bytes sent and 2nd 4 bytes sent in seperate attempts... no luck so far.
I could side step it and just show if a POL shards online or offline, although not quite what i wanted.
Don't know enough about the syntax of the script language POL uses either really, which is ...
I could side step it and just show if a POL shards online or offline, although not quite what i wanted.
Don't know enough about the syntax of the script language POL uses either really, which is ...
- Tue Dec 09, 2008 4:58 am
- Forum: General Help (096)
- Topic: Help Required With A Packet
- Replies: 26
- Views: 67831
Re: Help Required With A Packet
Yeah, finally sussed that part out now.
I've had to remark most of this script out to get it to compile, maybe a syntax problem i think...
listuo.src
use os;
use polsys;
use uo;
program listUO()
Print("INSTALLING: ListUO packet..."); //Announce install
return 1; //Install packet
endprogram ...
I've had to remark most of this script out to get it to compile, maybe a syntax problem i think...
listuo.src
use os;
use polsys;
use uo;
program listUO()
Print("INSTALLING: ListUO packet..."); //Announce install
return 1; //Install packet
endprogram ...
- Tue Dec 09, 2008 12:11 am
- Forum: General Help (096)
- Topic: Help Required With A Packet
- Replies: 26
- Views: 67831
Re: Help Required With A Packet
Installed the latest distro's for the POL server and got it running ok. Connected and moved round etc etc.
Created those 3 files and added but hitting an error regarding ECL file types ?
I've created a folder called listuopacket, with sub folders to the same standards from what i can tell in the ...
Created those 3 files and added but hitting an error regarding ECL file types ?
I've created a folder called listuopacket, with sub folders to the same standards from what i can tell in the ...
- Mon Dec 08, 2008 10:43 pm
- Forum: General Help (096)
- Topic: Help Required With A Packet
- Replies: 26
- Views: 67831
Re: Help Required With A Packet
Thanks for the help with this/scripts, i'll try to get it tested today and let you know if i encounter any problems with it if i can contact the owner of the POL shard and ask if he/she can install those 3 scripts for me... failing that i'll attempt to setup a local POL server for testing purposes.
- Mon Dec 08, 2008 1:38 pm
- Forum: General Help (096)
- Topic: Help Required With A Packet
- Replies: 26
- Views: 67831
Re: Help Required With A Packet
The shard checking application that ListUO uses opens a socket to server and sends the following...
Send...
\x7f\x00\x00\x01\xf1\x00\x04\xff
Socket s = ConnectSocket(server, port);
Byte[] UOG = { 127, 0, 0, 1, 241, 0, 4, 255 };
s.Send(UOG);
I currently have one Sphere type shard registered with ...
Send...
\x7f\x00\x00\x01\xf1\x00\x04\xff
Socket s = ConnectSocket(server, port);
Byte[] UOG = { 127, 0, 0, 1, 241, 0, 4, 255 };
s.Send(UOG);
I currently have one Sphere type shard registered with ...
- Mon Dec 08, 2008 9:06 am
- Forum: General Help (096)
- Topic: Help Required With A Packet
- Replies: 26
- Views: 67831
Re: Help Required With A Packet
Still looking for this information.
Shameless bump of an old post but i'm still searching for an answer to this problem.
The site which i run now has sphere shards listed there too and seems that these type shards are giving the required information needed for the web page of servers to be ...
Shameless bump of an old post but i'm still searching for an answer to this problem.
The site which i run now has sphere shards listed there too and seems that these type shards are giving the required information needed for the web page of servers to be ...
- Sat Aug 09, 2008 12:52 am
- Forum: General Help (096)
- Topic: Help Required With A Packet
- Replies: 26
- Views: 67831
Help Required With A Packet
Hi,
I'm new here so bare with me...
I'm trying to figure out the packet sequence required to send to POL type servers in order to get player count information back.
The one packet sequence i'm aware of, and works is the following...
Send...
\x7f\x00\x00\x01\xf1\x00\x04\xff
Returns...
RunUO, Name ...
I'm new here so bare with me...
I'm trying to figure out the packet sequence required to send to POL type servers in order to get player count information back.
The one packet sequence i'm aware of, and works is the following...
Send...
\x7f\x00\x00\x01\xf1\x00\x04\xff
Returns...
RunUO, Name ...