Register for your free account! | Forgot your password?

You last visited: Today at 10:57

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Azure Do Server

Discussion on Azure Do Server within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old 07/17/2014, 19:52   #511
 
elite*gold: 0
Join Date: Apr 2012
Posts: 37
Received Thanks: 177
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);
Xdr1 is offline  
Old 07/17/2014, 20:07   #512
 
elite*gold: 0
Join Date: Aug 2013
Posts: 29
Received Thanks: 10
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?!
xEviLDeaDx is offline  
Old 07/17/2014, 20:18   #513
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,716
Received Thanks: 2,380
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?
cryz35 is offline  
Old 07/17/2014, 20:41   #514
 
elite*gold: 0
Join Date: Apr 2012
Posts: 37
Received Thanks: 177
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.
Xdr1 is offline  
Old 07/18/2014, 00:02   #515
 
elite*gold: 0
Join Date: Sep 2013
Posts: 8
Received Thanks: 0
how can compile it on linux?
monte321 is offline  
Old 07/18/2014, 00:04   #516
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,716
Received Thanks: 2,380
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)
cryz35 is offline  
Old 07/18/2014, 00:18   #517
 
elite*gold: 0
Join Date: Sep 2013
Posts: 8
Received Thanks: 0
Already tryied, didn't worked
monte321 is offline  
Old 07/18/2014, 00:50   #518
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 39
Not working when I oppen it I get an error I have Windows 8
Darkorbit GamerZ is offline  
Old 07/18/2014, 01:44   #519
 
Discuz's Avatar
 
elite*gold: 0
Join Date: Jul 2014
Posts: 4
Received Thanks: 1
only three maps? 1-1 1-2 1-3
Discuz is offline  
Old 07/18/2014, 15:53   #520
 
elite*gold: 0
Join Date: Apr 2012
Posts: 37
Received Thanks: 177
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

Changes:
Xdr1 is offline  
Thanks
1 User
Old 07/18/2014, 18:21   #521
 
elite*gold: 7
Join Date: Dec 2008
Posts: 727
Received Thanks: 119
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.
Nommo is offline  
Old 07/30/2014, 16:32   #522
 
Piotreks34's Avatar
 
elite*gold: 58
Join Date: Jun 2011
Posts: 103
Received Thanks: 12
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+ ?
Piotreks34 is offline  
Old 07/30/2014, 18:44   #523
 
elite*gold: 0
Join Date: Oct 2013
Posts: 177
Received Thanks: 112
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.
SYSTEMEWAR is offline  
Old 07/30/2014, 20:08   #524
 
elite*gold: 7
Join Date: Dec 2008
Posts: 727
Received Thanks: 119
Okey, gonna try.

Odnośnie ID to pisali wcześniej, żeby readme czytać to czytam :P
Nommo is offline  
Old 07/30/2014, 22:19   #525
 
Piotreks34's Avatar
 
elite*gold: 58
Join Date: Jun 2011
Posts: 103
Received Thanks: 12
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 ;/
Piotreks34 is offline  
Reply


Similar Threads Similar Threads
[WTS] 16x Summoner 13x Azure 15x Azure 15x Aloken
04/19/2012 - Dekaron Trading - 13 Replies
Selling 164 Summoner, 3 Inventorys, Pet, 2 Costumes, Clean name, Naked, Non-hacked. All infos - 50€ negotiable (pm me for infos) Selling 152 Azure, 1 Costume, naked, All infos - 20€ (pm me for infos) - SOLD Selling 155 Aloken, 2 Costumes, 4 Inventorys, Naked, All infos - 35€ (pm me for infos) - THIS ACCOUNT GOT BAGI LEVEL 101 with 14 DAYS LEFT OF 100% AMMY, AND FULL L3 GEAR +0 Selling 131 Azure, 1 Costume, Naked, 15€, All infos - (pm me for infos) Taking only Paypal payments! PM ...
WTS FULL HELION AZURE SET +7 102-117 + azure lvl 121
09/01/2011 - Dekaron Trading - 2 Replies
Today's items are: magic asca helmet +7 4 x +62 DN asca armor +7 4 x +62 magic asca pants +7 magic x 2 asca boots +7 DN 115 axes +7 (3 x 5% ice,3 x 5% light) Magic sword lvl 115 +7 Magic shield lvl 117 +7 I am only looking for helion dil.
WTS 146 Azure Knight Siz Server
12/25/2010 - Dekaron Trading - 3 Replies
-146 -1 extra backpack -formal costume -full 0 ozer set -crit ring -comes with registered email and secret answer looking for a 130+9 DN tb for the account we will use middle man for the trade
new server called Azure
06/22/2009 - Dekaron Private Server - 5 Replies
hi everyone we made a new server come to the server and help us test the server its at here and you can register there too so come and play with us WE have the new class in the server download the client and register rates 500X, we are going to change the ip soon, idont much about the server i am helping out the server go check out the server and you will see .



All times are GMT +2. The time now is 11:00.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.