Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 11-22-2003, 04:39 AM   #1 (permalink)
Newbie
 
Join Date: Nov 2003
Posts: 60
Default Block olddest than 4.0.0. client

Hello. I want to block connection with our server by clients olddest than 4.0.0 or approve only one kind of client - for example 4.0.1a. Its possible? Thanks for each Your advice.
Melantus is offline   Reply With Quote
Old 11-22-2003, 04:55 AM   #2 (permalink)
 
Join Date: Jul 2003
Age: 23
Posts: 531
Default

ClientVerification.cs in your MISC folder will contain the answers you're looking for.
lordomega is offline   Reply With Quote
Old 11-22-2003, 05:11 AM   #3 (permalink)
Newbie
 
Join Date: Nov 2003
Posts: 60
Default

May someone look at this pls ?

using System;
using Server;

namespace Server.Misc
{
public class ClientVerification
{
public static void Initialize()
{
//ClientVersion.Required = null;
ClientVersion.Required = new ClientVersion( "4.0.1a" );

ClientVersion.AllowGod = true;
ClientVersion.AllowUOTD = true;
ClientVersion.AllowRegular = true;

ClientVersion.KickDelay = TimeSpan.FromSeconds( 10.0 );
}
}
}
Melantus is offline   Reply With Quote
Old 11-22-2003, 02:42 PM   #4 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Try it.

Only way to tell if it works.
Phantom is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5