Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 02:03

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

Advertisement



Emulator for latest client [9.0]

Discussion on Emulator for latest client [9.0] within the DarkOrbit forum part of the Browsergames category.

Closed Thread
 
Old 05/27/2015, 13:07   #46
 
elite*gold: 26
Join Date: Jun 2008
Posts: 168
Received Thanks: 22
Quote:
Originally Posted by Turkic View Post
uploading??
Quote:
Originally Posted by halenko View Post
Upload here it all ?

... he won't upload the database ! Read the Code and create your own....
Toxicsnacht is offline  
Old 05/27/2015, 13:39   #47
 
elite*gold: 6
Join Date: Mar 2015
Posts: 380
Received Thanks: 143
Quote:
Originally Posted by Toxicsnacht View Post
... he won't upload the database ! Read the Code and create your own....
Finally, one guy got it!
ShiVan. is offline  
Old 05/27/2015, 14:26   #48
 
S7K Yuuki's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 246
Received Thanks: 397
Toxicsnacht has future here xD
S7K Yuuki is offline  
Thanks
5 Users
Old 06/02/2015, 01:19   #49
 
elite*gold: 0
Join Date: May 2015
Posts: 11
Received Thanks: 5
Closed?
FroverLife is offline  
Old 06/02/2015, 13:14   #50
 
darkorbitplayer1118's Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 350
Received Thanks: 247
Oh dear, My condolences to you guys, That's just awful. I wish you luck on your endeavors and hope you can create a game that everyone likes!

Regards,

Doplayer1118
darkorbitplayer1118 is offline  
Thanks
1 User
Old 06/03/2015, 00:17   #51
 
BlackieNL's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 454
Received Thanks: 114
what is lockdowns motif to hack vps and to steal the emulator? maybe i missed something
BlackieNL is offline  
Old 06/03/2015, 23:48   #52
 
elite*gold: 0
Join Date: May 2015
Posts: 11
Received Thanks: 5
Uploading....
FroverLife is offline  
Old 06/15/2015, 20:38   #53
 
elite*gold: 0
Join Date: Jun 2012
Posts: 53
Received Thanks: 5
Hello Epvp user ,

I have a question

How would the Jason string look for ClanBattlestaion ?

I have no idea how that must look like ( attribute , value )

I would appreciate help in the point Thanks in advance

Code:
String[] cbss = new String[]{};
                try {
                    cbss = cbsIDsString.split(",");
                } catch (NullPointerException e) {
                    //no battleStations on this map}
                }
                short[] cbsIDs = new short[cbss.length];
                for (short i = 0; i < cbss.length; i++) {
                    cbsIDs[i] = Short.valueOf(cbss[i]);
                }

Code:
Exception in thread "main" java.lang.NumberFormatException: For input string: "["mapId":0"
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Integer.parseInt(Integer.java:580)
	at java.lang.Short.parseShort(Short.java:118)
	at java.lang.Short.valueOf(Short.java:174)
	at java.lang.Short.valueOf(Short.java:200)
	at mysql.QueryManager.loadMaps(QueryManager.java:56)
	at main.ServerManager.loadDataFromDB(ServerManager.java:94)
	at main.ServerManager.begin(ServerManager.java:63)
	at main.Launcher.main(Launcher.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
HammerTyrs22 is offline  
Old 06/16/2015, 11:00   #54
 
AngsthaseDO's Avatar
 
elite*gold: 65
Join Date: Jun 2015
Posts: 557
Received Thanks: 132
Quote:
Originally Posted by HammerTyrs22 View Post
Hello Epvp user ,

I have a question

How would the Jason string look for ClanBattlestaion ?

I have no idea how that must look like ( attribute , value )

I would appreciate help in the point Thanks in advance

Code:
String[] cbss = new String[]{};
                try {
                    cbss = cbsIDsString.split(",");
                } catch (NullPointerException e) {
                    //no battleStations on this map}
                }
                short[] cbsIDs = new short[cbss.length];
                for (short i = 0; i < cbss.length; i++) {
                    cbsIDs[i] = Short.valueOf(cbss[i]);
                }

Code:
Exception in thread "main" java.lang.NumberFormatException: For input string: "["mapId":0"
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Integer.parseInt(Integer.java:580)
	at java.lang.Short.parseShort(Short.java:118)
	at java.lang.Short.valueOf(Short.java:174)
	at java.lang.Short.valueOf(Short.java:200)
	at mysql.QueryManager.loadMaps(QueryManager.java:56)
	at main.ServerManager.loadDataFromDB(ServerManager.java:94)
	at main.ServerManager.begin(ServerManager.java:63)
	at main.Launcher.main(Launcher.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
for you:
AngsthaseDO is offline  
Old 07/13/2015, 04:06   #55
 
elite*gold: 0
Join Date: Nov 2014
Posts: 13
Received Thanks: 6
You could climb back files that have been deleted says
Pachequiinn is offline  
Old 07/13/2015, 16:35   #56
 
sveratus's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 270
Received Thanks: 21
file removed
sveratus is offline  
Old 12/13/2015, 04:22   #57
 
elite*gold: 0
Join Date: Feb 2011
Posts: 112
Received Thanks: 10
upload again please !
porra123456 is offline  
Old 12/13/2015, 11:24   #58
 
ItsTequila's Avatar
 
elite*gold: 0
Join Date: Jun 2015
Posts: 647
Received Thanks: 954
This thread should've been closed long time ago.
ItsTequila is offline  
Thanks
1 User
Old 12/13/2015, 12:00   #59
Moderator




 
Scytex's Avatar
 
elite*gold: 156
Join Date: Feb 2011
Posts: 3,346
Received Thanks: 1,896
#closed(on request)
Scytex is offline  
Closed Thread


Similar Threads Similar Threads
Need the latest Silkroad Emulator
03/20/2014 - Private Server - 13 Replies
hi, i want to login on my own private server for that i need a special sro client and a emulato but i cant find the latest emulator. i hope somebody can help me. thx for reading
Latest GG emulator
02/10/2008 - Dekaron - 3 Replies
Is the latest GG emulator out there CosmosTunes' Rev 1059?



All times are GMT +2. The time now is 02:03.


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.