|
||
|
|||||||
| New Join Forum So your new to RunUO and looking to work with people that are new, this is the place. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Lurker
Join Date: Jul 2008
Age: 23
Posts: 2
|
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 ? |
|
|
|
|
|
#2 (permalink) | |
|
Forum Novice
|
Quote:
Yes you need to modify your (autosave.cs)
__________________
|
|
|
|
|
|
|
#4 (permalink) |
|
Forum Expert
Join Date: Jan 2006
Location: Look behind you....
Age: 44
Posts: 1,305
|
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; Code:
private static bool m_DetectClientRequirement = false; Code:
private static TimeSpan m_Delay = TimeSpan.FromMinutes( 30.0 );
__________________
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. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|