Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting
You last visited: Today at 06:30

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

Advertisement



cant get AccServer to work

Discussion on cant get AccServer to work within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2007
Posts: 21
Received Thanks: 0
cant get AccServer to work

im having an issue getting the account server to work, it says failed to login after i run the gameserver. ive followed every guide i could find on here and it still doesnt work when i run both. all 3 work just i get the login failed and cant figure out why. i had thought that one point the oem files had to be copied and pasted into another folder when doing a local host maybe?
dante118 is offline  
Old 04/18/2018, 05:16   #2
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
copy and paste all your config file including oem.dat in a [code] + [spoiler] tag
PraDevil[ELITE] is offline  
Old 04/20/2018, 06:09   #3
 
elite*gold: 0
Join Date: Sep 2007
Posts: 21
Received Thanks: 0
you mean on here? i followed several guides, i input the ip address im using hamachi, i used the ip address off that, for the files needed to have it, mysql has greenlight just the accserver says login failed each time.
dante118 is offline  
Old 04/20/2018, 20:03   #4
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
are this accserver config file match with yours?
1. Server name must be without space if i remember
2. hamachi ip without [ and ]
3. dbhostname must be localhost or 127.0.0.1
Code:
[System]
LOGINLISTENPORT	= 9958
POINTLISTENPORT = 9865
SERVER_FULL_DELAY_SECS	= 5000
SERVER_BUSY_DELAY_SECS	= 3000
SERVERNAME = [Server Name]
LOGINNAME = root
PASSWORD = test
SERVERIP = [Hamachi IP Address]
[Database]
DBHOSTNAME=127.0.0.1
DATABASENAME=my
DBUSER=root
DBPASSWORD=test
or perhaps your PORT number not maching with the gameserver config file? otherwise try to setup the server using the untouch config file(localhost server) and see if you can get the accserver to work or not..if it is working by localhost then there must be some mistake in your config file when you set it up using hamachi.
PraDevil[ELITE] is offline  
Old 04/21/2018, 07:36   #5
 
elite*gold: 0
Join Date: Sep 2007
Posts: 21
Received Thanks: 0
do you have teamviewer? maybe you could help me through teamviewer

[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9865
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVERNAME = Knights Online
LOGINNAME = root
PASSWORD = test
SERVERIP =127.0.0.1
[Database]
DBHOSTNAME=127.0.0.1
DATABASENAME=my
DBUSER=root
DBPASSWORD=test



this is my accserver configuration for local host.

E; ÅäÖÃÎļþ


[System]
SERVERNAME =Knights Online
MONSTER_ACTIVE_LIMIT = 40000


[GameServer]
GAMESERVER_IP =127.0.0.1
GAMESERVER_PORT =5816
SND_SIZE = 64000
RCV_SIZE = 16000


[Database]
DB_IP =127.0.0.1
DB_USER =root
DB_PW =test
DB_NAME =my


[InternetPort]
MASTER_IP = 127.0.0.1
MASTER_PORT = 8653
PORT_SIZE = 53
LOGIN_KEY = dfkKO23k'[cvK934
CURRENT_PORTID = 2


[BusySleep]
LEVEL1 = 20 ; > 1000 sleep 20%
LEVEL2 = 30 ; > 2000
LEVEL3 = 40 ; > 3000
LEVEL4 = 50 ; > 4000
LEVEL5 = 60 ; > 5000

and this is my gameserver configuration

im using RevolutionEO files

and im not sure what ports have to be the same on both configurations....
dante118 is offline  
Old 04/21/2018, 13:52   #6
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
if you set the server using 127.0.0.1 and all accserver,msgserver,npcserver running successfully. then the things that you need to change when you're changing the ip was..

accserver/config.ini
Code:
SERVERIP=HAMACHI_IP
msgserver/config.ini
Code:
1. GAMESERVER_IP=HAMACHI_IP
2. MASTER_IP=HAMACHI_IP
msgserver/shell.ini
Code:
1. ACCOUNT_IP=HAMACHI_IP
2. MASTER_IP=HAMACHI_IP
msgserver/shell.dat
1. need to be edit using hex editor or shell.dat generator(proshell.exe)
2. what you see below is in hexeditor Editor Display only
Code:
00000000   48 41 4D 41 43 48 49 5F  49 50 5F 48 45 52 45 00   HAMACHI_IP_HERE 
00000016   4B 6E 69 67 68 74 73 20  4F 6E 6C 69 6E 65 00 00   Knights Online  
00000032   72 6F 6F 74 00 00 00 00  00 00 00 00 00 00 00 00   root            
00000048   74 65 73 74 00 00 00 00  00 00 00 00 00 00 00 00   test            
00000064   89 26 00 00 00 00 00 00                            ‰&
edits:- if its failed to run, try to remove space in your SERVERNAME
PraDevil[ELITE] is offline  
Thanks
1 User
Old 04/22/2018, 05:28   #7
 
elite*gold: 0
Join Date: Sep 2007
Posts: 21
Received Thanks: 0
well see it doesnt do it even when i use localhost ip. the accserver must be the issue as the gameserver confirms that it wont connect to it. gameserver and npc server run fine except accserver. so there has to be an issue somewhere in one of the files thats preventing me from connecting the accserver with the gameserver. i tried the hamachi ip address also and it didnt work. all ip addresses were the same and properly entered in the correct places. it just doesnt want to connect.

ill try to remove the space on server name also when i have time.

in the mean time ill keep you updated as to what happens when i check everything as to oppose what you have posted
dante118 is offline  
Old 04/22/2018, 08:44   #8
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
if accserver just failed to connect(not crashing). try to turn your antivirus and firewall OFF if you have one..
PraDevil[ELITE] is offline  
Thanks
1 User
Old 04/22/2018, 11:22   #9
 
elite*gold: 0
Join Date: Sep 2007
Posts: 21
Received Thanks: 0
Quote:
Originally Posted by PraDevil[ELITE] View Post
if accserver just failed to connect(not crashing). try to turn your antivirus and firewall OFF if you have one..
all the firewalls were turned off... still nothing
dante118 is offline  
Old 04/22/2018, 15:10   #10
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
its not working even u didnt change anything on the config. go get mannequin server file and replace the revo server file except ini/gamemap.ini. use the revo db
PraDevil[ELITE] is offline  
Thanks
1 User
Old 04/22/2018, 23:14   #11
 
elite*gold: 0
Join Date: Sep 2007
Posts: 21
Received Thanks: 0
alrighty ill try that and see what happens ill keep you posted
dante118 is offline  
Old 04/23/2018, 04:57   #12
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
here are the link just in case u having trouble to find it or not sure which one
PraDevil[ELITE] is offline  
Thanks
1 User
Old 04/23/2018, 10:24   #13
 
elite*gold: 0
Join Date: Sep 2007
Posts: 21
Received Thanks: 0
would it be better to use all of whats in that post? i dont really need vampire db since i just wanna test out my own server. but ill try the mannequin one. thanks, ill keep you updated along the way. if anything i have teamviewer and might need someone to actually go in and configure the files for me and show me how its done correctly.

Quote:
Originally Posted by PraDevil[ELITE] View Post
"replace the revo server file except ini/gamemap.ini". use the revo db
what did u mean by this? in gameserver or client file?

okay it worked, but now i face another issue. the game wont open, it tells me "cannot get ip address of such and such, make sure i am connected to the internet.
dante118 is offline  
Old 04/23/2018, 12:11   #14
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
Code:
if anything i have teamviewer and might need someone to actually go in and configure the files for me and show me how its done correctly.
sorry not gonna happen this way.

if you not really care about whats new inside the revo db compared to mannequin, then you can use all file inside the mannequin and ignore all the revo files(client and server file+database)
Code:
cannot get ip address of such and such, make sure i am connected to the internet.
what kind of IP did you use to get this issue? and from which side? server side or client side? it is better to use localhost ip(127.0.0.1) if you just want to test out your server
PraDevil[ELITE] is offline  
Old 04/24/2018, 03:27   #15
 
elite*gold: 0
Join Date: Sep 2007
Posts: 21
Received Thanks: 0
it was working with localhost ip to get accserver and gameserver working together using mannequin files and revo db, but then i found a file i opened in notepad it said it was a configuration file for play.exe in the mannequin client files. it said to change localhost name to fix the ip issue, but when i did that it didnt work. so then i just redid everything using all mannequin files, including the db it came with, but then the gameserver wouldnt connect to accserver, it said trying to connect to accserver(over and over again).... all the ip addresses were 127.0.0.1, i kept everything the same, mysqladmin had greenlight.

also when i had both accserver and gameserver working, i ran play.exe or soul.exe both wouldnt open the client per my previous post. i did change the one file over, so idk why it wasnt working still. i really dont know what im doing wrong to have these issues.

in the past i had no issue getting the game to work, using old client+db files, but that was like 13 years ago. but now it seem a little harder to do with modified files from so many people. i just dont know what to do....
dante118 is offline  
Reply


Similar Threads Similar Threads
I cant open AccServer
09/15/2009 - CO2 Private Server - 0 Replies
hello all i cant open accserver when i make a pserver if any one know what 's this problem and how to open accserver tell me :handsdown:
[Question] Gameserver cant connect to Accserver
04/14/2009 - CO2 Private Server - 0 Replies
*Fixed
[Help] Cant Start Up AccServer
03/12/2009 - EO PServer Hosting - 8 Replies
Well the topic says it all... i've replaced my shell dat.. checked my files but still cant figure out the prob
Cant get SV 1.10 to work, 1.12 is working
05/26/2007 - Conquer Online 2 - 1 Replies
Ok everything is doing ok when im trying to use 1.10, but when I get to the game it tell me to 1 login my char and move them, 2 reinstall the game and patch up manually 1.12 isnt giving this msg at all, but this version slows down. So how can I get 1.10 to work? Im sure I followed all instructions correctly, or is 1.10 just not working with the latest patch anymore? thanks
I cant get the Cracked Version to work
04/20/2007 - Silkroad Online - 2 Replies
Okay I followed the directions from a previous poster who talked alot about Karma and found out that my bot doesnt work. I extracted the files several times including the deepblue, sroboten 1.54, and the trial reset. My brother got his to work perfectly and when he tried to install it on mine it did not work. Apparently no keys were found in the reset program for him clear. Now my brother is botting and I am still grinding manually. Im growing sick of it and hes not letting my char get any...



All times are GMT +2. The time now is 06:30.


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.