PBDO-Bot taskscript auto-eco buy

09/01/2012 14:32 tox54#1
Hello......
I would use this taskscript in the maps (x3,x4....) but it does not work.
Help me please.
09/01/2012 14:38 zCrossYuuki#2
Quote:
Originally Posted by tox54 View Post
Hello......
I would use this taskscript in the maps (x3,x4....) but it does not work.
Help me please.
Write it on PBDO forum ^^ no here
09/01/2012 14:39 tox54#3
ok ok ;)
09/01/2012 14:41 knuck#4
#region Restock ammunition
Restock = true;
RocketLauncherAmmoType = Enums.RocketLauncherAmmoType.ECO10
RocketAmmoMinCount = 5;
RocketLauncherAmmoBuyMaxCount = 500;
#endregion
09/01/2012 15:03 tox54#5
Thanks but i put it where?
I'm beginner...
09/01/2012 15:34 knuck#6
Quote:
Originally Posted by tox54 View Post
Thanks but i put it where?
I'm beginner...
put it under map settings - search for x-3 x-4 or that

like this:
Code:
x-3

my script

other things
there must be a clean line.
09/01/2012 16:34 tox54#7
I don't understand :(

For example, in this task:

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

namespace Tasks
{
public class Task : BBaseTask
{

/*
Created by taskcreator

Copyright (C) 2011-2012 by gähn

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



public override void OnReset()
{
//boost
//protected
//gg
}

public override void ChooseLogic()
{

Dictionary<TaskLoadDelegate, int> TaskLoadDictionary = new Dictionary<TaskLoadDelegate, int>();
TaskLoadDictionary.Add(
delegate()
{
if (!ActionList.Contains("2-4 60 Minutes"))
{
BMain.WriteLog("Starting on 2-4 for 60 minutes");
BMain.WriteLog("http://gahn.bot24.eu");
Reset();


TaskMap = "2-4";

MinDurability = 85;
LaserAmmoType = Enums.LaserAmmoType.LCB_10;
RocketAmmoType = Enums.RocketAmmoType.R310;
RocketLauncherAmmoType = Enums.RocketLauncherAmmoType.ECO10;
MinFightDistance = 150;
MaxFightDistance = 600;
BoxesPerHour = 6000;
StandardConfiguration = 1;
AttackPlayersMinDistanceToGate = 2000;
CloudBoxesCollectRadius = 2100;
UsePet = true;
PetMode = Enums.PetMode.Guard_Mode;
SwitchConfigWhileFleeing = true;
SwitchConfigWhenShieldLow = true;
SafeBotting = true;
SafeBotting = true;
FleeOnEnemyInRadius = true;
Repair = true;
CollectBonusBoxes = true;
AttackNpcs = true;
AttackBossNpcs = true;
HuntNpcsList.AddRange(new string[] { "-=[ Lordakia ]=-", "-=[ Saimon ]=-", "-=[ Mordon ]=-", "..::{ Boss Lordakia }::..", "..::{ Boss Saimon }::..", "..::{ Boss Mordon }::.."});


ActionList.Add("2-4 60 Minutes");
}
}, 60);
CycleTaskDictionary = TaskLoadDictionary;
}
}
}"

I put it where?
II tried and it gives me an error
09/01/2012 16:40 Mr.Rockst4r#8
No support in epvp please write in pbdo forum