Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

My v19 source + download

Elite Diviner
Joined
Oct 10, 2008
Messages
461
Reaction score
82
Problem is, im used to windows 7 and when i tried windows 8, i did not like the setup and no start wtf is the start lol anyways i can give it a try but i rather stay with w7u.
Also most of my friends dont like it either but i will give it another try when they perfect it.
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
23
Reaction score
0
A friend can connect the server, but I can not connect to localhost, can someone help me?
Sorry for my english

Um amigo consegue se conectar no server, mas não consigo me conectar localhost, alguem pode me ajudar???
 
Owner
Loyal Member
Joined
May 13, 2011
Messages
1,497
Reaction score
157
Change the ip adress in the neuz to 127.0.0.1 this is only for you. The rest of the players will use the other neuz,
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
23
Reaction score
0
Change the ip adress in the neuz to 127.0.0.1 this is only for you. The rest of the players will use the other neuz,

I changed the ip to other My external, internal and personal use, no more work is on the screen to choose the server and does not log
 
Owner
Loyal Member
Joined
May 13, 2011
Messages
1,497
Reaction score
157
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.
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
23
Reaction score
0
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

firesito said:
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

Sem título - My v19 source + download - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Owner
Loyal Member
Joined
May 13, 2011
Messages
1,497
Reaction score
157
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.
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
23
Reaction score
0
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????
 
Skilled Illusionist
Joined
Dec 22, 2008
Messages
340
Reaction score
6
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?
 
Newbie Spellweaver
Joined
Apr 6, 2013
Messages
68
Reaction score
1
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 ..
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
23
Reaction score
0
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/attachments/f457/133442d1372085425-v19-source-download-sem-t-tulo.jpg

And cliente logs have same problem

0 - CERT_CONNECTED...

Any can Solution this please :(


Sry my bad english
 
Owner
Loyal Member
Joined
May 13, 2011
Messages
1,497
Reaction score
157
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
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
23
Reaction score
0
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
 
Newbie Spellweaver
Joined
Jun 27, 2013
Messages
5
Reaction score
0
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.
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
23
Reaction score
0
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....
 
Owner
Loyal Member
Joined
May 13, 2011
Messages
1,497
Reaction score
157
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?
 
Junior Spellweaver
Joined
Apr 7, 2013
Messages
137
Reaction score
8
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!!

adeilson12 - My v19 source + download - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jan 25, 2013
Messages
19
Reaction score
3
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!!

adeilson12 - My v19 source + download - RaGEZONE Forums

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
 
Junior Spellweaver
Joined
Apr 7, 2013
Messages
137
Reaction score
8
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?

adeilson12 - My v19 source + download - RaGEZONE Forums


registered in site

adeilson12 - My v19 source + download - RaGEZONE Forums


I AM REGISTERED IN SITE, BUT THE PROBLEM IS I CANNOT LOGIN WHAT SHALL I DO???????
 
Back
Top