You last visited: Today at 23:41
Advertisement
DarkOrbit Talk
Discussion on DarkOrbit Talk within the DarkOrbit forum part of the Browsergames category.
03/11/2013, 19:07
#13201
elite*gold: LOCKED
Join Date: Mar 2011
Posts: 333
Received Thanks: 63
Quote:
Originally Posted by
daswoll56
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?
Timetable + Human behaviour ;-)
03/11/2013, 19:11
#13202
elite*gold: 11
Join Date: Aug 2012
Posts: 1,040
Received Thanks: 162
Quote:
Originally Posted by
Katze187
Timetable + Human behaviour ;-)
So if i want at night 10 hours botting and 1 hour break , i just put:
1 Run from 0 o'clock to 5 o'clock
2.Run from 6 o'clock to 10 o'clock?
And what does Human behaviour mean? and how long you use that?
03/11/2013, 19:47
#13203
elite*gold: 45
Join Date: Mar 2013
Posts: 222
Received Thanks: 23
Quote:
Originally Posted by
Dakoti
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.
so tell us more what ship you have etc. ?
03/11/2013, 20:02
#13204
elite*gold: 0
Join Date: Sep 2012
Posts: 8,002
Received Thanks: 3,863
Quote:
Originally Posted by
creeez
nice edit
Yeah
I edited it because I read'ed the whole thread. We all know what are you doing man, leave us! And you are telling everyone that I'm pushing tbm's ... Yeah, That's true, but please, give me 1 proof.
Quote:
Originally Posted by
Fearful™
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.
cya^^
Quote:
Originally Posted by
crazyjames
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
take a look at this thread. I collected almost all pixelbots.
Quote:
Originally Posted by
Dakoti
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.
booty keys / Diamond
03/11/2013, 20:06
#13205
elite*gold: 0
Join Date: Apr 2012
Posts: 350
Received Thanks: 309
Quote:
Originally Posted by
kN1
so tell us more what ship you have etc. ?
I am FE, got apis, 4 havocs, 21 PP, and using goliath.
03/11/2013, 20:24
#13206
elite*gold: 0
Join Date: Sep 2012
Posts: 8,002
Received Thanks: 3,863
Quote:
Originally Posted by
Dakoti
I am FE, got apis, 4 havocs, 21 PP, and using goliath.
Then better buy 3 more PP ( so you will have 24 - shield + fat lasers) and then bootys.
03/11/2013, 20:42
#13207
elite*gold: 32
Join Date: Jul 2010
Posts: 8,279
Received Thanks: 4,430
(i have it only in german sorry)
03/11/2013, 20:46
#13208
elite*gold: 0
Join Date: Apr 2012
Posts: 350
Received Thanks: 309
Quote:
Originally Posted by
Pesho0«™
Then better buy 3 more PP ( so you will have 24 - shield + fat lasers) and then bootys.
Okay i will do that
thx
03/12/2013, 02:38
#13209
elite*gold: 0
Join Date: Dec 2010
Posts: 237
Received Thanks: 39
guys i got 2 month premium if i buy 6 month more total i got 8 month or 6 month?
03/12/2013, 02:47
#13210
elite*gold: 100
Join Date: Aug 2012
Posts: 315
Received Thanks: 90
8 month
03/12/2013, 03:05
#13211
elite*gold: 0
Join Date: Dec 2010
Posts: 237
Received Thanks: 39
also some one give me a cheap VPS under 9$
03/12/2013, 05:27
#13212
elite*gold: 0
Join Date: May 2010
Posts: 1,082
Received Thanks: 320
For VPS and botting service
Pesho botting service is cheapest and best
03/12/2013, 07:44
#13213
elite*gold: 0
Join Date: Sep 2012
Posts: 8,002
Received Thanks: 3,863
Quote:
Originally Posted by
king.fly
Guys I got 2 month premium, if I buy 6 month more total I get 8 months or 6 months?
8 months
Quote:
Originally Posted by
king.fly
also some one give me a cheap VPS under 9$
I can give you for 3 € VPS with remote.
Quote:
Originally Posted by
vuk4_dot4
For VPS and botting service
Pesho botting service is cheapest and best
03/12/2013, 13:04
#13214
elite*gold: 60
Join Date: Apr 2011
Posts: 7,894
Received Thanks: 3,067
Quote:
Originally Posted by
SerHild**
Gibts in Do die bonusboxensystem? noch
Ja, leider...
Du kannst manchmal aber Glück haben und in 6 Stunden voll sammeln.
Habe gestern ca. 8k /h gemacht.
Quote:
Originally Posted by
bestbots_support
hmm, this website has true information about online ?
Yes, they have true informations.
03/12/2013, 13:23
#13215
elite*gold: 5
Join Date: Sep 2009
Posts: 157
Received Thanks: 47
Quote:
Originally Posted by
crazyjames
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
Learn how to do it yourself and you'll be happy
All times are GMT +2. The time now is 23:41 .