Abandoned Hay i need Helpi help whit Patcher

Status
Not open for further replies.

mika45

New member
Registered
Joined
Sep 19, 2024
Messages
14
Reaction score
0
Points
1
Hello, I updated my old trade and now I only have the problem. Can someone tell me what I have to do? To fix this, if you need more information let OwO know
1729430940229.png
 
Last edited:
Change in MsgHdr.h this :
#define PN_LOGINSRVR 28000
&
#define PN_CERTIFIER 23000
to that 23001 or same you choice and will working normally I think.

Open port on firewall if you use it
 
Change in MsgHdr.h this :
#define PN_LOGINSRVR 28000
&
#define PN_CERTIFIER 23000
to that 23001 or same you choice and will working normally I think.

Open port on firewall if you use it
na itz not workin :(
 
nop itz my own pc no vps, sry bad english im german^^
And why you wan't to use an I¨? why not on local ? I don't understand, you don't say anithing in your video and your post thanks for give more info and what source do you use

 
  • Like
Reactions: Fliperworld
For this type of problem, I recommend doing these procedures:


Step 1:
I'm not sure, but in some cases it is necessary to check the client's "neuz.ini" file and try to set the 'ip' if it is not set correctly, or vice versa, leave it empty if it is already set.


Step 2:
Start all servers executables (7 in total)
Go to https://canyouseeme.org/
on "Port to Check" type one of your ports and check (test all user defined ports, but you reallly just need focus on 2 ports ... PN_LOGINSRVR and PN_CERTIFIER)

If any port is not detected(mainly the 2 mentioned above) , double check your firewall , and configured ports/ips
For a quick test, you could disable your firewall(s) and try again. This way you can be sure if it is some firewall software blocking it or some IP/port configuration error.
Remember to re-enable your firewalls!


Step3:
I generally recommend avoiding using the loopback interface (ip 127.0.0.1) together with other IPs (whether local or external network), especially for those who are not used to it, and are not sure if the server source code (regardless of whether it is Flyff or any other) created a listener using INADDR_ANY or not.

So...
I initially advise changing ALL "127.0.0.1" to the IP you will use, preferably your public IP.
Repeat step 2 until all servers are identified (remembering that we usually only need to focus on 2 main ones).

Step 4:
Once you are sure that all IPs/ports are public and functional...
It's time to try to connect the client.
You can try checking step 1 again if the client does not connect.
If from that moment on everything connected normally, I used to do the reverse procedure, which is to re-enable the firewall, test, change the IP of one of the servers back to "127.0.0.1", and test... whenever it stops working, we know that we have to use an external IP and/or modify the firewall.
 
Make sure all ports for cache, 23000, 28000 allow tcp in firewall. If u have a router u will need to do the same.

Change the ip in the lodeconfig, compile.

Also the cache port must match from the neuz to your cacheserver.ini

In account server change the top 2 127.0.0.1 to your ip from ipchicken.com and do the same in loginserver.ini

Open game and profit.
 
A small question again, is this correct? Does the port have to be entered here by the Cachini? Where does the port have to go if that is correct, it may well be that it was just my mistake.

1728029149444.png
 
You don't need to change anythings in that let it clean
OK thanks, yes, then I have no idea what the problem is, so I tried everything that was suggested to me, there are only 2 options: either I'm extremely stupid or it's something else. Well, I just have to go through everything again step by step and it'll be fine. If anyone is bored, I would be happy if someone could just take a look at it via Discord stream, maybe it can be set up <3 and yes, I know that's what other people do I'm sure I'll ask for money, but I'm currently giga broke xD.

Discordname: miatoki
 
OK thanks, yes, then I have no idea what the problem is, so I tried everything that was suggested to me, there are only 2 options: either I'm extremely stupid or it's something else. Well, I just have to go through everything again step by step and it'll be fine. If anyone is bored, I would be happy if someone could just take a look at it via Discord stream, maybe it can be set up <3 and yes, I know that's what other people do I'm sure I'll ask for money, but I'm currently giga broke xD.

Discordname: miatoki
In "Allowed.ini" try to place your public IP in try to recheck 5400, port
 
In "Allowed.ini" try to place your public IP in try to recheck 5400, port
no sry, nothing works here, I've probably done something wrong, I'll just put everything back to the beginning and now I'll take care of other things related to the server, I'll have to do it again later :9 But thanks for your help, it's always cool here in the forum, such super nice people who offer help <3 love goes out to you.
 
Hope that's ok, I didn't want to start anything new, I just updated the post a little
 
Hello, I updated my old trade and now I only have the problem. Can someone tell me what I have to do? To fix this, if you need more information let OwO know
View attachment 717
Well...it may be a matter of taste, but I think it is recommended to configure Windows to display known file extensions...

From what I understand in your image, your 'list' file (which I suppose has the extension '.gz') has the wrong name. It should be 'list.txt.gz' (this '.gz' party is only visible AFTER you enale it on your windows explorer)

Another thing is the paths...

PATH_SERVER_URL should be something like this:

Hey There!
Please login and(or) register to see this awesome content today.

without the "/RESCLIENT/"

The SERVER_ROOT is also a bit wrong...it should just be "/RESCLIENT"

Why?

The patcher adds: PATH_SERVER_URL + SERVER_ROOT + /list.txt.gz

The result must be the full path to the file...without double slashes after the "htpp(s)://"....one slash per subdirectory....
 
Status
Not open for further replies.