mcbigmac Posted October 10, 2013 Posted October 10, 2013 (edited) Look at any basic .NET socket tutorial open a socket, send the info in the specific order as listed in the documents i pastebinned. Alternatively look here: http://code.msdn.microsoft.com/windowsdesktop/Communication-through-91a2582b/ Open a socket, send stuff and use the bitconverter class to convert ala pack from PHP. Edited October 10, 2013 by mcbigmac
xeL Posted October 10, 2013 Author Posted October 10, 2013 Look at any basic .NET socket tutorial open a socket, send the info in the specific order as listed in the documents i pastebinned. Alternatively look here: http://code.msdn.microsoft.com/windowsdesktop/Communication-through-91a2582b/ Open a socket, send stuff and use the bitconverter class to convert ala pack from PHP. I know how to make socket send :) , that is no issue but packet's convertion are issue.
mcbigmac Posted October 10, 2013 Posted October 10, 2013 BitConverter.GetBytes((Int32)i); use on an array and reverse for each object.
xeL Posted October 10, 2013 Author Posted October 10, 2013 BitConverter.GetBytes((Int32)i); use on an array and reverse for each object. Ok, thank you. I will try my best.
mcbigmac Posted October 11, 2013 Posted October 11, 2013 Ok, thank you. I will try my best. if you don't ask for specific help - irregardless of what it is - you'll never get it ;)
xeL Posted October 11, 2013 Author Posted October 11, 2013 if you don't ask for specific help - irregardless of what it is - you'll never get it ;) I asked for help :)
xeL Posted October 11, 2013 Author Posted October 11, 2013 (edited) Download is not more available ? It is , I posted a alternative link till a moderator confirms my application. http://www.4shared.com/zip/vaHOvFe6/L2OFFGMPanel_v231.html Edited October 11, 2013 by xeL
Nightw0lf Posted October 12, 2013 Posted October 12, 2013 thank you its very rare for somebody to share something that need skills that many dont have.
xeL Posted October 12, 2013 Author Posted October 12, 2013 thank you its very rare for somebody to share something that need skills that many dont have. Well thank you. But are some similar apps like this as I sow, but dunno if that advanced. THX
xeL Posted October 14, 2013 Author Posted October 14, 2013 Well after brain burning out with CacheD options for my application I finaly did it with some help. Now problem is i can't open server localy with game too cose I don't have good machine anymore . So if some one can help me to test it pm plz. I made first for send announce to server. Thank you in advance. Best Regards
xeL Posted October 14, 2013 Author Posted October 14, 2013 (edited) Well thx to PARADISE the tests went very well. So in some day I will come with new version that includes CacheD options. A big thx for help at code goes to Vanganth, and mcbigmac for http://pastebin.com/JASwd6BQ (helped alot in selecting the packets). Edited October 14, 2013 by xeL
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now