Support for the ConnectUO "UOG packet"
Posted: Tue Oct 24, 2006 1:25 am
ConnectUO, the tool which appears to be the one eventually replacing UOGateway (at least as a serverlist/patching program, if not necessarily for launching clients for connecting to a local shard), currently requests a different type of UOG packet than UOGateway does. I quote Zippy:

Not sure how much effort it would take adding support for replying to that packet request in a similar way (items, npcs, clients connected, memory usage(?)) but consider it a feature request, in any caseZippy wrote:ConnectUO at this time only request the "RunUO + UOG" packet, which is sent as this request:(0xF1 being the packet ID, 0x0004 being the length and 0xFF being the sub-command).Code: Select all
0xF1 0x00 0x04 0xFF
RunUO Responds with the following string:There are no plans to change ConnectUO to handle the UOX/Sphere style of request. It should be trivial for the UOX (and derivatives such as lone wolf) developers to add support for ConnectUO's packet. Last I heard Sphere is no longer being worked on, so it might be harder to get this sort of change. I think POL supports some sort of Packet Hook system which would allow this to be added without a lot of hassle.Code: Select all
RunUO Items=XXX, Mobiles=XXX, Clients=XXX, Mem=XXX