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!

Returns client with LA ZA

Initiate Mage
Joined
Jun 6, 2023
Messages
4
Reaction score
4
Hi guys,

I made simple LA ZA work with 578 client. Source code can be found in GitHub, developed in C++
la - Returns client with LA ZA - RaGEZONE Forums


za - Returns client with LA ZA - RaGEZONE Forums


Please checkout dev branch and build them yourself.

Reference code from prologos 562 ZA

Notes, this is very simple , you can only
1. enter the world , no account/pwd needed
2. New a monster by command, please check the code
3. Moving
4. No database
5. Attack the monster and show HP percentage bar.

The client used to connect this LA&ZA can be found here:

Have fun
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Oct 31, 2023
Messages
5
Reaction score
0
Hi guys,

I made simple LA ZA work with 578 client. Source code can be found in GitHub, developed in C++
View attachment 240511

View attachment 240512

Please checkout dev branch and build them yourself.

Reference code from prologos 562 ZA

Notes, this is very simple , you can only
1. enter the world , no account/pwd needed
2. New a monster by command, please check the code
3. Moving
4. No database
5. Attack the monster and show HP percentage bar.

The client used to connect this LA&ZA can be found here:

Have fun


How can I change ip to clientreturn and how do I search for zoneagent with the complete code?
 
Initiate Mage
Joined
Jun 6, 2023
Messages
4
Reaction score
4
How can I change ip to clientreturn and how do I search for zoneagent with the complete code?
I don't have complete code. just have fun to recall some memory of this game. regarding to the ip & port change please check the offset as blow.
0x840c88 ip1
0x840c98 ip2
0x840cac ip3
0x46f27 port
 
Newbie Spellweaver
Joined
Oct 31, 2023
Messages
5
Reaction score
0
I don't have complete code. just have fun to recall some memory of this game. regarding to the ip & port change please check the offset as blow.
0x840c88 ip1
0x840c98 ip2
0x840cac ip3
0x46f27 port
When I try to find the port address that you gave me (0x46f27 port), I cannot find it.
 
Back
Top