TWLan Forum
Speicher Problem - 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: Speicher Problem (/showthread.php?tid=1260)



Speicher Problem - Tayflore - 21.03.2009

Hallo,

hab ein dickes probl...
mein speicher geht nur auf Stufe 29.
Die Einstellungen (Für Speicher):

Code:
$cl_builds->add_build("Speicher","storage");

$cl_builds->set_woodprice("60","1.265");

$cl_builds->set_stoneprice("50","1.27");

$cl_builds->set_ironprice("40","1.245");

$cl_builds->set_bhprice("0","1");

$cl_builds->set_time("1224","1.2");

$cl_builds->set_points("6","1.2");

$cl_builds->set_needbuilds(array());

$cl_builds->set_maxstage("30");

$cl_builds->set_specials(array());

$cl_builds->set_description("Im Speicher können die von deinem Dorf produzierten Rohstoffe gelagert werden. Je höher die Ausbaustufe des Speichers, desto mehr Rohstoffe können eingelagert werden.");

Wer kann mir helfen?

mfg


RE: Speicher Problem - zyrak123 - 21.03.2009

ich glaub ich kann dir helfen hatte dieses problem auch schon warte!


ok geh auf htdocs/include/config/max_storage.php

und poste mal was dort bei dir steht!


RE: Speicher Problem - Black Arrow - 21.03.2009

die datei ist korrekt. daran kann der fehler nicht liegen.hast du vorher irgentwo was verändert?


RE: Speicher Problem - zyrak123 - 21.03.2009

bei mir war der fehler auch es lag daran das folgendes fehlte ihn der datei max_storage.php

Quote:<?php

$arr_maxstorage = array(



"1"=>"1000",
"2"=>"1229",
"3"=>"1512",
"4"=>"1859",
"5"=>"2285",
"6"=>"2810",
"7"=>"3454",
"8"=>"4247",
"9"=>"5222",
"10"=>"6420",
"11"=>"7893",
"12"=>"9705",
"13"=>"11932",
"14"=>"14670",
"15"=>"18037",
"16"=>"22177",
"17"=>"27266",
"18"=>"33523",
"19"=>"41217",
"20"=>"50675",
"21"=>"62305",
"22"=>"76604",
"23"=>"94184",
"24"=>"115798",
"25"=>"142373",
"26"=>"175047",
"27"=>"215219",
"28"=>"264611",
"29"=>"325337",
"30"=>"400000"

);

?>
das dick makierte fehlte bei mir^^


RE: Speicher Problem - Black Arrow - 21.03.2009

das kann sein, das es deswegen bei ihm so ist. deswegen habe ich ja gefragt gehabt, ob er was vorher verändert hat.