Official 5165 FAQ/Question thread

08/20/2010 20:37 Nolaner#1651
Quote:
Originally Posted by biohazardous View Post
please tell me how you fixed the 32 bit problem im getting tired of smartasses that give me sacarstic replys
yeah like grillmad said just simply follow this guide, its by far the best and easiest to follow :P its what i used ages ago when i had the problem anyway :P

[Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by Bomb View Post
How do I change exp rates?
I dont find World.cs
Okay to change this open up your Servers Project, assuming your using the 5165 client, you'll find world.cs in the "Game" folder. then press Control + F to bring up the Find box and search for ExperienceRate , then simply change the number after that to whatever you like. Normal conquer rates are about 2 or 3 i think so set it accordingly :)

and no-one have any sort of insight on my question no? :P

EDIT I finally found my problem and i actually feel a bit stupid for over-looking this, but for anyone thats interested, when i changed my project to 32-bit it created a new folder in the "bin" folder of the source called "x86" and for some reason the libeay32.dll file was not copied into this so thats why my source could not find the .dll file, so the fix was simply to copy libeay32.dll from the "debug" folder into the new "x86" folder :)
08/20/2010 21:53 Bomb#1652
I need compile world.cs after I change xp rate?
I am little noob can you guide me what showld I do execly ?
08/20/2010 21:58 Nolaner#1653
Quote:
Originally Posted by Bomb View Post
I need compile world.cs after I change xp rate?
I am little noob can you guide me what showld I do execly ?
yes once you've changed the ExperienceRate you then need to Build it and then start the server and rates will be changed :)
08/20/2010 23:09 Bomb#1654
The source here(acros source) in first post is clean source with all bug fixes up to this date ?

I get alot of times invalid jump. how can I stop that?
08/21/2010 16:19 µ~Xero~µ#1655
.Arco For President.
















































emo!
08/21/2010 17:21 Bomb#1656
I changed ExperienceRate 5 but the skills goes fixed very fast
im lvl 10 with fixed skills
why that?
08/22/2010 10:28 Nolaner#1657
I have a question....lol im writing a simple script for a ChangePKP Command that simply allows the user to change their Pkps to whatever they like! But i'd like to set a limit that they can't command over 10,000 Pkps. Heres the script:

Code:
if (Cmd[0] == "/changepkp")
                        {
                            [color=red]if (Cmd[1] <= 10000)[/color]
                            {
                                GC.MyChar.MyClient.LocalMessage(2000, "You Cannot Command Above 10,000 PKPs");
                            }
                            else
                            {
                                GC.MyChar.PKPoints = ushort.Parse(Cmd[1]);
                            }
                        }
Now my problem is the txt in red. Obviously this is an error because you cant compare String and Int using the "<=" sign. I've tried changing it using:
Code:
if ((int)Cmd[1] <= 10000)
but it still wont succesfully covert it! I also tried this piece of code i found when i googled the problem:
Code:
if (Convert.ToInt32(Cmd[1]) <= 10000)
which made it build without error, but when i ran the server and tried the command it always gave me the "Cannot Command Above 10,000 PKPs" no matter what value i entered!

EDIT: IM A RETARD :)

The code "Convert.ToInt32" actually did work! Stupidly i had the code wrong! I had

If (Cmd[1] is less than or equal to 10000)

when of course it should have been

If (Cmd[1] is greater than or equal to 10000)

Moral of the story: Always Google and Recheck your code before posting questions as i just learned :)
08/22/2010 11:30 BLASTER!!!!#1658
Quote:
Originally Posted by Nolaner View Post
I have a question....lol im writing a simple script for a ChangePKP Command that simply allows the user to change their Pkps to whatever they like! But i'd like to set a limit that they can't command over 10,000 Pkps. Heres the script:

Code:
if (Cmd[0] == "/changepkp")
                        {
                            [color=red]if (Cmd[1] <= 10000)[/color]
                            {
                                GC.MyChar.MyClient.LocalMessage(2000, "You Cannot Command Above 10,000 PKPs");
                            }
                            else
                            {
                                GC.MyChar.PKPoints = ushort.Parse(Cmd[1]);
                            }
                        }
Now my problem is the txt in red. Obviously this is an error because you cant compare String and Int using the "<=" sign. I've tried changing it using:
Code:
if ((int)Cmd[1] <= 10000)
but it still wont succesfully covert it! I also tried this piece of code i found when i googled the problem:
Code:
if (Convert.ToInt32(Cmd[1]) <= 10000)
which made it build without error, but when i ran the server and tried the command it always gave me the "Cannot Command Above 10,000 PKPs" no matter what value i entered!

Any Ideas? 0.o

Help is greatly appreciated :)
why not just check the pkps after using it and then make it to whatever
08/22/2010 11:53 Nolaner#1659
Quote:
Originally Posted by BLASTER!!!! View Post
why not just check the pkps after using it and then make it to whatever
I've edited my post now :P i sorted it out was just a simple code error i had!

But thanks for the reply :)
08/27/2010 03:55 thief79#1660
how do I get webserver up and running idk where to start I have appserv and the db setup and all that and what ports must i forward?
08/27/2010 06:36 aggassin#1661
i downloaded the client 5165 but when i pressed conquer.exe it autopatch to 5165-5298
08/28/2010 20:15 _DreadNought_#1662
Apperently u didn't click co.exe...
08/29/2010 23:30 gh3expertpro#1663
yeah i tried this guide too. and still no matter what i use my ip addy or hamachi.. i still cant login to my own server. any advice?
08/30/2010 01:45 Nolaner#1664
Quote:
Originally Posted by gh3expertpro View Post
yeah i tried this guide too. and still no matter what i use my ip addy or hamachi.. i still cant login to my own server. any advice?
well what exactly is the problem? do you get errors in the console or can you just simply not connect? :)
08/30/2010 15:46 ~Master#1665
Quote:
Originally Posted by aggassin View Post
i downloaded the client 5165 but when i pressed conquer.exe it autopatch to 5165-5298
You have to use cracked conquer.exe.