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!

Recent content by mihir

  1. M

    My A3 Zone data tools

    Check this out You must be registered for see element.
  2. M

    Packet Sniffing Help

    I have gone to the lowest level I can to explain. More probably you need to watch videos about using Wireshark and capturing packets on loopback address. If your server is running at some other place then the traffic would come under respective interface. Hope you are selecting right interface.
  3. M

    Zone Agent v562

    As far as I know, there is no limit set in the code that only allows 20 players. Check your code and may be debug where its failing to accept 21st client.
  4. M

    Packet Sniffing Help

    Start Wireshark and start the server and do the following Listen on loopback network interface You must be registered for see element. Filter ports that you want You must be registered for see element. You should get the packets. If you don't get packets probably you should try...
  5. M

    Zone Agent v562

    You can check the logs that made ZA crash, The logs you mentioned doesn't seem to be crashing ZA. Try debugging ZA and check where its break and fix it on code.
  6. M

    Packet Sniffing Help

    I guess no one will send you the packets You can do it using Wireshark by monitoring traffic on loopback address. Note: If you monitor your wifi or your ethernet port, you will not get the packets that are locally transmitted. aka the packets having destination/source as 127.0.0.1
  7. M

    Unedited A3Elements files + DB

    Don't ask irrelevant questions in the thread. This thread is related to files shared. Search the forum there are guides related to creating and using GM user
  8. M

    Zone Agent v562

    No need to worry about these errors :P:
  9. M

    Unedited A3Elements files + DB

    May be the files are corrupted. Try replacing it from other server files released here
  10. M

    Unedited A3Elements files + DB

    Replied to your post You must be registered for see element.
  11. M

    Packet Sniffing Help

    Wireshark is your good friend here :)
  12. M

    Unedited A3Elements files + DB

    Both of the issue doesn't seem to be from ZoneAgent until that specific packet is tampered in ZoneAgent. For storage issue, check the server files in zonedata For drops check the guides for monster drop.
  13. M

    Unedited A3Elements files + DB

    Check Login Agent for low version and high version, you need to set it as per your client. Or alternatively, you can change client version in A3Client.exe. Probably you will need to find the offset.
  14. M

    Need some guide related to port change in client or any other exe

    First thing, client does not contain zoneagent port. Client only contains server IP and login agent port. Second, if you want to debug using ollydbg or some other debuggers, you can go through different reverse engineering topics, just google it. Normally the process involves finding offset...
  15. M

    Unedited A3Elements files + DB

    VB is not required, however you might need some .OCX files which are not bundled with windows. Start the .exe and you will get prompt of missing files. You can place it along with .exe in same folder.
Back
Top