emileej Posted August 11, 2004 Report Posted August 11, 2004 Hi. Me again.So far I am only trying to connect my socket to the 17th Parallel server, send an encryption request to the server and listen for replies. I get no winsock errors when connecting or sending, but still I recieve no reply from the server. So I thought it might just be some problem with my conn (I know its far fetched since we're talking UDP datagrams here) and therefore would like some of you to run the damm thing and see if you get any response at all... [edit]The packet I'm sending is:0x000x01-(rand() % 0x7FFFFFFF)0x0001[/edit]some_bot.bot
Smong Posted August 12, 2004 Report Posted August 12, 2004 I think it's best you try out your creation on a local test server. Is this some illicit plan to get players banned by dos'ing an ssc zone with a client other than continuum?
emileej Posted August 13, 2004 Author Report Posted August 13, 2004 I think it's best you try out your creation on a local test server. Is this some illicit plan to get players banned by dos'ing an ssc zone with a client other than continuum?Eh... lol! I have never tried to set up a ss server before. I just downloaded the zip from ssdownloads, started the biller and then started the server which connected to the biller. Do I need to configure anything else or is that it? Also - can I connect to it via localhost? (I am behind a firewall so connecting from outside is not an option)
emileej Posted August 14, 2004 Author Report Posted August 14, 2004 Thanks for your help I solved the problem which turned out to be in my socket wrapper.
Recommended Posts