Making Char in 562 server Different Approach
Hello
I have thought of making char in 219 server and then loggin in the 562 server. I have made 2 zoneagent and 2 loginagent for same server files just the Id are diffirent and If players logs from 219 client can see the player logged from 562 client and 562 Player can see the 219 client side Both client(219 and 562) logged players can do everything,not much tested.:thumbup1::thumbup1:
Still figuring out the Account server Regarding the Creation of new char from 562client itself.:mad:
P.S I am hosting this 562 server temporary on the VPN client Interested members can pm me for details and patch
Re: Making Char in 562 server Different Approach
Re: Making Char in 562 server Different Approach
Quote:
Originally Posted by
lovbudy
i was just excited to login in the 562 server so i made this way till i figure out the account server thing!!!
Sent from my GT-S5670 using Tapatalk
What actually happens when u create new char using 562 client?
Re: Making Char in 562 server Different Approach
As soon as i enter New char Name After i press enter The new char dosent gets created neither Anything happens I need to exit whole client
Re: Making Char in 562 server Different Approach
Re: Making Char in 562 server Different Approach
I was even not able to go to the character creation screen... as i click New Char it stucks
Re: Making Char in 562 server Different Approach
hehe same prob with me, few days ago there were 5 warrior's
Re: Making Char in 562 server Different Approach
I have explained this already.
AccountServer creates different account (acl) files than the ones expected by the korean client.
What can you do?
Use this : http://forum.ragezone.com/f487/acl-decrypt-dll-786892/
Edit the acl file before sending/receiving from A3Client
Re: Making Char in 562 server Different Approach
Re: Making Char in 562 server Different Approach
You can study the acl file structure and experiment with allowing players to create/delete chars from your website.
No mess with dll, encryptions or anything :)
Re: Making Char in 562 server Different Approach
This is what i was trying to do. But i am not able to understand each and every bytes of the acl file.
Posted via Mobile Device
Re: Making Char in 562 server Different Approach
In my testing the while the i create the char the AS closes or stuck.
but differently get closed
Re: Making Char in 562 server Different Approach
Quote:
Originally Posted by
protisback
This is what i was trying to do. But i am not able to understand each and every bytes of the acl file.
Posted via Mobile Device
You don't really have to.
1) Start with empty acl file
2) create 1 char
3) keep backup of acl
4) Go back to step 2 until 5 chars created
Now you know what is added in acl and exactly where when a char is created, just replicate it using php or any other lang of choice.