1

Topic: [HELP] Register to masterserver

Hello, guys
I need to register my tw server in master server by C#(language doesn't matter) code
So I created UDP connection (for example using 8303 port)

What packets do I send to succeed in this?

As I understand, I have to choose the lowest loaded master and send heartbeats to it every 60 seconds
The heartbeat packet (to string) is "яяяяяяяяяяbea2 o" + "яяяяяяяяяяfw!!o"
Right?

Or... what should I do?

2

Re: [HELP] Register to masterserver

ReD|FoX43.rus wrote:

Hello, guys
I need to register my tw server in master server by C#(language doesn't matter) code
So I created UDP connection (for example using 8303 port)

What packets do I send to succeed in this?

As I understand, I have to choose the lowest loaded master and send heartbeats to it every 60 seconds
The heartbeat packet (to string) is "яяяяяяяяяяbea2 o" + "яяяяяяяяяяfw!!o"
Right?

Or... what should I do?

I'm not sure what these reverse R are, but the string is "\xff\xff\xff\xff\xff\xff\xff\xff\xff\xffbea2". If you hear a "\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfffw??", you need to respond with "\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfffw!!" to the source of the fw??.

3

Re: [HELP] Register to masterserver

heinrich5991 wrote:

to the source of the fw??.

So if I send bea2 to master1 I can receive fw?? from another master?

4

Re: [HELP] Register to masterserver

Btw, Im sending fw!! as a response to fw??
But master again sends me fw??

What's wrong with my code?