I got it to work with new guild system, it only was some code at Guild.cs and GuildInfoGump.cs...BUT now I have the problem chaos and order are blue and get flagged criminal if attack (not orange to each other).
I tried to disable the new guild system at guild.cs line 784 with this -> public static bool NewGuildSystem { get { return false; } } now the guild gump is deactivated. After placing a guildstone and click it, it disappear. :(
New guild system has no g-stone and if i disable new guild system and place a g-stone it decays after double click it... Btw, I use the current servuo repo.
Hello,
how to get order/choas guild system activated? Expansion is UOR and when i create a guild there is no way to set guild order/chaos...
Thx,
Gor-e
As i wrote u at discord... :D
Under scripts create a cs file with this input...
using System;
using Server;
using Server.Network;
namespace Server.Misc
{
public class ExpansionArt
{
public static void Initialize() {
Server.Network.SupportedFeatures.Value = FeatureFlags.ExpansionSA...