You last visited: Today at 03:35
Advertisement
DarkOrbit Talk
Discussion on DarkOrbit Talk within the DarkOrbit forum part of the Browsergames category.
03/11/2013, 15:36
#13186
elite*gold: 22
Join Date: Nov 2009
Posts: 3,288
Received Thanks: 569
Würde mich auch intressieren ;D
03/11/2013, 15:43
#13187
elite*gold: 0
Join Date: Jul 2012
Posts: 169
Received Thanks: 31
Someone, can share all configuration for Batlle/ hunting / or farming pall
in other thread plz
03/11/2013, 15:46
#13188
elite*gold: 0
Join Date: May 2010
Posts: 1,082
Received Thanks: 320
Farming palladium .
Both
Full speed
Full shield in Drones
Full laser in Ship
03/11/2013, 16:27
#13189
elite*gold: 60
Join Date: Apr 2011
Posts: 7,894
Received Thanks: 3,067
Quote:
Originally Posted by
AlphaZerο
Wo lohnt sich ein Neuanfang?
Quote:
Originally Posted by
SerHild**
Würde mich auch intressieren ;D
Wenn man von 0 anfängt ? Garnicht....
Solltet ihr euch ein Account kaufen, wäre Global Amerika 5 der Server meiner Meihnung nach.
03/11/2013, 16:28
#13190
elite*gold: 11
Join Date: Aug 2012
Posts: 1,040
Received Thanks: 162
Quote:
Originally Posted by
radnou²
@daswoll56
what is your configuration and server ?
2 shields in drone rest lf3 , hit 3500~4000
second config full shield with 460k shield
heart+bastion
My noob account with 2000 hit is farming in x-2 and gets 25,000-30,000 in a night and my main only 15 or 20k? :S
03/11/2013, 16:57
#13191
elite*gold: 45
Join Date: Mar 2013
Posts: 222
Received Thanks: 23
USA 2 (East Coast) ist ziemlich leer kann es nur empfehlen spiel seit 16 tagen dort bei vru
03/11/2013, 17:03
#13192
elite*gold: LOCKED
Join Date: Oct 2011
Posts: 4,968
Received Thanks: 302
Braucht hier jemand einen TS-Sponsor?
Würde einem Clan einen 20-50 Mann Ts sponsorn, wenn der auch gut besucht ist.
Mfg
03/11/2013, 17:11
#13193
elite*gold: 1
Join Date: Jun 2012
Posts: 5,819
Received Thanks: 3,200
Quote:
Originally Posted by
kN1
USA 2 (East Coast) ist ziemlich leer kann es nur empfehlen spiel seit 16 tagen dort bei vru
11:52 -> 179
Joar, das ist ziehmlich leer
03/11/2013, 17:22
#13194
elite*gold: 32
Join Date: Jul 2010
Posts: 8,279
Received Thanks: 4,430
***, ich selber bin auch auf USA EAST2. Die Drohnen im Handel sind ziemlich leicht zu bekommen. Ich habe meine Iris Drohnen für jeweils 25 000 000 bis 35 000 000 Credits bekommen.
Grüße
03/11/2013, 18:21
#13195
elite*gold: 83
Join Date: May 2011
Posts: 11,029
Received Thanks: 6,037
Sorry for not being on yesterday. I probably won't be on much for today either, however, my activity will increase back to normal tomorrow
Thanks to all the people which have reported stuff
In my opinion, we're the best community here! Yeah, we may get viruses, but still, we're pretty awesome!
Anyways, see you all tomorrow.
03/11/2013, 18:38
#13196
elite*gold: 1
Join Date: Oct 2011
Posts: 1,208
Received Thanks: 226
can anyone send me a free pixelbot so i can work on it and make it even better to use. Thanks. I might even send it to people to test it
03/11/2013, 18:55
#13197
elite*gold: 22
Join Date: Nov 2009
Posts: 3,288
Received Thanks: 569
Gibts in Do die bonusboxensystem? noch
03/11/2013, 18:58
#13198
elite*gold: 0
Join Date: Sep 2012
Posts: 1,453
Received Thanks: 1,746
Quote:
Originally Posted by
'Heaven.
11:52 -> 179
Joar, das ist ziehmlich leer
hmm, this website has true information about online ?
03/11/2013, 19:00
#13199
elite*gold: 11
Join Date: Aug 2012
Posts: 1,040
Received Thanks: 162
Code:
using System;
using System.Threading;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using PBDOBot.Helper;
using PBDOBot.Api;
using PBDOBot.Api.Task;
// erstellt von skydanc3r !!! edit by nirvana´s brow the best break iTaskscript ;) habt spass an dem teil.. SAVE YOUR ACC
namespace PBDOBot.Api.Task
{
public class BreakScript : ITaskScript
{
public BreakScript()
: base("BreakScript", 1000, 1)
{
}
public override bool NeedRun()
{
return true;
}
public override int Run()
{
{
if (!Task.Buffer.ContainsKey("time1")) {Task.Buffer.Add("time1", 0);}
if (!Task.Buffer.ContainsKey("time2")) {Task.Buffer.Add("time2", 0);}
if (!Task.Buffer.ContainsKey("counter1")) {
Task.Buffer.Add("counter1", BHelper.RandomNumber(600, 3420));
Task.BMain.WriteLog(">>>> PAUSE in " + ((int)Task.Buffer["counter1"] / 60) + " min <<<<");
}
if (!Task.Buffer.ContainsKey("counter2")) {Task.Buffer.Add("counter2", BHelper.RandomNumber(120, 420));}
if (!Task.Buffer.ContainsKey("process")) {Task.Buffer.Add("process", true);}
if((int)Task.Buffer["time1"] >= (int)Task.Buffer["counter1"] && Task.BMain.Me.SelectedShip == null) {
if((bool)Task.Buffer["process"]) {
Task.BMain.WriteLog(">>>> PAUSE für " + ((int)Task.Buffer["counter2"] / 60) + " min <<<<");
Task.Buffer["process"] = false;
Task.IdleInSafety = true;
}
if((int)Task.Buffer["time2"] >= (int)Task.Buffer["counter2"]) {
Task.Buffer["process"] = true;
Task.Buffer["counter1"] = BHelper.RandomNumber(600, 3420);
Task.Buffer["counter2"] = BHelper.RandomNumber(120, 420);
Task.BMain.WriteLog(">>>> PAUSE in " + ((int)Task.Buffer["counter1"] / 60) + " min für "+ ((int)Task.Buffer["counter2"] / 60) +" min <<<<");
Task.Buffer["time1"] = 0;
Task.Buffer["time2"] = 0;
Task.IdleInSafety = false;
}
if (Task.BMain.Me.InNoAttackZone || Task.BMain.Me.IsInBase) {
Task.Buffer["time2"] = ((int)Task.Buffer["time2"]) + 1;
}
}
Task.Buffer["time1"] = ((int)Task.Buffer["time1"]) + 1;
}
return -1;
}
}
}
Can somebody understand this code? i want to have break every 3 or 4 hours and take break for 10 min?
Or what break do you guys use for the safety?
03/11/2013, 19:03
#13200
elite*gold: 0
Join Date: Apr 2012
Posts: 350
Received Thanks: 309
What do you guys recommend i should use my uri on, drone formation or booty keys? So far i only have 1 LF4 and only the credit formations.
All times are GMT +2. The time now is 03:35 .