[Release]

08/19/2009 00:07 12tails#1
Hello all!!

this can be a stupid release.... but for who wan't it here is...

in Nano.cs add this:
Code:
public static System.Timers.Timer MsgTimer = new System.Timers.Timer();
public static int MsgCounter = 0;
them... on StartServer add this:

Code:
            MsgTimer.Interval = 1000;
            MsgTimer.Elapsed += delegate
            {
                MsgCounter += 1000;
                if (MsgCounter == 240000)
                {
                    CoEmu_v2_GameServer.Packets.ConquerPacket.ToServer(CoEmu_v2_GameServer.Packets.ConquerPacket.Chat(0, "SYSTEM", "ALLUSERS", "MSG HERE", CoEmu_v2_GameServer.Structs.Struct.ChatType.Center), 0);
                }
                if (MsgCounter == 300000)
                {
                    CoEmu_v2_GameServer.Packets.ConquerPacket.ToServer(CoEmu_v2_GameServer.Packets.ConquerPacket.Chat(0, "SYSTEM", "ALLUSERS", "MSG HERE", CoEmu_v2_GameServer.Structs.Struct.ChatType.Center), 0);
                }
                if (MsgCounter == 360000)
                {
                    CoEmu_v2_GameServer.Packets.ConquerPacket.ToServer(CoEmu_v2_GameServer.Packets.ConquerPacket.Chat(0, "SYSTEM", "ALLUSERS", "MSG HERE", CoEmu_v2_GameServer.Structs.Struct.ChatType.Center), 0);
                }
                if (MsgCounter == 420000)
                {
                    CoEmu_v2_GameServer.Packets.ConquerPacket.ToServer(CoEmu_v2_GameServer.Packets.ConquerPacket.Chat(0, "SYSTEM", "ALLUSERS", "MSG HERE", CoEmu_v2_GameServer.Structs.Struct.ChatType.Center), 0);
                    MsgCounter = 0;
                }
                MsgTimer.Stop();
                MsgTimer.Dispose();
            };
            MsgTimer.Start();
if someone find a bug or something to be changed.... post it... i will change!
08/19/2009 01:58 f0am#2
lol this is like emmes release but for coemu,

this ones way better =]] good release!
08/19/2009 02:01 TehPwnzor#3
lmao you just say that cuz you dun like emme huh?
08/19/2009 02:36 f0am#4
nope but hes lucky i dont HATE him .. otherwise some of his shit would be released
08/19/2009 02:43 TehPwnzor#5
lmao thats baaad