Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 02:22

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[HELP] can sum1 help to make gw comman for lotf ?

Discussion on [HELP] can sum1 help to make gw comman for lotf ? within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2009
Posts: 56
Received Thanks: 4
[HELP] can sum1 help to make gw comman for lotf ?

i would like to have gw commands so that i can turn the gw on or off whenever i want to..can somebody help please..
pajar22 is offline  
Old 07/12/2009, 22:13   #2
 
elite*gold: 0
Join Date: Jun 2009
Posts: 140
Received Thanks: 12
Search button down magical things. But i believe there is a command already. Ctrl+f and type "/gwon" or /gwoff". Idk if its in there but i know its been released if you look.
JustChillin is offline  
Old 07/12/2009, 22:21   #3
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
Post the code here, some of the new ones doesnt work.
Let us have a look.
~*NewDuuDe*~ is offline  
Old 07/12/2009, 22:26   #4
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
here's the one in my source it works
Code:
                                        if (Splitter[0] == "/gwstart")
                                        {
                                            General.GW.Enabled = false;
                                            GuildWarStart.Start();

                                            World.SendMsgToAll("Guild War has now started and will last 1 hour", "SYSTEM", 2011);
                                            Console.WriteLine("Guild War Started");

                                            General.RestartTimer.Enabled = false;
                                            General.RestartMsg30sec.Enabled = false;
                                            General.RestartMsg2min.Enabled = false;
                                            General.RestartMsg1min.Enabled = false;

                                            GuildWarStop.Interval = 3600000;
                                            GuildWarStop.Elapsed += new ElapsedEventHandler(GuildWarStop_Elapsed);
                                            GuildWarStop.Start();

                                            GuildWarStop5min.Interval = 3300000;
                                            GuildWarStop5min.Elapsed += new ElapsedEventHandler(GuildWarStop5min_Elapsed);
                                            GuildWarStop5min.Start();
                                        }
and to turn it off
Code:
                                        if (Splitter[0] == "/gwstop") 
                                        {
                                            General.GW.Enabled = false;
                                            GuildWarStart.Enabled = false;
                                            GuildWarStop1min.Enabled = false;
                                            GuildWarStop.Enabled = false;
                                            GuildWarStop2min.Enabled = false;
                                            GuildWarStop30sec.Enabled = false;
                                            GuildWarStop3min.Enabled = false;
                                            GuildWarStop4min.Enabled = false;
                                            GuildWarStop5min.Enabled = false;

                                            General.RestartTimer.Enabled = true;
                                            General.RestartMsg2min.Enabled = true;

                                            World.SendMsgToAll("Guild War has ended and servers will restart", "SYSTEM", 2011);
                                            General.ServerRestart();
                                        }
Arcotemple:) is offline  
Old 07/12/2009, 22:28   #5
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
You shouldnt use all those timers. Messes things up.
~*NewDuuDe*~ is offline  
Old 07/12/2009, 23:15   #6
 
danielachraf's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 958
Received Thanks: 494
i got a problem too in GW ... The pole and the doors don't die
danielachraf is offline  
Reply


Similar Threads Similar Threads
[Request]EVERYTHING to make nobility work(LOTF)
08/09/2009 - CO2 Private Server - 13 Replies
I find nobility codes here and there. Some are confusing as hell like UndressMyShadow's. I can't add that one. Every code I try to add gives me errors. Something to do with rank and donation idk. So could someone please be so kind as to send me everything I need to make Nobility work. I'd appreciate it. Thanks!
[Release][LOTF] How to Make DroppedItems Disapear
06/28/2009 - CO2 PServer Guides & Releases - 5 Replies
Well just create a new Droppeditems.cs and put this there
How to make a Conquer online private server with one of the lotf sources
05/14/2009 - CO2 Private Server - 6 Replies
Before i start I would like to give credit to: Konquer1 MeGaMaX I used their guides to make my own and i hope i can make a guide using both of theirs to make an easier to follow version. ALL CREDIT GOES TO THEM! Things needed to make the server: Appserv>SourceForge.net: http://www.brothersoft.com/appserv-72861.html
[Question]NPC that make Str,Agi,Vit,Spi points in LOTF
04/03/2009 - CO2 Private Server - 7 Replies
Hello every one i need some help i use LOTF every one ask me to do his points so i want to make NPC that make 599 for all points what code i can use ? thx for all
Can someone make a guide for lotf source?
07/13/2008 - Conquer Online 2 - 3 Replies
The title says it, iono how to use it... can someone help? i changed the config, executed the backup.sql in mysql..... but which file turns on the server?



All times are GMT +2. The time now is 02:22.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.