The First POL 100 Core Beta Binary Build Release.
Posted: Sat Apr 07, 2018 11:11 pm
We do not yet have a section for the POL 100 Core beta yet so I have to post this somewhere and this forum seemed as best as any.
This is the first binary release for POL 100 beta. I haven't released any builds up until now because no new features have been added until yesterday. Turley added a new member to the client object. Now you can read the port a client is using to connect to your server. The following information is not yet in the core-changes.txt file or the POL docs on the website.Turley was waiting for testing before he documented it. I tested it and it worked but he has not added it yet.
You will need to add a setting, keepclients 1 to your uoclient.cfg file for each listener for which you want to be able to access the port.
For example:
After you have added that setting you can determine the port a user is connected to by simply accessing the port member of the client object. For example:
You can grab the POL 100 beta release on the Downloads page.
This is the first binary release for POL 100 beta. I haven't released any builds up until now because no new features have been added until yesterday. Turley added a new member to the client object. Now you can read the port a client is using to connect to your server. The following information is not yet in the core-changes.txt file or the POL docs on the website.Turley was waiting for testing before he documented it. I tested it and it worked but he has not added it yet.
You will need to add a setting, keepclients 1 to your uoclient.cfg file for each listener for which you want to be able to access the port.
For example:
Code: Select all
Listener None
{
Port 2593
Encryption none
AOSResistances 0
keepclients 1
}
Code: Select all
var port := who.client.port