If I have a case for a guildwar start and end where would I put it in 5165? World.cs or Database.cs?
i've been told it's 1801, but truely i'm not sure.Quote:
Well I am testing the same thing that applies to DisCity now that the map ID is genuine lmao, Have any of you guys found the correct ID for grotto yet? Because it is not 7001 >.<
Basically I have put in without errors
public static void StartWar()
{
if (DateTime.Now.DayOfWeek == DayOfWeek.Friday)
if (DateTime.Now.Hour == 20 && DateTime.Now.Minute <= 00)
So theoretically it should start at that time and date correct? I just added this to what was already there :P I also assume it is in this part somewhere that I will put the halo award thing also but at the end somewhere?
Quote:
Hey,
Why won't you add in a timer, and then add the delegate function at the serverload function.
It can be used, for things like starting guild war, class tournament and such things.
If you don't know where I'm talking about, or don't have a clue about how to do it.
I will be more then happy to help you out.