A little update (which probably nobody except me needs *g*):
With this (attached) alternative BoxCL.dll, Pandora's Box is able to work toegether with the newest version of the Palanthir client (
UO Tools ). Of course, you still have to enter the Palanthir.exe as custom client (but I encountered some problems, which are solved with this .dll).
This Update uses the new feature of the palanthir client, which (in the newest version) listens at port 11248 for incoming packets. If the packet has to following format, the client will directly send the message to the server (thus not interfering with something was was typed, but not sent yet):
Quote:
0 (UInt8)
Packet length (UInt16)
String length (UInt16)
Message (String, bytewise)
0 (UInt8)
|