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!

ZoneAgent 562

Junior Spellweaver
Joined
Jul 3, 2011
Messages
198
Reaction score
2
it solved :D but problems of sometime chars not showing bug, when i try 2-3 times it works fine again

can you guide me about faq.ini and maplock?

how to load that files how it usefull

Thankyou!
 
Junior Spellweaver
Joined
Nov 16, 2012
Messages
101
Reaction score
21
this might help you
FAQ :


and for map its bit complicated better go for different logic
 
Junior Spellweaver
Joined
Nov 16, 2012
Messages
101
Reaction score
21
no faq is working just do as directed in that link
 
Junior Spellweaver
Joined
Jul 3, 2011
Messages
198
Reaction score
2
but getting 1 more problem i modified teleport files but is says invalid request ? is ZA restrict to entry on any map i can enter only Wolfrock from teleport help me out

using elements 562 client edited WL.ULL and WU.ULL according to server side also

one more problem see my ZA log

[2015/1/22-15:27:30] OnDataRead : System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
at ZoneAgent.ZoneAgent.OnDataRead(IAsyncResult asyncResult)

Thankyou :D
 
Last edited:
Junior Spellweaver
Joined
Nov 16, 2012
Messages
101
Reaction score
21
but getting 1 more problem i modified teleport files but is says invalid request ? is ZA restrict to entry on any map i can enter only Wolfrock from teleport help me out

using elements 562 client edited WL.ULL and WU.ULL according to server side also

one more problem see my ZA log

[2015/1/22-15:27:30] OnDataRead : System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
at ZoneAgent.ZoneAgent.OnDataRead(IAsyncResult asyncResult)

Thankyou :D


Temporary make this change in locked.map.ini
LIMITINGSTEP=0
 
Junior Spellweaver
Joined
Jul 3, 2011
Messages
198
Reaction score
2
ACTUALLY IT SOLVED BY :

/*if (TargetLine > Config.TELEPORT_LIST.Count)
{
Write(client.TcpClient, Packet.PrivateMessage(client.UniqID, "Invalid Request."));
return;
} */


IS IT GOOD?
 
Last edited:
Junior Spellweaver
Joined
Nov 16, 2012
Messages
101
Reaction score
21
ACTUALLY IT SOLVED BY :

/*if (TargetLine > Config.TELEPORT_LIST.Count)
{
Write(client.TcpClient, Packet.PrivateMessage(client.UniqID, "Invalid Request."));
return;
} */


IS IT GOOD?

Sorry my frnd its contributed by Prologos so only he can help you in that part but simply you can remove map restriction by making LIMITINGSTEP=0 in locked.map.ini file
Sorry i have not understood map restriction code so cant help in that
 
Junior Spellweaver
Joined
Jul 3, 2011
Messages
198
Reaction score
2
it's oky even i already configured it to 0 buy dont know why not working it only works by ignoring restrictions in code :D

1>1 MORE PROBLEM I'M FACING IT WHEN FIRST CHAR LOG AFTER SVR STARTS IT STUCKS @ LOGIN SCREEN AND ACCORDING TO LS LOGS IT DROPS BY ZA BUT DUE TO IT NOT DROPPED BY ACCOUNTSERVER WE CAN SEE BY ANOTHER CHAR LOGIN IN TOWN

ANY SOLUTION ?

2>1 MORE PROBLEM I GOT, WHEN I ASK FOR KH JOIN REQUEST TO KH LEADER IT SAYS TARGET PLAYER IS NOT CAPTAIN

3> WHEN I TRIED TO TRADE COSTUMES DEAL GETTING AUTO CANCELED WHEN I PUTTING COSTUME IN ANY SLOT
 
Last edited:
Junior Spellweaver
Joined
Nov 16, 2012
Messages
101
Reaction score
21
1) seems working good for me no such problem
2) Have checked few times but it worked
3) cant identify that its bug in ZA or 219 server files
 
Junior Spellweaver
Joined
Nov 16, 2012
Messages
101
Reaction score
21
can you share ur files actually wanna se its problem in my file or za?any files works with 562 :D


its shared by cyberinferno and i downloaded my files from here
 
Joined
Jan 14, 2007
Messages
509
Reaction score
85
it's oky even i already configured it to 0 buy dont know why not working it only works by ignoring restrictions in code :D

1>1 MORE PROBLEM I'M FACING IT WHEN FIRST CHAR LOG AFTER SVR STARTS IT STUCKS @ LOGIN SCREEN AND ACCORDING TO LS LOGS IT DROPS BY ZA BUT DUE TO IT NOT DROPPED BY ACCOUNTSERVER WE CAN SEE BY ANOTHER CHAR LOGIN IN TOWN

ANY SOLUTION ?

2>1 MORE PROBLEM I GOT, WHEN I ASK FOR KH JOIN REQUEST TO KH LEADER IT SAYS TARGET PLAYER IS NOT CAPTAIN

3> WHEN I TRIED TO TRADE COSTUMES DEAL GETTING AUTO CANCELED WHEN I PUTTING COSTUME IN ANY SLOT

These hv nothing to with za. ask these questions in different thread
 
Experienced Elementalist
Joined
Aug 15, 2014
Messages
202
Reaction score
1
In my computer, Visual Studio 2010 or higher is not installed. And I donnot have the install file.
Can anyone upload the excute files that have been compliled?
 
Junior Spellweaver
Joined
Nov 16, 2012
Messages
101
Reaction score
21
Exe file is already there in bin/debug folder download zip from github link
 
Experienced Elementalist
Joined
Aug 15, 2014
Messages
202
Reaction score
1
Exe file is already there in bin/debug folder download zip from github link

Thanks very much. I have seen it



"Not a valid Win32 application". How to repair it? I use window2003 32bit
 
Junior Spellweaver
Joined
Nov 16, 2012
Messages
101
Reaction score
21
You need to have .net framework 4 + in order to use this
upgrade your windows to 2008 + with latest .net framework
 
Experienced Elementalist
Joined
Aug 15, 2014
Messages
202
Reaction score
1
You need to have .net framework 4 + in order to use this
upgrade your windows to 2008 + with latest .net framework

Yes, I have installed NET4.0, but still "Not a valid Win32 application".
Maybe I have to upgrade the operation system to windows2008.
Thank you very much!
 
Back
Top