|
You last visited: Today at 13:31
Advertisement
Dark Planets | Private Server
Discussion on Dark Planets | Private Server within the DarkOrbit forum part of the Browsergames category.
09/06/2014, 10:13
|
#1141
|
elite*gold: 0
Join Date: Feb 2013
Posts: 22
Received Thanks: 0
|
Open Game Please....
|
|
|
09/06/2014, 10:27
|
#1142
|
elite*gold: 6
Join Date: Feb 2014
Posts: 217
Received Thanks: 25
|
Game Offline but Event..
|
|
|
09/06/2014, 10:28
|
#1143
|
elite*gold: 0
Join Date: Aug 2014
Posts: 45
Received Thanks: 18
|
Maybe the developers are currently doing something in game and the game is shut down for purpose I believe.
|
|
|
09/06/2014, 10:35
|
#1144
|
elite*gold: 0
Join Date: Mar 2012
Posts: 4,100
Received Thanks: 1,022
|
He also said he had exams today, so he might have closed the server for the exams
Just be patient, it will come up soon ^^
(Dont know if its already up)
|
|
|
09/06/2014, 12:44
|
#1145
|
elite*gold: 0
Join Date: Aug 2014
Posts: 18
Received Thanks: 8
|
Quote:
Originally Posted by WeHaveSkillas
Maybe the developers are currently doing something in game and the game is shut down for purpose I believe.
|
Cryz got exams everyone have to wait until he comes back , Maybe he'll continue unlimited ammo event too :/
|
|
|
09/06/2014, 12:45
|
#1146
|
elite*gold: 0
Join Date: May 2013
Posts: 282
Received Thanks: 70
|
I'm getting annoyed with people changing companies and not losing honor, so they can get ranks they couldn't earn in their own company.
|
|
|
09/06/2014, 12:54
|
#1147
|
elite*gold: 0
Join Date: Mar 2011
Posts: 33
Received Thanks: 6
|
Quote:
Originally Posted by AsunaChidori
I'm getting annoyed with people changing companies and not losing honor, so they can get ranks they couldn't earn in their own company.
|
I agree.It's unfair for the other players..
|
|
|
09/06/2014, 13:02
|
#1148
|
elite*gold: 0
Join Date: May 2013
Posts: 282
Received Thanks: 70
|
Quote:
Originally Posted by darkobit11
I agree.It's unfair for the other players.. 
|
Yeah I lost my 3 Star then my 2 Star only because the two people that came over didn't lose half their Honor...
|
|
|
09/06/2014, 13:03
|
#1149
|
elite*gold: 1
Join Date: Jun 2011
Posts: 1,464
Received Thanks: 1,065
|
Hey we need YOU! Most of you are or where dark-orbit-players, so this will be an easy task for you. we are rebuilding skylab but don't have the DO-like data for storage, energy-usage, raw-, credit- and uri-costs for upgrades.
after reading it twice you will see where to put the real data.
oh and there are vouchers for the helping ppl
PHP Code:
private function energy_usage($level) { $energy = array ( "0", "16", "19", "24", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85", "90", "95", "100", "105", "110" ); return $energy[$level]; }
private function storage($type,$level) { $storage = array( "raw" => array ( "0", "105000", "300000", "600000", "900000", "1200000", "2000000", "3000000", "4000000", "5000000", "6000000", "7000000", "8000000", "10000000", "12000000", "14000000", "16000000", "18000000", "20000000", "25000000", "30000000"), "refined" => array( "0", "105000", "300000", "600000", "900000", "1200000", "2000000", "3000000", "4000000", "5000000", "6000000", "7000000", "8000000", "10000000", "12000000", "14000000", "16000000", "18000000", "20000000", "25000000", "30000000"), "proxeno" => array( "0", "105000", "300000", "600000", "900000", "1200000", "2000000", "3000000", "4000000", "5000000", "6000000", "7000000", "8000000", "10000000", "12000000", "14000000", "16000000", "18000000", "20000000", "25000000", "30000000"), "seprom" => array( "0", "105000", "300000", "600000", "900000", "1200000", "2000000", "3000000", "4000000", "5000000", "6000000", "7000000", "8000000", "10000000", "12000000", "14000000", "16000000", "18000000", "20000000", "25000000", "30000000"), ); $req_storage = $storage[$type][$level]; $this->storage = $req_storage; }
private function upgrade_time($type,$level) { //t in s econds $tinsarr = array( "basic" => array( "0", "60", "120", "240", "300", "360", "420", "480", "540", "600", "1200", "2400", "4800", "9600", "19200", "20000", "20000", "20000", "20000", "20000", "20000"), "minor" => array( "0", "60", "120", "240", "300", "360", "420", "480", "540", "600", "1200", "2400", "4800", "9600", "19200", "20000", "20000", "20000", "20000", "20000", "20000"), "seprom" => array( "0", "60", "120", "240", "300", "360", "420", "480", "540", "600", "1200", "2400", "4800", "9600", "19200", "20000", "20000", "20000", "20000", "20000", "20000"), ); //todo $finished = timestamp+$energy[$type][$level]; return $tinsarr[$type][$level]; }
private function upgrade_cost($type,$costtype,$level) { $cost = array( "basic" => array( "cost_raw" => array ( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_cre" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_uri" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), ), "store" => array( "cost_raw" => array ( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_cre" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_uri" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), ), "solar" => array( "cost_raw" => array ( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_cre" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_uri" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), ), "collectors" => array( "cost_raw" => array ( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_cre" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_uri" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), ), "refine" => array( "cost_raw" => array ( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_cre" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_uri" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), ), "refine_sep" => array( "cost_raw" => array ( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_cre" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_uri" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), ), "generator" => array( "cost_raw" => array ( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "18000", "18000", "18000", "18000", "19000"), "cost_cre" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), "cost_uri" => array( "0", "707", "1000", "2000", "3000", "4000", "5000", "6000", "7000", "8000", "9000", "10000", "11000", "12000", "13000", "14000", "15000", "16000", "17000", "18000", "19000"), ), ); return $cost[$type][$costtype][$level]; }
|
|
|
09/06/2014, 13:05
|
#1150
|
elite*gold: 231
Join Date: Dec 2013
Posts: 578
Received Thanks: 746
|
You will get vouchers with like 1 Billion Uridium. No joke!
|
|
|
09/06/2014, 13:12
|
#1151
|
elite*gold: 0
Join Date: May 2013
Posts: 282
Received Thanks: 70
|
Such as this?
private function energy_usage($level)
{
$energy = array ( "0",
"16",
"19",
"24",
"31",
"40",
"51",
"64",
"79",
"96",
"115",
"136",
"159",
"184",
"211",
"240",
"271",
"304",
"339",
"376",
"415"
);
return $energy[$level];
|
|
|
09/06/2014, 13:12
|
#1152
|
elite*gold: 1
Join Date: Jun 2011
Posts: 1,464
Received Thanks: 1,065
|
yes
|
|
|
09/06/2014, 13:13
|
#1153
|
elite*gold: 231
Join Date: Dec 2013
Posts: 578
Received Thanks: 746
|
Quote:
Originally Posted by AsunaChidori
Such as this?
private function energy_usage($level)
{
$energy = array ( "0",
"16",
"19",
"24",
"31",
"40",
"51",
"64",
"79",
"96",
"115",
"136",
"159",
"184",
"211",
"240",
"271",
"304",
"339",
"376",
"415"
);
return $energy[$level];
|
2 Billion Uridium for this guy!
|
|
|
09/06/2014, 13:14
|
#1154
|
elite*gold: 0
Join Date: May 2013
Posts: 282
Received Thanks: 70
|
Okay I can do that I think (No billion Uridium required lol). It will be done soonish. My power decided to go out lol.
Example of the issue. Because when it comes to the basic "0" has no timer and is free which counts as level 1. Which pushes everything else up by 1 spot leaving that "20000". That is all 20 levels because you only start a timer when you upgrade to level 2 which is 2:18 (138 seconds). Am I suppose to have another 0 under that 0 or keep it how it is?
$tinsarr = array(
"basic" => array( "0",
"138",
"224",
"317",
"414",
"515",
"620",
"728",
"838",
"951",
"1066",
"1184",
"1303",
"1424",
"1547",
"1671",
"1798",
"1925",
"2054",
"2185",
"20000"),
With the storage I also don't see a timer for proxeno or Prometid/Duranium(unless that is what Minor means). Proxeno is still missing though. Though I assume Minor means the 3 Raw. The 3 raw have the same timers as the Basic Module.
private function upgrade_time($type,$level)
{
//t in s econds
$tinsarr = array(
"basic" => array( "0",
"138",
"224",
"317",
"414",
"515",
"620",
"728",
"838",
"951",
"1066",
"1184",
"1303",
"1424",
"1547",
"1671",
"1798",
"1925",
"2054",
"2185",
"20000"),
"minor" => array( "0",
"60",
"120",
"240",
"300",
"360",
"420",
"480",
"540",
"600",
"1200",
"2400",
"4800",
"9600",
"19200",
"20000",
"20000",
"20000",
"20000",
"20000",
"20000"),
"seprom" => array( "0",
"60",
"120",
"240",
"300",
"360",
"420",
"480",
"540",
"600",
"1200",
"2400",
"4800",
"9600",
"19200",
"20000",
"20000",
"20000",
"20000",
"20000",
"20000"),
Only shows timers for a few of them. Missing the ones I mentioned.
Same problem because the first level is free and doesn't start until level 2.
cost = array(
"basic" => array( "cost_raw" => array ( "0",
"707",
"2923",
"8000",
"17469",
"33068",
"56718",
"90510",
"136688",
"197642",
"275902",
"374123",
"495087",
"641694",
"816957",
"1024000",
"1266051",
"1546443",
"1868605",
"2236068",
"19000"),
|
|
|
09/06/2014, 16:22
|
#1155
|
elite*gold: 0
Join Date: Feb 2009
Posts: 1,718
Received Thanks: 2,382
|
wow today we hitted max amount of online users: 99 xD!
I think you all liked Free Ammo Event 
Best regards
|
|
|
Similar Threads
|
Dark Planets | Open Beta
08/17/2014 - DarkOrbit - 73 Replies
http://darkplanets.net/do_img/global/splashpage/lo goDP.png
Welcome to Dark Planets first open Beta test.
Before anything else please read this thread/post through.
Please do not assume everything is working right away.
This is a massive project and we have been working around the clock the last week to even get to this stage in the progress.
This beta test is for testing our current server capacity.
|
All times are GMT +1. The time now is 13:31.
|
|