i have downloaded redux source today and the source dont have events yet, i saw the codes of GuildWar event but where i can actually make it happen?
example:
if(DateTime.Now.DayOfWeek == DayOfWeek.Sunday && DateTime.Now.Hour == 10)
GuildWarStart();
PlayerManager.SendToServer(new TalkPacket(ChatType.GM, "GuildWar has begun!");
where exactly i put that code?






