Re: My v19 source + download
if the server is running on localhost. Then you only have to change the ip adress inside your neuz to 127.0.0.1 Nothing else.
In this way people from outside your network can connect. But your self also can connect.
If you have the neuz from the source build. Change the Lock Neuz in there.
1 Attachment(s)
Re: My v19 source + download
Quote:
Originally Posted by
raventh1984
if the server is running on localhost. Then you only have to change the ip adress inside your neuz to 127.0.0.1 Nothing else.
In this way people from outside your network can connect. But your self also can connect.
If you have the neuz from the source build. Change the Lock Neuz in there.
Problem is in Neuz???? u can put Code here???? i change and compile Neuz
I have this Same problem
Quote:
Originally Posted by firesito
Hey man, i tried what you said, i have my AccountServer.cpp like this:
strcpy( pServer->lpName, "Frog");
strcpy( pServer->lpAddr, "My IP" ); //lock AccontServer
//strcpy( pServer->lpAddr, "127.0.0.1" ); //lock AccountServer
And my NeuzMsgProc.cpp like this:
g_Neuz.LoadOption(); // Neuz.ini¸¦ ·Îµù
/* lock Neuz */
lstrcpy( g_Neuz.m_lpCertifierAddr, "My IP" ); //decoy
lstrcpy( g_Neuz.m_lpCertifierAddr, "108.180.190.50" );//decoy
lstrcpy( g_Neuz.m_lpCertifierAddr, "122.52.179.57" );//decoy
lstrcpy( g_Neuz.m_lpCertifierAddr, "127.0.0.1" ); // Local Test
//lstrcpy( g_Neuz.m_lpCertifierAddr, "127.0.0.1" ); // Online Test
My friends can log in, but i don't what can i do please help me
See img
Attachment 133442
Re: My v19 source + download
i see this
strcpy( pServer-lpAddr, "My IP";
and //strcpy( pServer->lpAddr, "127.0.0."
So comment the first one and uncomment the second one.
Re: My v19 source + download
I dont find This code
strcpy( pServer-lpAddr, "My IP";
and //strcpy( pServer->lpAddr, "127.0.0."
in my file AccountServer.cpp
:( i need add this????
Re: My v19 source + download
Hello again.. Its been awhile since the last time I got here. I was just curios about this v19 files so I downloaded them and made them running. The thing is, there is no working register page here that is compatible to this file. I tried the search button but of no avail.
Does anyone have a working register page here?
Re: My v19 source + download
Thu Jun 27 14:51:26 2013
0 - CERT_CONNECTED
Thu Jun 27 14:51:26 2013
2 - CERT_SRVR_LIST
Thu Jun 27 14:51:27 2013
4 - LOGIN_CONNECTED
Thu Jun 27 14:51:27 2013
8 - LOGIN_CACHE_ADDR
Thu Jun 27 14:51:27 2013
6 - LOGIN_PLAYER_LIST
Thu Jun 27 14:51:28 2013
9 - CACHE_CONNECTED
Thu Jun 27 14:51:29 2013
11 - LOGIN_REQ_PREJOIN
Thu Jun 27 14:51:29 2013
12 - LOGIN_ACK_PREJOIN
cant connect to the game .. im using update 3 ..
Re: My v19 source + download
Quote:
Originally Posted by
yvansinues
Thu Jun 27 14:51:26 2013
0 - CERT_CONNECTED
Thu Jun 27 14:51:26 2013
2 - CERT_SRVR_LIST
Thu Jun 27 14:51:27 2013
4 - LOGIN_CONNECTED
Thu Jun 27 14:51:27 2013
8 - LOGIN_CACHE_ADDR
Thu Jun 27 14:51:27 2013
6 - LOGIN_PLAYER_LIST
Thu Jun 27 14:51:28 2013
9 - CACHE_CONNECTED
Thu Jun 27 14:51:29 2013
11 - LOGIN_REQ_PREJOIN
Thu Jun 27 14:51:29 2013
12 - LOGIN_ACK_PREJOIN
cant connect to the game .. im using update 3 ..
u use external ip in Acount and login server????
I use external ip and can't conect only externals computer can acess server, when use internal ip i can conect whitout problems
http://forum.ragezone.com/attachment...sem-t-tulo.jpg
And cliente logs have same problem
0 - CERT_CONNECTED...
Any can Solution this please :(
Sry my bad english
Re: My v19 source + download
90% of the routes cant do this
Your pc/Your server-->Router-->Internet<--Router<--Your pc/Server
So when you whant to have both parties to join
Use external Ip adress in account server and login server and in the neuz for the players outside your network
For your self use an neuz with your local ip adress in it.
Then both partys can connect
Re: My v19 source + download
Quote:
Originally Posted by
raventh1984
90% of the routes cant do this
Your pc/Your server-->Router-->Internet<--Router<--Your pc/Server
So when you whant to have both parties to join
Use external Ip adress in account server and login server and in the neuz for the players outside your network
For your self use an neuz with your local ip adress in it.
Then both partys can connect
I understad, but i try use in my neuz 127.0.0.1 and 192.168.xxx.xxx, i only when login account, when i try choose chanel and connect to choose char, my flyff open pop up say cannot connect...
:( I need help i dont know why my friends can enter in game and in localhost i cant enter game, only login account :/
Sry my bad english
Re: My v19 source + download
Quote:
Originally Posted by
maiconca
I understad, but i try use in my neuz 127.0.0.1 and 192.168.xxx.xxx, i only when login account, when i try choose chanel and connect to choose char, my flyff open pop up say cannot connect...
:( I need help i dont know why my friends can enter in game and in localhost i cant enter game, only login account :/
Sry my bad english
Hi,
Let me think about a few possible solutions:
#Are you sure Client/server are synchronized? (Same resdata's/models/world maps) I am almost sure it's not synchronized! Check your server error logs. If it is not that check your WorldServer.ini if everything is correct there
#Check at cacheserver if the port (I think 5400) is the same in your Neuz
#Try change in your loginserver.ini AddCache ( "127.0.0.1" ); to AddCache ( "your 192.168 number" );
#Open the ports in your firewall?
Maiby it helps.
Re: My v19 source + download
Quote:
Originally Posted by
Laura1
Hi,
Let me think about a few possible solutions:
#Are you sure Client/server are synchronized? (Same resdata's/models/world maps) I am almost sure it's not synchronized! Check your server error logs. If it is not that check your WorldServer.ini if everything is correct there
#Check at cacheserver if the port (I think 5400) is the same in your Neuz
#Try change in your loginserver.ini AddCache ( "127.0.0.1" ); to AddCache ( "your 192.168 number" );
#Open the ports in your firewall?
Maiby it helps.
Thx but not help my client no generate error only network log....
Re: My v19 source + download
Quote:
Originally Posted by
Laura1
Hi,
Let me think about a few possible solutions:
#Are you sure Client/server are synchronized? (Same resdata's/models/world maps) I am almost sure it's not synchronized! Check your server error logs. If it is not that check your WorldServer.ini if everything is correct there
#Check at cacheserver if the port (I think 5400) is the same in your Neuz
#Try change in your loginserver.ini AddCache ( "127.0.0.1" ); to AddCache ( "your 192.168 number" );
#Open the ports in your firewall?
Maiby it helps.
There are no problems with the sync part.
If you have read his post you will notice that people outside his network can connect. But inside the network they cant connect.
P.s Did you also tryd to edit the Lock Neuz part?
Re: My v19 source + download
look at my SS all flyff PROS out there I am newbie... All my servers are running fine, but i dont know where to start my client side huhu^^ no launcher, where can i find the launcher to run my client? help please!!
http://i35.servimg.com/u/f35/17/69/35/17/flyff_10.png
Re: My v19 source + download
Quote:
Originally Posted by
Jigzz
look at my SS all flyff PROS out there I am newbie... All my servers are running fine, but i dont know where to start my client side huhu^^ no launcher, where can i find the launcher to run my client? help please!!
http://i35.servimg.com/u/f35/17/69/35/17/flyff_10.png
Here: Open notepad type this command
@echo off
Neuz.exe sunkist
then save just make sure file type is .bat Example: Neuz.bat then save this into your flyff client
Re: My v19 source + download
Quote:
Originally Posted by
xDillema
Here: Open notepad type this command
@echo off
Neuz.exe sunkist
then save just make sure file type is .bat Example: Neuz.bat then save this into your flyff client
thanks sir its woking , but i was able to register in site and i canot login why is it?
http://i35.servimg.com/u/f35/17/69/35/17/ok_fly10.jpg
registered in site
http://i35.servimg.com/u/f35/17/69/35/17/reg10.png
I AM REGISTERED IN SITE, BUT THE PROBLEM IS I CANNOT LOGIN WHAT SHALL I DO???????