Fargariel
Initiate
In shortcut: I am trying to run ServUO under linux, but i want functionality of ML only. These are my "first steps" in starting servuo server.
I have heard that it's possible, i have found even some instructions here, but it doesn't work somehow. What i havedone:
- i have client version 5.0.9.1 (lats of Mondain's Legacy, elves, spellweaving, no gargoyles) - i think it is this version, i just downloaded tons of clients "UOML",
- i use Razor for the client, default settings, just pointed the client,
- server (newest ServUO) is running and connected via DataPath.cfg to the same client files (copy of the same files)
- on server side i have changed files:
1. Config/Expansion.cfg: i have there
2. Scripts/Misc/MapDefinitions.cs
and
and
3. Scripts/Misc/CurrentExpansion.cs: i have even changed
How it works? Shitty. Characters sometimes stuck on elements which are "not there". Sometimes i have a lot of "Pathfinding", sometimes clilent freezes. I don't know what else i can do. Any ideas?
What i want to get? I want client without possibility to choose gargoyles, server without gargoyles drops, without trammel maps, with OLD HAVEN if its possible.
I will be very grateful for any suggestions, comments, assistance.
I have heard that it's possible, i have found even some instructions here, but it doesn't work somehow. What i havedone:
- i have client version 5.0.9.1 (lats of Mondain's Legacy, elves, spellweaving, no gargoyles) - i think it is this version, i just downloaded tons of clients "UOML",
- i use Razor for the client, default settings, just pointed the client,
- server (newest ServUO) is running and connected via DataPath.cfg to the same client files (copy of the same files)
- on server side i have changed files:
1. Config/Expansion.cfg: i have there
Code:
CurrentExpansion=ML
Code:
RegisterMap(1, 1, 0, 7168, 4096, 0, "Trammel", MapRules.TrammelRules);
Code:
TileMatrixPatch.Enabled = true;
Code:
MultiComponentList.PostHSFormat = false;
Code:
public static readonly Expansion Expansion = Expansion.ML;
How it works? Shitty. Characters sometimes stuck on elements which are "not there". Sometimes i have a lot of "Pathfinding", sometimes clilent freezes. I don't know what else i can do. Any ideas?
What i want to get? I want client without possibility to choose gargoyles, server without gargoyles drops, without trammel maps, with OLD HAVEN if its possible.
I will be very grateful for any suggestions, comments, assistance.