Greetings all:
Servers use the latest Servuo 54, the client uses 7.0.45.77, but all will fall into a pit, what the hell is this?
upload_2015-9-25_0-2-26.png
 

Attachments

  • upload_2015-9-25_0-2-19.png
    upload_2015-9-25_0-2-19.png
    111.7 KB · Views: 5
Make sure your data path on the server is set correctly. ...Scripts\Misc\DataPath.cs

For example here is what mine looks like:
C#:
private static readonly string CustomPath = @"C:\UO\Clients\Latest";
 
Make sure your data path on the server is set correctly. ...Scripts\Misc\DataPath.cs

For example here is what mine looks like:
C#:
private static readonly string CustomPath = @"C:\UO\Clients\Latest";
Client addresses no problem, should be the client version issues, also, some files are compressed within a client, not a lot of MUL, lead is not detected, a method to extract the drive?
 
Back