Go Back   RunUO - Ultima Online Emulation > RunUO > New Join Forum

New Join Forum So your new to RunUO and looking to work with people that are new, this is the place.

Reply
 
Thread Tools Display Modes
Old 07-05-2008, 03:30 PM   #1 (permalink)
Lurker
 
Join Date: Jul 2008
Age: 23
Posts: 2
Default RunUo restricintg client version Issue

I am trying to run runuo and after it asks me to create the owner account and it is created the next line says " restricting client version to 6.0.9.1. Action to be taken : lenient kick Listenning: bunch of numbers next line , Listening : different bunch of numbers

After some research i saw that if i changed the coding from lenient kick to Warn it would work , i just get the same error but it says Warn instead.

after letting it sit for a while it does core: using dual save strategy
World... saving done in .66 seconds
it repeats itself every 5 minutes with different times

Any suggestions for this issue ?
baseball3331 is offline   Reply With Quote
Old 07-05-2008, 07:20 PM   #2 (permalink)
Forum Novice
 
kat20's Avatar
 
Join Date: Nov 2007
Location: U.S.
Posts: 161
Send a message via MSN to kat20
Default

Quote:
Originally Posted by baseball3331 View Post
I am trying to run runuo and after it asks me to create the owner account and it is created the next line says " restricting client version to 6.0.9.1. Action to be taken : lenient kick Listenning: bunch of numbers next line , Listening : different bunch of numbers

After some research i saw that if i changed the coding from lenient kick to Warn it would work , i just get the same error but it says Warn instead.

after letting it sit for a while it does core: using dual save strategy
World... saving done in .66 seconds
it repeats itself every 5 minutes with different times

Any suggestions for this issue ?

Yes you need to modify your (autosave.cs)
__________________
kat20 is offline   Reply With Quote
Old 07-06-2008, 12:21 AM   #3 (permalink)
Lurker
 
Join Date: Jul 2008
Age: 23
Posts: 2
Default

newb question i know , but what needs to be modified in it
baseball3331 is offline   Reply With Quote
Old 07-06-2008, 12:50 PM   #4 (permalink)
Forum Expert
 
Hammerhand's Avatar
 
Join Date: Jan 2006
Location: Look behind you....
Age: 44
Posts: 1,305
Default

On the lenient kick issue, you can completely shut that off simply by going into the ClientVerification.cs and changing one word.
From this
Code:
private static bool m_DetectClientRequirement = true;
To this
Code:
private static bool m_DetectClientRequirement = false;
For the save issue, go into AutoSave.cs and change it here.
Code:
private static TimeSpan m_Delay = TimeSpan.FromMinutes( 30.0 );
I have this test server set to save every 1/2 hour. Just change the #'s in blue to whatever suits you. 15.0, 30.0, 45.0, 60.0 or whatever you want.
__________________
May you have the strength of eagles' wings,
the faith and courage to fly to new heights,
and the wisdom of the universe to carry you there.
Hammerhand 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