Azure Do Server

07/17/2014 19:52 Xdr1#511
Quote:
Originally Posted by cryz35 View Post
var bytesToSend = Encoding.UTF8.GetBytes("0|1|" + user.Id + "|" + user.GetMapCoordX() + "|" + user.GetMapCoordY() + "|500" + (char)0x00);

This is wrong, you should calculate fly time and send instead of 500 otherwise ship will fly too fast for long distances and even though ship speeds are different, all ships will fly same speed
Fixed
Code:
                    var bytesToSend = Encoding.UTF8.GetBytes("0|1|" + user.Id + "|" + user.GetMapCoordX() + "|" + user.GetMapCoordY() + "|" + user.Speed + (char)0x00);
07/17/2014 20:07 xEviLDeaDx#512
Xdr, I got it all working. (:
Thanks for your help.

That new update, the code fix, where does it go, or will the emulator update automatically?!
07/17/2014 20:18 cryz35#513
Quote:
Originally Posted by Xdr1 View Post
Fixed
Code:
                    var bytesToSend = Encoding.UTF8.GetBytes("0|1|" + user.Id + "|" + user.GetMapCoordX() + "|" + user.GetMapCoordY() + "|" + user.Speed + (char)0x00);
It is still wrong, you must write Time not Speed.
Solve this for time;
Distance = speed * time

Quote:
Originally Posted by xEviLDeaDx View Post
Xdr, I got it all working. (:
Thanks for your help.

That new update, the code fix, where does it go, or will the emulator update automatically?!
Asus why you are using 2 accounts?
07/17/2014 20:41 Xdr1#514
Quote:
Originally Posted by cryz35 View Post
It is still wrong, you must write Time not Speed.
Solve this for time;
Distance = speed * time
I had a bad idea of how that packet works.
07/18/2014 00:02 monte321#515
how can compile it on linux?
07/18/2014 00:04 cryz35#516
Quote:
Originally Posted by monte321 View Post
how can compile it on linux?
Try Mono, might work, little chance.( I haven't tested but someone said it works)
07/18/2014 00:18 monte321#517
Already tryied, didn't worked
07/18/2014 00:50 Darkorbit GamerZ#518
Not working when I oppen it I get an error I have Windows 8
07/18/2014 01:44 Discuz#519
only three maps? 1-1 1-2 1-3
07/18/2014 15:53 Xdr1#520
Quote:
Originally Posted by monte321 View Post
Already tryied, didn't worked
Quote:
Originally Posted by Darkorbit GamerZ View Post
Not working when I oppen it I get an error I have Windows 8
Give me more details please... (images)
Quote:
Originally Posted by Discuz View Post
only three maps? 1-1 1-2 1-3
Threre are more important things to add.
______
Download v0.6.2 Emulator only:
Code:
https://mega.co.nz/#!sBRTGJ6J!-sw1FvVa_ixi9vk27U-S9UiiG2aDbc5bQbtEO15PZcQ
VT [Only registered and activated users can see links. Click Here To Register...]

Changes:
07/18/2014 18:21 Nommo#521
idk but I can't get connection between client & server.
Downloaded full package ver. 0.6.1 and updated emu to 0.6.2...

Any ideas? (no errors, just 0 connection between server/client).

Regards,
Nommo.
07/30/2014 16:32 Piotreks34#522
Quote:
Originally Posted by Nommo View Post
idk but I can't get connection between client & server.
Downloaded full package ver. 0.6.1 and updated emu to 0.6.2...

Any ideas? (no errors, just 0 connection between server/client).

Regards,
Nommo.
Zwiekszyles userid do 1000+ ?
07/30/2014 18:44 SYSTEMEWAR#523
Quote:
Originally Posted by Nommo View Post
idk but I can't get connection between client & server.
Downloaded full package ver. 0.6.1 and updated emu to 0.6.2...

Any ideas? (no errors, just 0 connection between server/client).

Regards,
Nommo.
Hi,

I know your problem i have fix the same.
you need to go in spacemap/xml/map.php

and change ip : darkorbit.localhost by 127.0.0.1

Best Regards.
07/30/2014 20:08 Nommo#524
Okey, gonna try.

Odnośnie ID to pisali wcześniej, żeby readme czytać to czytam :P
07/30/2014 22:19 Piotreks34#525
Quote:
Originally Posted by Nommo View Post
Okey, gonna try.

Odnośnie ID to pisali wcześniej, żeby readme czytać to czytam :P
Problem w tym że np. ja jak zwiększe userId do 1002 to później nie moge sie zalogowac ani przez SID ani przez login ;/