Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

[HELP][Notify] Close all UDP Socket for NPCServer!!

Newbie Spellweaver
Joined
Oct 25, 2011
Messages
83
Reaction score
3
Recently, my server is often the monster is gone, check the log files, found one thing in common, is the possibility of this information, how the defense, and how to resolve? After restarting the server as usual. Feeling is a malicious attack.

I set up the server is a completely free server, I hope to get everyone's help, thank you.
 
No is not malicious attack what the fuck are u talking about guys? Everytime when some1 got some problems with a part of the bins, you are saying some1 is attacking.

The UDP problem is when NPCServer keep restarting or is not even loading.
UDP PROBLEM means:
One of the port maps is used by a program or a website that u entered and his cookies its still using that port.

What you can do it's very simple. Look in to FieldServer log or NPCServer (in one of this 2 is what im about to write) and you will see where it stoped the NPCServer. I mean at the UDP Thing. You will see there a lot of ports that the maps are using. Just look for the one that it stoped.

After that, go to map.cfg amap.cfg and find that port in there. And change it

3301 1 TRUE $FIELD_SERVER_IP $FIELD_SERVER_PORT 6062 $NPC_SERVER_IP $NPC_SERVER_PORT 6063 256 256 TRUE

Lets say in logs it stoped at port 6062 or 6063 ok? this means u have to change the port. Make them consecutive and check that the new ports that you are about to put are not used by other maps. For example : 9998 and 9999 so it will look like this after changing.


3301 1 TRUE $FIELD_SERVER_IP $FIELD_SERVER_PORT 9998 $NPC_SERVER_IP $NPC_SERVER_PORT 9999 256 256 TRUE


If this doesn't work Contact me on yahoo or mail me to foxxzy@war0nline.net.
 
Upvote 0
Why every time I changed the port to normal after all, not without modifying it will continue to refresh the monster?
 
Upvote 0
Back