[REL]Make GuildWar start auto after it has been Taken + command to stop GW

03/31/2010 19:11 Paralyzer[GM]#1
Ok so this code SHOULD work perfectly with no errors right.... to make the GW start auto after it has been taken....

goto Features>Guildwar.cs

and hit CTRL+F and search for
Code:
World.SendMsgToAll("SYSTEM", Highest.TheGuild.GuildName +
under the rest of that line just add THIS code

Code:
Init();
                World.SendMsgToAll("SYSTEM", "The GuildWar has auto been started again!.", 2012, 0);
                War = true;
and for the command just to stop GW

goto PacketHandling>Chat.cs and add this code

Code:
if (Cmd[0] == "/endgw")
                    {
                        Features.GuildWars.EndWar();
                    }
so you would use this command to stop the GW
Code:
/endgw
and then of course to start it again just type

Code:
/gw
If I did help hit +Thanks
04/01/2010 13:25 .Beatz#2
Good work
04/01/2010 13:32 Paralyzer[GM]#3
Thanks I think I will start to work on a Super Guildwar in another map :D with like 5 gates and 2 poles :P
04/02/2010 06:18 Arcо#4
Quote:
Originally Posted by Paralyzer[GM] View Post
Thanks I think I will start to work on a Super Guildwar in another map :D with like 5 gates and 2 poles :P
Took my idea again...
Jesus...
Lol yeah I'm doing that with 1844, should be pretty awesome considering all the places to put gates.
04/02/2010 09:43 Fish*#5
Why not make system timers to make it start by it self? XD