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!

About Login Agent Error!

Status
Not open for further replies.
Initiate Mage
Joined
Jul 22, 2013
Messages
3
Reaction score
0
Good night, I did a search in the entire forum, but I could not find the solution for my problem...


I have built an A3 server part V based in the following guide:







All steps in the guide above were done correctly, the server was able to start normally to play locally. However, in order to put it online for other players, was needed to change the standard ip 127.0.0.1 to my ip 177.130.***.**. Now when I try to run the server I got the following error in the Login Agent:
Andrei Victoria - About Login Agent Error! - RaGEZONE Forums



Could please anyone help me?




1.d: \ A3server \ Loginagent \ LoginAgent.ini




1
, ///////////////////////////////////////////////// /////////////////////////////////////////
// GameServer and º¯¼ö ° æ ¼³Á¤ ÆÄÀÏ
, ///////////////////////////////////////////////// /////////////////////////////////////////




[VersionInfo]




HighVersion = 300; // CurrVersion <= HighVersion
LowVersion = 136; // CurrVersion> LowVersion








[LoginAgent]; // tcp




IPADDR = 177.130.***.**
PORT = 3550




--------------------- \\ --------------------------- ------
2nd 2.d: \ a3server \ LoginServer \ Loginserver.ini




[STARTUP]
APPNAME = LoginServer
ZONEAGENTLISTENPORT = 3200
LOGINAGENTLISTENPORT = 3210
StartID = 3




[LOGINASD]
COUNT = 1
IP0 = 177.130.***.**
PORT0 = 7770




-------------------------- // ----------------------
3.d: \ a3server \ Zoneagent \ ZoneAgent.ini




[STARTUP]
APPNAME = ZONEAGENT
SERVERID = 0
AGENTID = 0
#zone AGENT ³o¸Ì «ü ¥» ÷ ¾ ªº IP
IP = 177.130.***.**
PORT = 3300
 
Last edited:
Status
Not open for further replies.
Back
Top