That has nothing to do with POL, you should post on the Razor forum on RunUO. Anyway, just say them to ignore the error message and play normally or to change Client :p
hehe i did post there and they sent me here since the server turns out to be a pol.
Author
Message
Austin POL Developer
Joined: 30 Jan 2006 Posts: 354 Location: San Diego, California
Posted: Tue Jun 27, 2006 6:56 pm Post subject:
Is it possible to set Razor to have no encryption?
You could make a uoclient.cfg with a seperate port that uses the encryption setting of none.
Example: In the 096/97 distros, the pol.cfg listener port entry was removed and in a package is a uoclient.cfg containing
Code:
Listener 2.0.0
{
#
# Enabled mostly for development purposes
# Will be removed when distro goes final
Port 5002
Encryption 2.0.0
}
Listener None
{
Port 5003
Encryption none
}
well theres an option to not patch client encryption. im not very computer savy how would i go about making a uoclient.cfg? or what progam could i use to edit it.
Author
Message
Austin POL Developer
Joined: 30 Jan 2006 Posts: 354 Location: San Diego, California
Posted: Tue Jun 27, 2006 9:09 pm Post subject:
Any text editor program would do, notepad, ultra edit 32, etc.
Just place it in the package you want to control that functionality and remove the pol.cfg ListenerPort line.