Register for your free account! | Forgot your password?

You last visited: Today at 01:28

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

Advertisement



[HELP] GW end Comand

Discussion on [HELP] GW end Comand within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2007
Posts: 383
Received Thanks: 406
[HELP] GW end Comand

how make comand for end gw?

I try this but dont work, what do wrong?

PHP Code:
if (Cmd[0] == "/gwend" && !Features.GuildWars.War)
                            
Features.GuildWars.EndWar(); 
BALTA00 is offline  
Old 12/27/2009, 19:08   #2
 
Sp!!ke's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 380
Received Thanks: 58
#reported wrong section
Sp!!ke is offline  
Old 12/27/2009, 19:32   #3
 
elite*gold: 0
Join Date: Aug 2009
Posts: 930
Received Thanks: 448
is GuildWar defined in your source? i'm pretty sure my team had to modify it a bit before GW worked correctly.

and #request move
.Guru is offline  
Old 12/27/2009, 20:05   #4
 
ImmuneOne's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
Reported for posting in the wrong section, please reconsider next time the rules before you post anything.
See this as a warning, after several times of doing something wrong you can get infractioned.
ImmuneOne is offline  
Old 12/27/2009, 21:08   #5
 
elite*gold: 0
Join Date: Jul 2007
Posts: 383
Received Thanks: 406
Quote:
Originally Posted by ImmuneOne View Post
Reported for posting in the wrong section, please reconsider next time the rules before you post anything.
See this as a warning, after several times of doing something wrong you can get infractioned.
bla bla bla... Sorry! I will try the nex time dont post anything in a wrong section!

Quote:
Originally Posted by Hepatitis B View Post
is GuildWar defined in your source? i'm pretty sure my team had to modify it a bit before GW worked correctly.

and #request move
I dont know if GuildWar defined in my Source, I am using 5165 Source, I can Start GW with "/gw" but i dont know how end or where player can claim reward, can help me to fix this?

Thanks in advance!
BALTA00 is offline  
Old 12/27/2009, 22:21   #6
 
elite*gold: 0
Join Date: Aug 2008
Posts: 28
Received Thanks: 1
im all so lookin for that command i can start it to with /gw but i dont know the command to end it.
droopz is offline  
Old 12/27/2009, 22:26   #7
 
Huseby's Avatar
 
elite*gold: 106
Join Date: Oct 2006
Posts: 6,047
Received Thanks: 1,164
Dont post multiply posts about reports.
Its considered spam, one is enough.

#Moved
Huseby is offline  
Old 12/28/2009, 03:23   #8
 
elite*gold: 0
Join Date: Jan 2009
Posts: 68
Received Thanks: 5
Have you tried typing the command(/gw) again?
Crystal134 is offline  
Old 12/28/2009, 11:15   #9
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by BALTA00 View Post
bla bla bla... Sorry! I will try the nex time dont post anything in a wrong section!



I dont know if GuildWar defined in my Source, I am using 5165 Source, I can Start GW with "/gw" but i dont know how end or where player can claim reward, can help me to fix this?

Thanks in advance!

For the player to claim the prize they will have to win GW, and once they win the pole then GW will automatically end.
No need for a gwend command.
Arcо is offline  
Old 12/29/2009, 04:39   #10
 
WHITELIONX's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 532
Received Thanks: 66
/gwend command will work, but do not expect it to say gw has ended because it does not tell you it has ended lol
WHITELIONX is offline  
Old 12/29/2009, 05:03   #11
 
elite*gold: 0
Join Date: Jul 2007
Posts: 383
Received Thanks: 406
ahh, I understand, now i have other quest, where player can claim reward? need make myself an NPC?
BALTA00 is offline  
Old 12/29/2009, 05:14   #12
 
WHITELIONX's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 532
Received Thanks: 66
I have seen somewhere maybe on this site? But there is an npc that works for cps and halo for gw winner and deputy BUT it has problems with always giving the winner 3000 cps lol. And Hep do you mean that the pole can only be taken once and then the gw is over?
WHITELIONX is offline  
Old 12/29/2009, 05:21   #13
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by WHITELIONX View Post
I have seen somewhere maybe on this site? But there is an npc that works for cps and halo for gw winner and deputy BUT it has problems with always giving the winner 3000 cps lol. And Hep do you mean that the pole can only be taken once and then the gw is over?

What you need to do is make a new table(I guess) and name it ClaimGW.
Pretty much make the npc check if you claimed the prize yet.
If you haven't claimed it then make it so once you claim it the ClaimGW is marked as true.
If claimGW is marked as true then make the NPC say you have already claimed the prize.
Get it?
And yes once the pole is taken over, GW is over.
Arcо is offline  
Old 12/29/2009, 05:40   #14
 
WHITELIONX's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 532
Received Thanks: 66
Yes I sort of get it but putting it into practise will be fun rofl. I thought maybe something simple like this "else if (GC.MyChar.CPs == 3000)" would do the trick but then again I am not sure what else would need to go with it because the rest of the code seems ok just that CPs part. I sort of know that == would not be to great to use as it would notice if you had 3k CPs anyway lol. The same kind of thing will be needed for Alex also >.<
WHITELIONX is offline  
Old 12/29/2009, 05:44   #15
 
-Shunsui-'s Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,152
Received Thanks: 321
Quote:
Originally Posted by Hepatitis C View Post

What you need to do is make a new table(I guess) and name it ClaimGW.
Pretty much make the npc check if you claimed the prize yet.
If you haven't claimed it then make it so once you claim it the ClaimGW is marked as true.
If claimGW is marked as true then make the NPC say you have already claimed the prize.
Get it?
And yes once the pole is taken over, GW is over.
i tried that but yet, i gotah make it save and i got no clue how on that source, else if u Log of and log back on u can re claim it
-Shunsui- is offline  
Reply


Similar Threads Similar Threads
Need Comand SSea
09/10/2010 - SRO Private Server - 1 Replies
need the following commands Invisible Berserk The Strongest Of Running
help with a comand
04/14/2010 - Dekaron - 1 Replies
is there a comand for blocking incoming pm's?cuz my friends told me it is but they dont know it,plss help me tell it 2 me:D
EGD_DEKARON HACKS COMAND HERE
09/19/2009 - Dekaron Trading - 3 Replies
Are u bored to find coppers so hard ???? U want set +7 ???? What are u w8 for u need hacks !!!! And the most anticipated hack (teleport hack ) u try and try and dosent worck ???? Well sire u wrong it worcks !!! Im seling EGD hacks not for money I want just coppers argate or segnale itemps +7/+8/+9 for EGD server ofcurse !!!! I don't discuse here about waht hacks I tell u in private mesage just click on mi name and send me mesage !!!!!! Hey if I scamed someone DO NOT EZITE TO PM A MOD OR...
Usefull comand list
02/10/2007 - General Gaming Discussion - 0 Replies
Abilities Assembly Bank Chat Combat Combat UI Crafting Emote Graphics Guild



All times are GMT +2. The time now is 01:28.


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.