Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bot
#4
aber er adelt jetzt nicht,
meine konfig steht so,:
<?php
/******************************
* Config für den Bot *
* von milos! *
* *
* Email (milos@stanojevic.ch)*
******************************/

// Welchen Spieler soll der Bot spielen?
$botnames[] = "Bot1";
$botnames[] = "Bot2";
$botnames[] = "Bot3";
$botnames[] = "Bot4";
$botnames[] = "Bot5";

// Stelle die Speed des Bots ein!
/* Empfohlen: 1000 - 2000 */
// 1597 ist genau eine Sekunde
$botconfig["speed"] = 2500;

// Wer ist der Admin des Bots?
/* Ihm werden alle Informationen zugeschickt! */
$botconfig["admin"] = "Tirigorn";

// Wie sollen die Dörfer benannt werden?
$botconfig["villname"] = "BOT";

// Soll der Bot aktiviert sein?
// True = Ja
// False = Nein
$botconfig["active"] = true;

/* Wie viele Einheiten sollen gebaut werden? */
// Empfohlen sind deff Truppen, da der Bot noch nicht angreift!
$botconfig["unit_spear"] = 10000;
$botconfig["unit_sword"] = 10000;
$botconfig["unit_axe"] = 0;
$botconfig["unit_spy"] = 100;
$botconfig["unit_light"] = 0;
$botconfig["unit_heavy"] = 0;
$botconfig["unit_ram"] = 0;
$botconfig["unit_catapult"] = 0;

/* Soll das Updatefenster kommen, wenn ein Update besteht? */
// True = Ja
// False = Nein
$botconfig["show_update"] = true;

// Was soll er angreifen?
// 1 = Spieler
// 2 = Barbarendörfer (Empfohlen da er beim Spieler noch nicht adelt! Beim Flüla schon)
$botconfig["farm"] = 2;

// Wenn Farm auf 1 ist, muss ein Spieler eingestellt werden!
// ER ADELT NUR BEI BARBARENDÖRFER!
$botconfig["farm_player"] = "BARBARENDÖRFER";
?>
Reply


Messages In This Thread
bot - by Infanape XL - 03.02.2010, 17:30
RE: bot - by Black Arrow - 03.02.2010, 17:33
RE: bot - by Infanape XL - 03.02.2010, 18:45
RE: bot - by Infanape XL - 04.02.2010, 16:19
RE: bot - by Black Arrow - 04.02.2010, 16:21
RE: bot - by Infanape XL - 04.02.2010, 16:25
RE: bot - by Black Arrow - 04.02.2010, 16:37
RE: bot - by Infanape XL - 04.02.2010, 16:46
RE: bot - by Black Arrow - 04.02.2010, 16:52
RE: bot - by Infanape XL - 04.02.2010, 16:57
RE: bot - by Black Arrow - 04.02.2010, 16:58
RE: bot - by Infanape XL - 05.02.2010, 00:39
RE: bot - by Black Arrow - 05.02.2010, 00:41
RE: bot - by Infanape XL - 05.02.2010, 02:26



Users browsing this thread: 2 Guest(s)