Go Back   RunUO - Ultima Online Emulation > RunUO > FAQ Forum

FAQ Forum A place to find answers to the most frequently asked questions, and a place to post said answers. Do NOT use this forum to ask questions.

Reply
 
Thread Tools Display Modes
Old 08-03-2009, 06:08 PM   #1 (permalink)
Newbie
 
Cottonballs's Avatar
 
Join Date: Mar 2008
Location: Effingham, IL
Age: 18
Posts: 29
Send a message via AIM to Cottonballs Send a message via MSN to Cottonballs
Default Disable Lenient Kick

What this short tutorial is going to show you to do is how to disable Lenient Kick from your server. Lenient kick will kick any client that is running an older client than the server host. The way to disable this is actually really easy.

Go into your server directory, and go to Scripts\Misc\ClientVerification.cs. Then within that file, search for:
Code:
private static OldClientResponse m_OldClientResponse = OldClientResponse.LenientKick;
and change it to:
Code:
private static OldClientResponse m_OldClientResponse = OldClientResponse.Ignore;
Save and restart your server and the problem is fixed.
Cottonballs 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 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5