Quote:
Originally Posted by Soteric
Enter the CustomPath in Misc\DataPath.cs. There is an example there
|
What he said.
Open runuo/scripts/misc/DataPath.cs
Around line 16:
Code:
private static string CustomPath = @"C:\Program Files\EA_Games\Ultima_Online";
Replace part:
Code:
C:\Program Files\EA_Games\Ultima_Online
with your Ultima Online client path.
Save it and run your server. Post possible problems.
Thank you.