• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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