if you switch to the publish 57 branch it should work with that client, you may need to modify 2 variables though.

There isnt really much to gain from the old clients really
 
if you switch to the publish 57 branch it should work with that client, you may need to modify 2 variables though.

There isnt really much to gain from the old clients really
which variables should we change? which versions of the client is better to use with servuo?
 
MapDefinitios.cs

TileMatrixPatch.Enabled = false; // OSI Client Patch 6.0.0.0

MultiComponentList.PostHSFormat = true; // OSI Client Patch 7.0.9.0

those would need to be reversed

TileMatrixPatch.Enabled = true;
and the other false.

Then you should be fine. If not play with those variables first
 
@PyrO

Exception:
System.Reflection.TargetInvocationException: Eccezione generata dalla destinazione di una chiamata. ---> System.IndexOutOfRangeException: Indice oltre i limiti della matrice.
in Server.Multis.HouseTeleporterTile.Initialize()
--- Fine della traccia dello stack dell'eccezione interna ---
in System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
in System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
in System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
in Server.ScriptCompiler.Invoke(String method)
in Server.Core.Main(String[] args)

we get this
 
Here is the Link to the Info

 
Back