Help Required With A Packet
Posted: Sat Aug 09, 2008 12:52 am
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='x', Age='x', Clients='x', Items='x', Chars='x', Mem='x'
What i'd like to do is be able to return server information in the same manner for POL servers...
Send...
\x??\x?? etc etc ???
Returns...
whatever, mainly Clients='x'
This is to enable http://www.listuo.com to support POL shards as well as RunUO servers. This is a new site which is still in a very early stage of design etc etc, but i'd like to be able to support POL servers as well.
I've read as much as i can regarding POL servers & packets but i can't seem to find the answers i'm looking for.
Any help would be appriciated greatly,
Steve.
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='x', Age='x', Clients='x', Items='x', Chars='x', Mem='x'
What i'd like to do is be able to return server information in the same manner for POL servers...
Send...
\x??\x?? etc etc ???
Returns...
whatever, mainly Clients='x'
This is to enable http://www.listuo.com to support POL shards as well as RunUO servers. This is a new site which is still in a very early stage of design etc etc, but i'd like to be able to support POL servers as well.
I've read as much as i can regarding POL servers & packets but i can't seem to find the answers i'm looking for.
Any help would be appriciated greatly,
Steve.