malu05 Posted April 1, 2012 Posted April 1, 2012 Im trying to get the Move.Me server to work with autoIT.The server does sucesfully recive the commands i send but don't regonize them. So i guess they are formated wrongly.According to the documentation (http://webassetsi.scea.com/pscomauth/gro...ebasset/moveme-network-protoco) page 7It descripes the Table 2 Client Command Header and the Table 3 Client Command Payload.So if i want to initialize a connection with the server i needThe Client Command: 0x0The UDP port that the my client wants the server to send to: 65532Size of the payload: 0x4That would in rough terms be something likeTCPSend(Binary("0x00000000"&"00000004"&"0000FFFC"))But that fails.Anyone got a idea how to format it correctly? [center][u]WoW Machinima Tool[/u] (Tool for Machinima Artists) [/center]
malu05 Posted April 2, 2012 Author Posted April 2, 2012 Tried doing a htonl() on them aswell. But it still fails [center][u]WoW Machinima Tool[/u] (Tool for Machinima Artists) [/center]
malu05 Posted April 2, 2012 Author Posted April 2, 2012 Binary("0x00000000"&"04000000"&"FCFF0000") gave a TCP read error on the server. [center][u]WoW Machinima Tool[/u] (Tool for Machinima Artists) [/center]
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