pleas i need help
when creat guild and restart server not found it agin
and how to start GW
pleas help me
when creat guild and restart server not found it agin
and how to start GW
pleas help me
Actualy if you go to Chat.cs and youll find the command itsQuote:
pleas i need help
when creat guild and restart server not found it agin
and how to start GW
pleas help me
/gw
if (Cmd[0] == "/gw" && !Features.GuildWars.War)
if (Cmd[0] == "/gw" && !Features.GuildWars.War)
Features.GuildWars.StartWar();
if (Cmd[0] == "/save")
{
Database.SaveKOs();
Console.WriteLine("KOs saved.");
Database.SaveEmpire();
Console.WriteLine("Empire saved.");
Features.Guilds.SaveGuilds();
Console.WriteLine("Guilds saved.");
Features.SkillsClass.Save();
Console.WriteLine("Skills saved.");
Console.WriteLine("Database disposed.");
}
Tiku you type it in the console lol not in-gameQuote:
If you do not feel like using the /exit command you can use this command I took from the /exit.
But you don't type it in the console.Code:if (Cmd[0] == "/save") { Database.SaveKOs(); Console.WriteLine("KOs saved."); Database.SaveEmpire(); Console.WriteLine("Empire saved."); Features.Guilds.SaveGuilds(); Console.WriteLine("Guilds saved."); Features.SkillsClass.Save(); Console.WriteLine("Skills saved."); Console.WriteLine("Database disposed."); }
You type it in game.