DarkOrbit Talk

03/11/2013 15:36 SerHild**#13186
Würde mich auch intressieren ;D
03/11/2013 15:43 radnou²#13187
Someone, can share all configuration for Batlle/ hunting / or farming pall
in other thread plz :D
03/11/2013 15:46 vuk4_dot4#13188
Farming palladium .
Both
Full speed
Full shield in Drones
Full laser in Ship
03/11/2013 16:27 linksus#13189
Quote:
Originally Posted by AlphaZerο View Post
Wo lohnt sich ein Neuanfang?
Quote:
Originally Posted by SerHild** View Post
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 daswoll56#13190
Quote:
Originally Posted by radnou² View Post
@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 kN1#13191
USA 2 (East Coast) ist ziemlich leer kann es nur empfehlen spiel seit 16 tagen dort bei vru
03/11/2013 17:03 elementz'#13192
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 'Heaven.#13193
Quote:
Originally Posted by kN1 View Post
USA 2 (East Coast) ist ziemlich leer kann es nur empfehlen spiel seit 16 tagen dort bei vru
[Only registered and activated users can see links. Click Here To Register...]

11:52 -> 179

Joar, das ist ziehmlich leer :)
03/11/2013 17:22 Elsastylez#13194
Jap, 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 Arby#13195
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 :o

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 crazyjames#13196
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 :D
03/11/2013 18:55 SerHild**#13197
Gibts in Do die bonusboxensystem? noch
03/11/2013 18:58 bestbots_support#13198
Quote:
Originally Posted by 'Heaven. View Post
[Only registered and activated users can see links. Click Here To Register...]

11:52 -> 179

Joar, das ist ziehmlich leer :)
hmm, this website has true information about online ?
03/11/2013 19:00 daswoll56#13199
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? :p
03/11/2013 19:03 Dakoti#13200
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.