Official 5165 FAQ/Question thread

11/28/2009 12:57 Arcо#31
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?
11/28/2009 13:09 onlyme64#32
Had some files missing, so re-extracted the client and worked perfectly.
11/28/2009 13:10 Arcо#33
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.
11/28/2009 15:54 sawickas#34
were i can adjust xpball xp rates in his saurce???????? Thanks
11/28/2009 15:57 Arcо#35
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.
11/28/2009 16:03 airborne.#36
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)...
11/28/2009 16:07 Arcо#37
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.
11/28/2009 16:08 airborne.#38
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)
11/28/2009 16:08 Zion~#39
Or just create a save method and call it when you need it.
11/28/2009 16:10 Arcо#40
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.
11/28/2009 16:10 airborne.#41
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.
11/28/2009 16:13 Arcо#42
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.
11/28/2009 16:14 airborne.#43
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.
11/28/2009 16:16 Arcо#44
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.
11/28/2009 16:17 airborne.#45
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...