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!

Flyff v14 Private server able to run on Hamachi?

Newbie Spellweaver
Joined
Nov 19, 2009
Messages
46
Reaction score
0
Hi, well i was wondering if there is any chance to make flyff v14 p.server run on hamachi? :S I'm just wondering since im not able to portforward.
 
Newbie Spellweaver
Joined
Aug 1, 2009
Messages
65
Reaction score
8
yes you can run a server hamachi it is pretty simple

just change the ips in your accountserver.ini and loginserver.ini

the ips in the account server that need to change are:
AddTail( -1, 1, "test", "change this to your hamachi ip", 0, 1, 0 );
AddTail( 1, 1, "test1-1", "change this to your hamachi ip", 0, 1, 600 );

and the ip that needs changing in the loginserver.ini is
AddCache( "add hamachi ip here" );
 
Banned
Banned
Joined
Oct 14, 2008
Messages
246
Reaction score
123
yes you can run a server hamachi it is pretty simple

just change the ips in your accountserver.ini and loginserver.ini

the ips in the account server that need to change are:
AddTail( -1, 1, "test", "change this to your hamachi ip", 0, 1, 0 );
AddTail( 1, 1, "test1-1", "change this to your hamachi ip", 0, 1, 600 );

and the ip that needs changing in the loginserver.ini is
AddCache( "add hamachi ip here" );

Hamachi is just another way to forward ports without needing access to your router, the bad downside is that you both people have to use hamachi (we know how lazy players are.)
 
Newbie Spellweaver
Joined
Nov 19, 2009
Messages
46
Reaction score
0
yes you can run a server hamachi it is pretty simple

just change the ips in your accountserver.ini and loginserver.ini

the ips in the account server that need to change are:
AddTail( -1, 1, "test", "change this to your hamachi ip", 0, 1, 0 );
AddTail( 1, 1, "test1-1", "change this to your hamachi ip", 0, 1, 600 );

and the ip that needs changing in the loginserver.ini is
AddCache( "add hamachi ip here" );

I tried that:( It didnt work, im gonna try it again.

EDIT: Lol :p Worked now i wrote 1 number wrong in the ip xD
 
Last edited:
Back
Top