elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Off Topic (https://www.elitepvpers.com/forum/off-topic/)
-   -   Was habt ihr als letztes kopiert? (https://www.elitepvpers.com/forum/off-topic/765331-habt-ihr-als-letztes-kopiert.html)

DerSyntax! 12/01/2011 21:00

Ich heiße in echt Abdu

NBG_Aziz 12/01/2011 21:00


DerSyntax! 12/01/2011 21:03

[Only registered and activated users can see links. Click Here To Register...]

Tekuzo 12/01/2011 21:04

#push

Tech555 12/01/2011 21:11

Misanthrop

Yunchen 12/01/2011 21:27

[Only registered and activated users can see links. Click Here To Register...]

cagivaw8 12/01/2011 21:27

[Only registered and activated users can see links. Click Here To Register...]

Wingardium 12/01/2011 21:37

cRC-600-KKN1-GP

Yunchen 12/01/2011 21:48

Quote:

Originally Posted by masaier1 (Post 14130600)
kennt jmd von allen mounts die id finde nur white lydian

anybody knows from all mounts the id, i only find white lydian

Qilin - 540048
Purple - Ornitho 540102
Red - Ornitho 540026
Red - Lydian 550018
Blue - Lydian 550019
Ash - Lydian 550016
Dark - Lydian 550017
Pure White Lydian - 540100

Tech555 12/01/2011 21:54

Mashiroiro Symphony: Love Is Pure White

Yunchen 12/01/2011 22:06

[Only registered and activated users can see links. Click Here To Register...]

яαммѕтєιη 12/01/2011 22:11

thehive8975

Yunchen 12/01/2011 22:16


L 12/01/2011 22:24

[Only registered and activated users can see links. Click Here To Register...]

anubit 12/01/2011 22:36

[Only registered and activated users can see links. Click Here To Register...]

L 12/01/2011 22:39


Yunchen 12/01/2011 22:46


.vistalu 12/01/2011 23:47


Tech555 12/01/2011 23:51

The flying Core

Yunchen 12/02/2011 00:04


.vistalu 12/02/2011 00:12

Facebook

Tech555 12/02/2011 00:13


Slurge 12/02/2011 00:13

Hmm ich glaub das darf Ich hier nicht posten xD

.vistalu 12/02/2011 00:22

using System.Threading;
using PBDOBot.Helper;
using PBDOBot.Api;
using PBDOBot.Api.Task;
using System.Collections.Generic;

namespace Tasks
{
public class Task : BBaseTask
{

/* ================================================== =======================
DON'T CHANGE ANYTHING ABOVE UNTIL YOU KNOW WHAT YOU ARE DOING. THANKS..
YOU MAY HARM THE BOT OR/ AND YOUR OPERATING SYSTEM !
YOU HAVE BEEN WARNED...

WITH BEST REGARDS,
THE ADMINISTRATION
================================================== ======================== */

public override void OnReset()
{
#region boosting ship equipment with resources
Dictionary<string, Enums.ResourceType> boostCollection = new Dictionary<string, Enums.ResourceType>();

boostCollection.Add("Speed", Enums.ResourceType.ore_promerium);
boostCollection.Add("Shield", Enums.ResourceType.ore_seprom);
boostCollection.Add("Lasers", Enums.ResourceType.ore_seprom);
//boostCollection.Add("Rockets", Enums.ResourceType.ore_seprom );

this.BoostDictionary = boostCollection;
#endregion
}


public override void ChooseLogic()
{
#region Chapter 1
if (BMain.Level >=1)
{
Dictionary<TaskLoadDelegate, int> TaskLoadDictionary = new Dictionary<TaskLoadDelegate, int>();
TaskLoadDictionary.Add(
delegate()
{

if (!ActionList.Contains("map 1"))
{
//write some log
BMain.WriteLog("x-8 (99 min.)");
Reset();
TaskMap = "x-8";

#region Npc handling
AttackNpcs = false;
AttackBossNpcs = false;
AttackTaggedNpcs = false;
#endregion

#region Restock ammunition
Restock = false;
LaserAmmoType = Enums.LaserAmmoType.LCB_10;
LaserAmmoMinCount = 200;
LaserAmmoBuyMaxCount = 10000;
RocketAmmoType = Enums.RocketAmmoType.R310;
RocketAmmoMinCount = 50;
RocketAmmoBuyMaxCount = 500;
#endregion

BuyInvisibleAddon = true;
Refine = false;
Sell = false;
MinFreeSlots = 5;
CollectResources = false;
CollectBonusBoxes = true;
CollectCargoBoxes = false;
CollectSunBoxes = true;
CollectSpecialBoxes = true;
CollectPirateBoxes = false;
BootyKeyBuyCount = 0;
FleeOnEnemyInRadius = true;
FleeOnClanWarEnemyInRadius = true;
FleeRadius = 4000;
Repair = true;
MinDurability = 99;
UseExtraGateEnergy = false;
BootyKeyBuyCount = 0;
IgnorePlayersOnSell = false;
StandardConfiguration = 1;
SwitchConfigWhenShieldLow = true;
SwitchConfigWhileFleeing = true;
RocketLauncherAmmoType = Enums.RocketLauncherAmmoType.ECO10;
UsePet = false;
ActionList.Add("map 1");
}
}, 99);
TaskLoadDictionary.Add(
delegate()
{
if (!ActionList.Contains("map 2"))
{
BMain.WriteLog("x-6 (95min.)");
Reset();
TaskMap = "x-6";

#region Npc handling
AttackNpcs = false;
AttackBossNpcs = false;
AttackTaggedNpcs = false;
#endregion

#region Restock ammunition
Restock = false;
LaserAmmoType = Enums.LaserAmmoType.LCB_10;
LaserAmmoMinCount = 200;
LaserAmmoBuyMaxCount = 10000;
RocketAmmoType = Enums.RocketAmmoType.R310;
RocketAmmoMinCount = 50;
RocketAmmoBuyMaxCount = 500;
#endregion

BuyInvisibleAddon = true;
Refine = false;
Sell = false;
MinFreeSlots = 5;
CollectResources = false;
CollectBonusBoxes = true;
CollectCargoBoxes = false;
CollectSunBoxes = true;
CollectPirateBoxes = false;
BootyKeyBuyCount = 0;
FleeOnEnemyInRadius = true;
FleeOnClanWarEnemyInRadius = true;
FleeRadius = 4000;
Repair = true;
MinDurability = 99;
UseExtraGateEnergy = false;
BootyKeyBuyCount = 0;
IgnorePlayersOnSell = false;
StandardConfiguration = 1;
SwitchConfigWhenShieldLow = true;
SwitchConfigWhileFleeing = true;
RocketLauncherAmmoType = Enums.RocketLauncherAmmoType.ECO10;
UsePet = false;
ActionList.Add("map 2");
}
}, 95);
TaskLoadDictionary.Add(
delegate()
{
if (!ActionList.Contains("map 3"))
{
BMain.WriteLog("x-5 (95min.)");
Reset();
TaskMap = "x-5";

#region Npc handling
AttackNpcs = false;
AttackBossNpcs = false;
AttackTaggedNpcs = false;
#endregion

#region Restock ammunition
Restock = false;
LaserAmmoType = Enums.LaserAmmoType.LCB_10;
LaserAmmoMinCount = 200;
LaserAmmoBuyMaxCount = 10000;
RocketAmmoType = Enums.RocketAmmoType.R310;
RocketAmmoMinCount = 50;
RocketAmmoBuyMaxCount = 500;
#endregion

BuyInvisibleAddon = true;
Refine = false;
Sell = false;
MinFreeSlots = 5;
CollectResources = false;
CollectBonusBoxes = true;
CollectCargoBoxes = false;
CollectSunBoxes = true;
CollectSpecialBoxes = true;
CollectPirateBoxes = false;
BootyKeyBuyCount = 0;
FleeOnEnemyInRadius = true;
FleeOnClanWarEnemyInRadius = true;
FleeRadius = 4000;
Repair = true;
MinDurability = 99;
UseExtraGateEnergy = false;
BootyKeyBuyCount = 0;
IgnorePlayersOnSell = false;
StandardConfiguration = 1;
SwitchConfigWhenShieldLow = true;
SwitchConfigWhileFleeing = true;
RocketLauncherAmmoType = Enums.RocketLauncherAmmoType.ECO10;
UsePet = false;
ActionList.Add("map 3");
}
}, 95);
TaskLoadDictionary.Add(
delegate()
{
if (!ActionList.Contains("map 4"))
{
BMain.WriteLog("x-7 (45min.)");
Reset();
TaskMap = "x-7";

#region Npc handling
AttackNpcs = false;
AttackBossNpcs = false;
AttackTaggedNpcs = false;
#endregion

#region Restock ammunition
Restock = false;
LaserAmmoType = Enums.LaserAmmoType.LCB_10;
LaserAmmoMinCount = 200;
LaserAmmoBuyMaxCount = 10000;
RocketAmmoType = Enums.RocketAmmoType.R310;
RocketAmmoMinCount = 50;
RocketAmmoBuyMaxCount = 500;
#endregion

BuyInvisibleAddon = true;
Refine = false;
Sell = false;
MinFreeSlots = 5;
CollectResources = false;
CollectBonusBoxes = true;
CollectCargoBoxes = false;
CollectSunBoxes = true;
CollectSpecialBoxes = true;
CollectPirateBoxes = false;
BootyKeyBuyCount = 0;
FleeOnEnemyInRadius = true;
FleeOnClanWarEnemyInRadius = true;
FleeRadius = 4000;
Repair = true;
MinDurability = 99;
UseExtraGateEnergy = false;
BootyKeyBuyCount = 0;
IgnorePlayersOnSell = false;
StandardConfiguration = 1;
SwitchConfigWhenShieldLow = true;
SwitchConfigWhileFleeing = true;
RocketLauncherAmmoType = Enums.RocketLauncherAmmoType.ECO10;
UsePet = false;
ActionList.Add("map 4");
}
}, 45);
CycleTaskDictionary = TaskLoadDictionary;
}
#endregion
}
}
}

Yunchen 12/02/2011 00:27

<a href="http://ult-tex.net/counts/index.cgi">
<img src="http://ult-tex.net/counts/christmas/bans/02.jpg" width="468" height="60" border="0" alt="Christmas countdown banner"></a>

.vistalu 12/02/2011 00:58


Yunchen 12/02/2011 01:01


Tech555 12/02/2011 01:06

pivotelement

ZUHÄLTERSCHELLE~ 12/02/2011 01:10

funaim.de

Yunchen 12/02/2011 01:12

[Only registered and activated users can see links. Click Here To Register...]

Looneytune 12/02/2011 01:55


Yunchen 12/02/2011 02:05


websn 12/02/2011 02:07

[Only registered and activated users can see links. Click Here To Register...]

SeyeZoN 12/02/2011 06:41


Tekuzo 12/02/2011 07:17

Gewinnspiel #32:

Looneytune 12/02/2011 12:17

80094

Tech555 12/02/2011 12:23

GT 8530

Yunchen 12/02/2011 12:24


Looneytune 12/02/2011 12:29


Yunchen 12/02/2011 12:38



All times are GMT +2. The time now is 05:40.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.