Official 5165 FAQ/Question thread

02/04/2010 09:08 mohammedbeh#916
i need help when i used 10 exball i get 132 i need normal lveling
02/04/2010 10:40 maximumbrutal#917
okay so i did all of this.
when i ran the newestcoserver.exe
i wrote
/newacc test123 123 [PM]
after that i went to the client folder and then double clicked the conquer.exe, and tried logging in.
but i cant login!
please help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!.
02/04/2010 10:43 maximumbrutal#918
and i dont have any sql.
it doesn't work not helpful for me.
02/04/2010 13:53 Adziunia#919
Hutche u need to change ur comp language from i think its dutch to English USA by control panel>reginal settings and it should run

Chester6 u can modify reg.html for that or to create better site u need to know some html. Or if u dont want to play with it serch for ready made websites on the net chatbox is easy to get go on some1s site then to chat and tehre should be button get ur own chatbox or whatever :P then at xat.com create ur chat get the code and paste on the website :P

Maximumbrutal hmm whats wrote in error when u trying to login if invalid user and pass try to make another acc with longer pass

mohammedbeh SEARCH the forum there r fixes for ur problems

jitus2 i dont wanna be mean but u can use translator :P hmm u want to remove ncs?
all the npcs r in packethandling/NPCDialog.cs and in coolddb in NPcs.txt :P
coz its a little hard to understand you :P

If i helped press Thanks xD
02/04/2010 15:32 MoD4fuk4#920
Quote:
Originally Posted by mohammedbeh View Post
i need help when i used 10 exball i get 132 i need normal lveling
You need edit Character.cs, search for: public uint ExpBallExp
and paste this code released by .Arco

Code:
        public uint ExpBallExp
        {
            get
            {
                if (Level < 30)
                    return (uint)(15000 + Level * 430);
                else if (Level < 50)
                    return (uint)(40000 + Level * 430);
                else if (Level < 80)
                    return (uint)(30000 + Level * 500);
                else if (Level < 80)
                    return (uint)(30000 + Level * 600);
                else if (Level < 100)
                    return (uint)(30000 + Level * 700);
                else if (Level < 110)
                    return (uint)(30000 + Level * 900);
                else if (Level < 120)
                    return (uint)(30000 + Level * 1100);
                else if (Level < 125)
                    return (uint)(30000 + Level * 1500);
                else if (Level < 130)
                    return (uint)(30000 + Level * 1000);
                else
                    return (uint)(30000 + Level * 1000);
            }
        }
by the way, it was at the very first post.
02/04/2010 19:51 Hero0o#921
well i got a problem wish i get answer really fast well all things is setup correctly and server is on all things going ok but when i try to log it say faild to connect to server and no i am not using 127.0.0.1 as gameserverIP i only use it in server.dat and if i tried my ip it wont work any help in that?
02/04/2010 21:32 [GM]#922
in my server any archer can kill anybody with 1 hit and do a damn HUGE numbers

how can i fix it plz?
02/05/2010 05:47 godfathEr08#923
k i can get thing to load up but whe i type in /newacc test 123 [PM] nothing happens after i hit enter, it just goes down a line. please help me lol
02/05/2010 06:32 xSynthesis#924
Quote:
Originally Posted by godfathEr08 View Post
k i can get thing to load up but whe i type in /newacc test 123 [PM] nothing happens after i hit enter, it just goes down a line. please help me lol
That means you did everything right and your char has been created.

OldCODB/Users

Thats where your char been saved to. So you can log in now =o
02/05/2010 10:27 Secrets-man#925
Hello. I'm kinda newb, but how do you change Exp rates? o.O
02/05/2010 13:38 Adziunia#926
exp in world.cs search for experience rate

hero use only ur external ip or hamachi never use 127.0.0.1
02/05/2010 14:30 Secrets-man#927
Hello again. I'd like to know how to fix this thing.. Monsters 1 hit normal players for some unknown reason. Anybody can tell me, what should I do? Cause I don't wanna just get peoples full -7 right away just so the mobs would hit 1's on them, but yeah the monsters hit like 2-7k to the players even they're lvl 130 or so.. they got like 9k hp and then 2k in the arse and bam dead o.O . So if anyone knows a solutions for this, i'd appreciate if you guys help me out.
02/05/2010 15:45 Hero0o#928
Quote:
Originally Posted by Adziunia View Post
exp in world.cs search for experience rate

hero use only ur external ip or hamachi never use 127.0.0.1
all things is setup right but when i use my external ip it say server maintance and when i use 127.0.0.1 it say faild to connect
maybe the problem with port? i am using 9985 as a port should it be 3800 or something like that?
02/05/2010 16:07 xSynthesis#929
Quote:
Originally Posted by Hero0o View Post
all things is setup right but when i use my external ip it say server maintance and when i use 127.0.0.1 it say faild to connect
maybe the problem with port? i am using 9985 as a port should it be 3800 or something like that?

First thing is you should use your current ip address.

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

and use "9958" as a port. Not 9985.
02/05/2010 20:33 Arcо#930
Quote:
Originally Posted by xSynthesis View Post

First thing is you should use your current ip address.

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

and use "9958" as a port. Not 9985.
If you are using 5165 I learned that 127.0.0.1 is a blocked ip.