Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 11:24

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

Advertisement



Private Server Info and Support Thread

Discussion on Private Server Info and Support Thread within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old 09/10/2017, 22:31   #2956
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,996
Received Thanks: 3,420
Quote:
Originally Posted by manulaiko3.0 View Post
How many of you would be interested in a public API for Private Servers?

With it, it would be possible to:
  • Simplify each private server database to the point where it could be easily removed (so you can center only in the CMS/emulator)
  • Make available 3rd part apps like user statistics, communities, tools...
  • Make possible to play with the same account on all private servers.
  • Simplify the CMS development as things like Login, Register, Shop... will be leveraged to the API
I'd love it!
NoCheatImPGM is offline  
Old 09/10/2017, 23:24   #2957
 
ItsTequila's Avatar
 
elite*gold: 0
Join Date: Jun 2015
Posts: 647
Received Thanks: 954
Quote:
Originally Posted by NoCheatImPGM View Post
I'd love it!
And that's basically gonna be the death of all Private Servers.
ItsTequila is offline  
Old 09/12/2017, 15:34   #2958
 
manulaiko3.0's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 662
Received Thanks: 1,154
Quote:
Originally Posted by NUMANDERBUHMAN View Post
And that's basically gonna be the death of all Private Servers.
I'm pretty sure it won't.

Btw, this is how it will look like:



As it's a GraphQL api you'll be able to get everything you need with a single request, simplifying everything like infinite times more.
manulaiko3.0 is offline  
Thanks
2 Users
Old 09/21/2017, 16:01   #2959
 
steppdroid's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 280
Received Thanks: 42
What is the packet "fc" ???
i get it when send the packet for create a group!
steppdroid is offline  
Old 09/23/2017, 02:49   #2960


 
Requi's Avatar
 
elite*gold: 3800
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,038
Received Thanks: 8,242
Quote:
Originally Posted by steppdroid View Post
What is the packet "fc" ???
i get it when send the packet for create a group!
Open up the main.swf and find out?????
Requi is offline  
Old 09/23/2017, 13:06   #2961
 
~Skyfall~'s Avatar
 
elite*gold: 14
Join Date: Mar 2017
Posts: 72
Received Thanks: 162
~Skyfall~ is offline  
Thanks
2 Users
Old 09/23/2017, 17:09   #2962
 
elite*gold: 0
Join Date: Jul 2015
Posts: 102
Received Thanks: 95
Quote:
Originally Posted by ~Skyfall~ View Post

Why are you promoting leaked/stolen files?
-Real- is offline  
Thanks
1 User
Old 09/25/2017, 03:39   #2963


 
Requi's Avatar
 
elite*gold: 3800
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,038
Received Thanks: 8,242
Quote:
Originally Posted by ~Skyfall~ View Post
Atleast get yourself a proper host and domain mate.
Requi is offline  
Old 09/25/2017, 14:32   #2964
 
UND3RW0RLD's Avatar
 
elite*gold: 1
Join Date: Jun 2011
Posts: 1,464
Received Thanks: 1,065
Mirror'd!
(backlink incl.)
UND3RW0RLD is offline  
Thanks
1 User
Old 09/26/2017, 16:44   #2965
 
~Skyfall~'s Avatar
 
elite*gold: 14
Join Date: Mar 2017
Posts: 72
Received Thanks: 162
Quote:
Originally Posted by UND3RW0RLD View Post
Mirror'd!
(backlink incl.)
Nice one, but dont worry no one can down weebly server
~Skyfall~ is offline  
Thanks
3 Users
Old 09/27/2017, 10:27   #2966
 
UND3RW0RLD's Avatar
 
elite*gold: 1
Join Date: Jun 2011
Posts: 1,464
Received Thanks: 1,065
is possible. i did this for educational reasons, to show someone how easy it is to clone webpages. and i'll contribute dp-source in like a week.
UND3RW0RLD is offline  
Thanks
1 User
Old 09/29/2017, 17:24   #2967
 
elite*gold: 0
Join Date: Nov 2015
Posts: 35
Received Thanks: 2
Does anyone know the private server ?
And who is the developer?

Or it just another fake/stolen server?
SeRaFiN. is offline  
Old 09/30/2017, 10:18   #2968
 
steppdroid's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 280
Received Thanks: 42
Hi guys, why load only the mmo base?! ****!

Code:
string[] basi = new string[] { "redStation|1|0|10200|1400", "blueStation|2|0|18000|11400", "greenStation|3|0|11800|11400" };
            foreach (string element in basi)
            {
                if (MapId == 17)
                {
                    Session.SendData(PacketComposer.Compose("s", "0|1|" + element));
                }
            }
steppdroid is offline  
Old 09/30/2017, 10:34   #2969
 
elite*gold: 0
Join Date: Dec 2014
Posts: 341
Received Thanks: 221
Quote:
Originally Posted by steppdroid View Post
Hi guys, why load only the mmo base?! ****!

Code:
string[] basi = new string[] { "redStation|1|0|10200|1400", "blueStation|2|0|18000|11400", "greenStation|3|0|11800|11400" };
            foreach (string element in basi)
            {
                if (MapId == 17)
                {
                    Session.SendData(PacketComposer.Compose("s", "0|1|" + element));
                }
            }
Why you use foreach and if for send the stations?
LEJYONER(DS) is offline  
Thanks
1 User
Old 09/30/2017, 10:36   #2970
 
steppdroid's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 280
Received Thanks: 42
Quote:
Originally Posted by LEJYONER(DS) View Post
Why you use foreach and if for send the stations?
With this no work... Send only the mmo base..
Code:
       if (Session.CharacterInfo.MapId == 17){
        Session.SendData(PacketComposer.Compose("s", "0|1|redStation|1|0|2000|1200"));
 Session.SendData(PacketComposer.Compose("s", "0|1|blueStation|2|0|19000|1200"));
     Session.SendData(PacketComposer.Compose("s", "0|1|greenStation|3|0|19200|11500"));}
steppdroid is offline  
Reply

Tags
2018, darkorbit, emulator, private, server


Similar Threads Similar Threads
Private private server :P READ FOR MORE INFO
12/01/2010 - SRO Private Server - 12 Replies
hey guys im wondering if there is anyway to make a real private server like ZSZC or SWSRO or MYSRO but to where i can only play and level a character and as if it was a real private server. but just for me, not like an emulator where im already lvl 90 or 120 or whatever. i mean one where i set the rates and i level. if not then ok u can close this. but i was just wondering.



All times are GMT +1. The time now is 11:24.


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.