TWLan Forum
[v1.4] Bot - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61)
+--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62)
+---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65)
+----- Forum: Fragen & Probleme (https://twlan.org/forumdisplay.php?fid=7)
+----- Thread: [v1.4] Bot (/showthread.php?tid=5044)



Bot - Daim666 - 04.06.2012

Hallo ich habe ein Problem mit dem Bot in der Dslan Version 1.4, vielleicht kann mir bitte einer von euch weiterhelfen.

Fehlermeldung unter "http://localhost/bot/bot.php":

Parse error: parse error, unexpected '{' in C:\Users\Arne\Documents\dslan_v1.4\dslan_v1.4\htdocs\bot\config\classes.php on line 282

Codezeile (Zeile 282 = 3. von Oben!):

Code:
            //KI-Überprüfung Wenn die Punkte des Dorfes größer sind als der noch freie Bauernhof
            if($villagedata['points'] > $arr_farm[$villagedata['farm']] - $villagedata['r_bh']){
                if((random_generator($botconfig['ki']['create_units_villagepoints'] + 1)){
                    $units = $cl_units->get_attType($type);
                    foreach($units as $value){
                        $cl_action->recruit($value,$villagedata,$cl_units->recruit_in[$value]);
                    }
                }
            } else {
                $units = $cl_units->get_attType($type);
                foreach($units as $value){
                    $cl_action->recruit($value,$villagedata,$cl_units->recruit_in[$value]);
                }
            }
            usleep(100);
        }
    }
}

Kann mir einer weiterhelfen? Danke schonmal Smile


RE: Bot - Molt - 04.06.2012

Der bot hat nie funktioniert und wird es auch nie. Er hat nicht nur Fehler, sondern auch eine verschlüsselte config.
Gib mal bei der Suche "Shadybot" oder "superbot" ein, die beiden taugen was.

LG
Molt


RE: Bot - Daim666 - 04.06.2012

Ok Danke, auch für die Version 1.4?

Mir reicht eigentlich sogar einer. Welcher ist deiner Meinung nach der bessere von beiden?


RE: Bot - SlimShady95 - 04.06.2012

Der Superbot is besser wie meiner.

PHP Code:
<?php
$botconfig 
= array( );
$botconfig['name'] = "tino";
$botconfig['villagenames'] = $botconfig['name'];
$botconfig['minvillages'] = 3;
$botconfig['deffoff'] = 3;
$botconfig['spy_villages'] = 7;
$botconfig['max_order'] = 26;
$botconfig['speed'] = 5;
$botconfig['buildings'] = array( );
$botconfig['buildings']['values'] = array( "main"=>50"barracks"=>50"smith"=>50"place"=>51"market"=>50"wood"=>51"stone"=>51"iron"=>51"farm"=>50"storage"=>50"hide"=>50"wall"=>50"snob"=>50"stable"=>50"garage"=>50 );
$botconfig['manual_maxstage'] = false;
$botconfig['maxstage'] = array( "main"=>20"barracks"=>25"smith"=>20"place"=>1"market"=>20"wood"=>30"stone"=>30"iron"=>30"farm"=>30"storage"=>30"hide"=>10"wall"=>20"snob"=>3"stable"=>20"garage"=>15 );
$botconfig['min_units_for_recruit'] = 10;
$botconfig['max_units'] = 10000;
$botconfig['def'] = array( );
$botconfig['def']['tec']['spear'] = 3;
$botconfig['def']['tec']['sword'] = 3;
$botconfig['def']['tec']['heavy'] = 3;
$botconfig['off'] = array( );
$botconfig['off']['tec']['spear'] = 3;
$botconfig['off']['tec']['sword'] = 3;
$botconfig['off']['tec']['heavy'] = 3;
$botconfig['off']['tec']['axe'] = 3;
$botconfig['off']['tec']['light'] = 3;
$botconfig['spy'] = array( );
$botconfig['spy']['tec']['spear'] = 3;
$botconfig['spy']['tec']['sword'] = 3;
$botconfig['spy']['tec']['heavy'] = 3;
$botconfig['spy']['tec']['spy'] = 3;
$botconfig['ki']['not_enough_ress'] = 5;
$botconfig['ki']['create_units_villagepoints'] = 90;
?>
Das die Config

MfG Manuel



RE: Bot - Daim666 - 04.06.2012

Und der geht auch für die 1.4 recht flüssig?

+ kann er auch Adeln und Spieler angreifen?


RE: Bot - SlimShady95 - 05.06.2012

Gehen beide für 1.4 und ja beide flüssig.

Adeln kann glaub ich nur der Superbot, meiner kann's nicht. Angreifen können sie beide (wenn auch teilweise verbuggt)

MfG Manuel


RE: Bot - Milu2K - 05.06.2012

Meiner kann auch adeln aber nur BBs -.-"