|
You last visited: Today at 13:48
Advertisement
Flyff Server Virtuos V19 problem
Discussion on Flyff Server Virtuos V19 problem within the Flyff Private Server forum part of the Flyff category.
09/23/2017, 21:29
|
#1
|
elite*gold: 0
Join Date: Aug 2014
Posts: 4
Received Thanks: 0
|
Flyff Server Virtuos V19 problem
Hello,
With a friend we decided to create a private server in v19 (for the 4th class and the new HUD), so I downloaded the virtuos v19 sources, I configurated all the files and linked the server to a hamachi ip, but there is a problem,
I can go into the game, but my friend can't, we are linked with an hamachi server and he modified his neuz.exe so our ip are the same.
We don't know what to do to allow him to connect to the game.
- We have the same client
- the ports are opens
- I can connect
- He can't
Can someone help us ?
|
|
|
09/24/2017, 00:30
|
#2
|
elite*gold: 60
Join Date: Sep 2017
Posts: 424
Received Thanks: 138
|
Do you edit the AccountSercer.ini etc. to run on hamachi or local @  ?
Search for 127.0.0.1 and try to Change it
Or what Kind of Error does He got?
|
|
|
09/24/2017, 00:55
|
#3
|
elite*gold: 0
Join Date: Aug 2014
Posts: 4
Received Thanks: 0
|
All the ip in the ini files (AccountServer.ini included) are hamachi's ip.
The error he got is : "A connection with the server could not be established"
|
|
|
09/24/2017, 09:19
|
#4
|
elite*gold: 60
Join Date: Sep 2017
Posts: 424
Received Thanks: 138
|
Search for the Error Code to figure Out from what Part it Come?
|
|
|
09/24/2017, 13:19
|
#5
|
elite*gold: 0
Join Date: Aug 2014
Posts: 4
Received Thanks: 0
|
The problem is that their wasn't any error code when he tried to connect, only "A connection with the server could not be established". Is their any file that I need to look for taht could contain the error code ?
Edit : The full message is :
Can not connect to the game.
Please check your network.
Re-install your network connection.
Edit 2 : I just saw that even without hamachi opened I can connect to the game, however all the ini's ip are the one in hamachi ...
|
|
|
09/28/2017, 00:34
|
#6
|
elite*gold: 0
Join Date: Aug 2014
Posts: 4
Received Thanks: 0
|
no one ?
|
|
|
09/28/2017, 11:07
|
#7
|
elite*gold: 60
Join Date: Sep 2017
Posts: 424
Received Thanks: 138
|
Client Connection ;)
Data in Program folder..
AccountServer.ini
Code:
AddTail( -1, 1, "Server Name", "127.0.0.1", 0, 1, 0, 1 );
AddTail( 1, 1, "Channel Name", "127.0.0.1", 1, 1, 1100, 1 );
AddTail( 1, 2, "Channel Name 2", "127.0.0.1", 0, 1, 1100, 1 );
CacheServer.ini
Code:
Core "127.0.0.1"
Port "5400"
Certifier.ini
Code:
Account "127.0.0.1"
CoreServer.ini
Code:
Database "127.0.0.1" // Sting, database-address
Certifier "127.0.0.1" // certifier-address
DatabaseServer.ini
Code:
Account "127.0.0.1"
LoginServer.ini
Code:
DB "127.0.0.1"
Core "127.0.0.1"
AddCache( "127.0.0.1" );
WorldServer.ini
Code:
Core "127.0.0.1"
DB "127.0.0.1"
Change the local IP (127.0.0.1) to you Hamachi IP...
--- Source ---
Search in File: Neuz\DPLoginClient.cpp
Code:
void CDPLoginClient::OnPlayerList( CAr & ar )
Find:
Code:
#ifdef __CRC
if( DPCollectClient->ConnectToServer( "127.0.0.1", PN_COLLECTION, TRUE, CSock::crcWrite, 500 ) ) // IP-Adress
#else // __CRC
if( DPCollectClient->ConnectToServer( "127.0.0.1", PN_COLLECTION, TRUE ) ) // IP-Adress
#endif // __CRC
Search in File: Neuz\NeuzMsgProc.cpp
Code:
void InitGlobalVars( HINSTANCE hInstance )
Find:
Code:
if( ::GetLanguage() == LANG_KOR )
{
#if defined(__TESTSERVER)
strcpy( g_Neuz.m_lpCertifierAddr, "127.0.0.1" ); //IP
#elif defined(__MAINSERVER)
strcpy( g_Neuz.m_lpCertifierAddr, "127.0.0.1" ); //IP
#endif
}
&' Change it to your Hamachi IP...
If you want to change ALL IPs take a look at StdAfx.h and an other Data from Offi MD5 Salts, but useless.. you need only to change the IPs in top ^^
|
|
|
10/03/2017, 18:21
|
#8
|
elite*gold: 0
Join Date: Jan 2015
Posts: 2
Received Thanks: 0
|
try to turn off your firewall might help and see if md5 password is correct in the database
|
|
|
10/03/2017, 19:07
|
#9
|
elite*gold: 0
Join Date: Dec 2015
Posts: 61
Received Thanks: 1
|
Have you created a network in hamachi?
|
|
|
10/04/2017, 00:53
|
#10
|
elite*gold: 0
Join Date: Feb 2014
Posts: 248
Received Thanks: 28
|
If you create hamachi network change all ip to the hamachi ip
|
|
|
All times are GMT +1. The time now is 13:50.
|
|