Hello! There is a guide to get the old guild system working?
Things i tryed:
Guild.cs:
C#:
//public static bool NewGuildSystem { get { return Core.SE; } }
public static bool NewGuildSystem { get { return false; } }
GuildStone.cs:

C#:
//if (Guild.NewGuildSystem)
     //return;
When i place a guild stone in house,and double-click it,nothing happens,if i uncomment the code in GuildStone.cs,guild stone disapear.
 
i used guildprops
says guild associated to guildstone is not available?
something fishy bout the guild system... no working..

needs createguildgump to pop up when no guild and i dont think its saving...
guild.cs
guildstone.cs
createguildgump.cs

i got a 7.0.85.15 client servuo57...
 
Back