Register for your free account! | Forgot your password?

You last visited: Today at 17:32

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

Advertisement



Official 5165 FAQ/Question thread

Discussion on Official 5165 FAQ/Question thread within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 11/28/2009, 12:57   #31
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by onlyme64 View Post
Never mind, i got it working. Thanks anyways.

I'm sorry I couldn't help.
How did you fix it?
Arcо is offline  
Thanks
27 Users
Old 11/28/2009, 13:09   #32
 
onlyme64's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 268
Received Thanks: 25
Had some files missing, so re-extracted the client and worked perfectly.
onlyme64 is offline  
Old 11/28/2009, 13:10   #33
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by onlyme64 View Post
Had some files missing, so re-extracted the client and worked perfectly.
Alright good.
Well again, sorry I couldn't help.
Arcо is offline  
Thanks
28 Users
Old 11/28/2009, 15:54   #34
 
sawickas's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 617
Received Thanks: 38
were i can adjust xpball xp rates in his saurce???????? Thanks
sawickas is offline  
Old 11/28/2009, 15:57   #35
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by sawickas View Post
were i can adjust xpball xp rates in his saurce???????? Thanks

Go to Character.cs.
Then Search for
Code:
 public uint ExpBallExp
Then it's all there.
Arcо is offline  
Thanks
29 Users
Old 11/28/2009, 16:03   #36
 
airborne.'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 256
Received Thanks: 63
Quote:
Originally Posted by Tiku View Post

Well what is all wrong with nobility?
I haven't found anything wrong with it.
Expball limit isn't a bug. That's in the real conquer. It's up to the owner of the server whether they want an expball limit or not.
And the PM's/GM's not being able to pk isn't a bug either. Some people don't want their members being pk'd by the staff.
I'll look through the source and look for possible "fixes" to these problems.



What do you mean you don't know how to start it?
Its' pretty easy.
You just put the OldCODB in c: edit the config.ini inside
and run it
to make new acc in console type
PHP Code:
/newacc username password [PM
Well. I don't really know how to wipe the people off nobility board. So what i did was delete everything in OldCODB/Nobility.dat but now everytime I debug/build the server it gets wiped everytime.

And btw exp ball limit it doesn't let me change it to over 100... or else it underlines the stuff (like an error)...
airborne. is offline  
Old 11/28/2009, 16:07   #37
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by airborne. View Post
Well. I don't really know how to wipe the people off nobility board. So what i did was delete everything in OldCODB/Nobility.dat but now everytime I debug/build the server it gets wiped everytime.

Well make sure you save.
Here I made a save command.
Code:
if (Cmd[0] == "/save")
                            {
                                Database.SaveKOs();
                                Console.WriteLine("KOs saved.");
                                Database.SaveEmpire();
                                Console.WriteLine("Empire saved.");
                                Features.Guilds.SaveGuilds();
                                Console.WriteLine("Guilds saved.");
                                Features.SkillsClass.Save();
                                Console.WriteLine("Skills saved.");
                                Console.WriteLine("Database disposed.");
                            }
Type that into the console.
Then restart server and look at your Nobility Board.

And as for the expballs, check my fix for it.
It's in the spoiler in my first post.
Arcо is offline  
Thanks
29 Users
Old 11/28/2009, 16:08   #38
 
airborne.'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 256
Received Thanks: 63
Quote:
Originally Posted by Tiku View Post

Well make sure you save.
Here I made a save command.
Code:
if (Cmd[0] == "/save")
                            {
                                Database.SaveKOs();
                                Console.WriteLine("KOs saved.");
                                Database.SaveEmpire();
                                Console.WriteLine("Empire saved.");
                                Features.Guilds.SaveGuilds();
                                Console.WriteLine("Guilds saved.");
                                Features.SkillsClass.Save();
                                Console.WriteLine("Skills saved.");
                                Console.WriteLine("Database disposed.");
                            }
Type that into the console.
Then restart server and look at your Nobility Board.

And as for the expballs, check my fix for it.
It's in the spoiler in my first post.
Isn't there already a save command? And btw the nobility board gets wiped but the ppl's rank on there char is still there. (which is gay)
airborne. is offline  
Old 11/28/2009, 16:08   #39
 
Zion~'s Avatar
 
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 650
Or just create a save method and call it when you need it.
Zion~ is offline  
Old 11/28/2009, 16:10   #40
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by airborne. View Post
Isn't there already a save command? And btw the nobility board gets wiped but the ppl's rank on there char is still there.
Nope there isn't, if there was then I wouldn't have made that one.
Arcо is offline  
Thanks
27 Users
Old 11/28/2009, 16:10   #41
 
airborne.'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 256
Received Thanks: 63
Quote:
Originally Posted by Tiku View Post
Nope there isn't, if there was then I wouldn't have made that one.
Ah k thanks bud. But uh, could you go on teamviewer and add it for me? I've never added a command before, only NPCs.
airborne. is offline  
Old 11/28/2009, 16:13   #42
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by airborne. View Post
Ah k thanks bud. But uh, could you go on teamviewer and add it for me? I've never added a command before, only NPCs.
Here, just search for /restart.
Then just add the code directly under that whole command.
Arcо is offline  
Thanks
25 Users
Old 11/28/2009, 16:14   #43
 
airborne.'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 256
Received Thanks: 63
Quote:
Originally Posted by Tiku View Post
Here, just search for /restart.
Then just add the code directly under that whole command.
K thanks, done. Going to test it now.

#edit- Doesn't work. Still gets wiped. And btw since I deleted everything in Nobility.dat, nothing gets written in there now.
airborne. is offline  
Old 11/28/2009, 16:16   #44
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by airborne. View Post
K thanks, done. Going to test it now.
Alright, need anymore help just post here and I'll be glad to assist.
Arcо is offline  
Thanks
26 Users
Old 11/28/2009, 16:17   #45
 
airborne.'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 256
Received Thanks: 63
Quote:
Originally Posted by Tiku View Post
Alright, need anymore help just post here and I'll be glad to assist.
I updated my post...
airborne. is offline  
Reply




All times are GMT +2. The time now is 17:32.


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.