Bauernhof - 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: Bauernhof (/showthread.php?tid=1572) |
Bauernhof - Blabb - 18.05.2009 Wenn ich einstelle das der Bauernhof bis auf Stufe 60 gebaut werden kann,schluckt dieser dann auch mehr? RE: Bauernhof - Black Arrow - 18.05.2009 Du musst die Stufen, die du hinzugefügt hast in der datei {dslan}/htdocs/include/configs/farm_limits.php noch hinzufügen. RE: Bauernhof - Blabb - 18.05.2009 ja,habe ich grade auch gemekrt! danke RE: Bauernhof - Apfeltasche - 18.05.2009 <?php if ($config['bh_style']==0) { // S1 Style: $arr_farm = array( "1"=>"250", "2"=>"280", "3"=>"328", "4"=>"384", "5"=>"449", "6"=>"526", "7"=>"615", "8"=>"720", "9"=>"842", "10"=>"986", "11"=>"1153", "12"=>"1349", "13"=>"1579", "14"=>"1847", "15"=>"2161", "16"=>"2529", "17"=>"2959", "18"=>"3462", "19"=>"4050", "20"=>"4739", "21"=>"5545", "22"=>"6488", "23"=>"7591", "24"=>"8881", "25"=>"10391", "26"=>"12157", "27"=>"14224", "28"=>"16642", "29"=>"19472", "30"=>"22782", "31"=>"24642", "32"=>"26642", "33"=>"47000" ); } elseif ($config['bh_style']==1) { // SDS Style: $arr_farm = array( "1"=>"240", "2"=>"281", "3"=>"329", "4"=>"386", "5"=>"452", "6"=>"530", "7"=>"622", "8"=>"729", "9"=>"854", "10"=>"1002", "11"=>"1174", "12"=>"1376", "13"=>"1613", "14"=>"1891", "15"=>"2216", "16"=>"2598", "17"=>"3045", "18"=>"3569", "19"=>"4183", "20"=>"4904", "21"=>"5748", "22"=>"6737", "23"=>"7896", "24"=>"9255", "25"=>"10848", "26"=>"12715", "27"=>"14904", "28"=>"17469", "29"=>"20476", "30"=>"24000", "31"=>"27145", "32"=>"31898", "33"=>"34249", "34"=>"38181", "35"=>"42000" ); } ?> so ist das bei mir aber der Bauernhof h geht trotzdem nur bis 30 RE: Bauernhof - Black Arrow - 18.05.2009 pack das mal in einen spoiler: Code: [spoiler][/spoiler] du musst noch die maximale ausbaustufe in der buildings.php ändern. |