Proxy Library

08/02/2012 20:23 _DreadNought_#16
You're not getting the source code otherwise it would be in the initial thread.

This looks kinda cool though, but not generic regarding patch.

Also instead of having a string define "toServer", "toClient";

Wouldn't it be quicker to use a bool because iirc strings are slower to process than a bool.
08/02/2012 21:04 xmen01235#17
Quote:
Originally Posted by _DreadNought_ View Post
You're not getting the source code otherwise it would be in the initial thread.

This looks kinda cool though, but not generic regarding patch.

Also instead of having a string define "toServer", "toClient";

Wouldn't it be quicker to use a bool because iirc strings are slower to process than a bool.
Thanks for the advice bro and going to make a major revision on weekend which will also include that as per your recommendation. I am kinda busy this time...
08/02/2012 21:59 ConquerServer#18
The problem in the login process to resolve this problem, change com

PHP Code:
return ((mpacket.ReadUshort(2) == 0x43e) & (mpacket.ReadUshort(0) == 0x114)); 
To

PHP Code:
return ((mpacket.ReadUshort(2) == 1124) & (mpacket.ReadUshort(0) == 240)); 
:cool:
08/03/2012 08:38 I don't have a username#19
Quote:
Originally Posted by ConquerServer View Post
The problem in the login process to resolve this problem, change com

PHP Code:
return ((mpacket.ReadUshort(2) == 0x43e) & (mpacket.ReadUshort(0) == 0x114)); 
To

PHP Code:
return ((mpacket.ReadUshort(2) == 1124) & (mpacket.ReadUshort(0) == 240)); 
:cool:
It's just that the packet have changed. Not an actual problem.
08/03/2012 09:17 ConquerServer#20
De part of the solution to the problem but the main problem in the encryption key gym
08/03/2012 11:27 I don't have a username#21
Quote:
Originally Posted by ConquerServer View Post
De part of the solution to the problem but the main problem in the encryption key gym
I'm not sure if I should facepalm or smack my head in the desk.
08/08/2012 14:54 donn#22
Quote:
Originally Posted by I don't have a username View Post
I'm not sure if I should facepalm or smack my head in the desk.
Try both, see which one helped the most, so I will do it too after that :D
08/08/2012 20:43 I don't have a username#23
I think I'll cut my dick off and suicide.