RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

=( kicks my account.......

mcneil2011

Wanderer
=( kicks my account.......

ok so i run everything and it compiles the scripts or what not and then it doesnt even finish letting my admin account log in it just kicks my account because i have restricting client how does that work?

RunUO - [www.runuo.com] Version 2.0, Build 2959.20979
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...done (cached)
Scripts: Compiling VB.NET scripts...no files found.
Scripts: Verifying...done (2120 items, 502 mobiles)
Regions: Loading...done
World: Loading...done (99895 items, 2418 mobiles) (4.45 seconds)
ServerList: Auto-detecting public IP address...done (71.80.10.176)
This server has no accounts.
Do you want to create the owner account now? (y/n)
Username: ********
Password: ********
Account created.
----Restricting client version to 5.0.9.1. Action to be taken: LenientKick----
Listening: 127.0.0.1:2593
Listening: 192.168.1.102:2593
 

Hammerhand

Knight
Not sure on Mono, but with Windows version, just go into Scripts/Misc/ClientVerification and set this
Code:
private static bool m_DetectClientRequirement = [COLOR="Red"]true[/COLOR];
To this
Code:
private static bool m_DetectClientRequirement = [COLOR="Blue"]false[/COLOR];
Disables the LenientKick and the annoy message.
 
Top