Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Was ist da falsch ??
#21
Danke da stehts Big Grin

Aber das sieht so aus :
PHP Code:
<?php

// FARM

// ************************** CUSTOM SETTINGS **************************
// Here you can set your own seetings for the farm.
// What values for the farm should be used?
// true = yours
// false = default
$bh_custom_values false;

// What population should you have on level 1?
$bh_low_value 500;

// What population should you have on what level?
$bh_high_stage 30;        // level
$bh_high_value 50000;        // population

// ************************ CUSTOM SETTINGS END ************************







if(!$bh_custom_values)    
{
    if(
$config['bh_style']==0)
    {
        
$bh_low_value 250;
        
$bh_high_value 22782;
        
$bh_high_stage 30;
    }
    elseif(
$config['bh_style']==1)
    {
        
$bh_low_value 240;
        
$bh_high_value 24000;
        
$bh_high_stage 30;
    }
}

$bh_max_define 2*($cl_builds->get_maxstage("farm"));
$arr_farm = array();

for(
$c=1;$c<=$bh_max_define;$c++)
{
    
$arr_farm[$c] = round($bh_low_value pow(pow(($bh_high_value $bh_low_value), (1/($bh_high_stage 1))), ($c 1)));
}
?>


Da hat man ja gaarkein überblick :/


Messages In This Thread
Was ist da falsch ?? - by Joker 1999 - 11.04.2012, 17:50
RE: Was ist da falsch ?? - by Molt - 11.04.2012, 18:31
RE: Was ist da falsch ?? - by Joker 1999 - 12.04.2012, 10:46
RE: Was ist da falsch ?? - by Dsaddicted - 12.04.2012, 15:37
RE: Was ist da falsch ?? - by Molt - 12.04.2012, 15:48
RE: Was ist da falsch ?? - by Joker 1999 - 12.04.2012, 18:13
RE: Was ist da falsch ?? - by Molt - 12.04.2012, 18:52
RE: Was ist da falsch ?? - by Joker 1999 - 13.04.2012, 16:11
RE: Was ist da falsch ?? - by Molt - 13.04.2012, 17:12
RE: Was ist da falsch ?? - by Joker 1999 - 13.04.2012, 19:04
RE: Was ist da falsch ?? - by Dsaddicted - 14.04.2012, 11:05
RE: Was ist da falsch ?? - by Joker 1999 - 14.04.2012, 17:01
RE: Was ist da falsch ?? - by Domi95 - 14.04.2012, 18:06
RE: Was ist da falsch ?? - by Joker 1999 - 14.04.2012, 18:27
RE: Was ist da falsch ?? - by Domi95 - 14.04.2012, 18:48
RE: Was ist da falsch ?? - by Molt - 14.04.2012, 19:16
RE: Was ist da falsch ?? - by Joker 1999 - 15.04.2012, 10:46
RE: Was ist da falsch ?? - by Joker 1999 - 15.04.2012, 11:51
RE: Was ist da falsch ?? - by Domi95 - 15.04.2012, 12:08
RE: Was ist da falsch ?? - by Molt - 15.04.2012, 12:10
RE: Was ist da falsch ?? - by Joker 1999 - 15.04.2012, 12:30
RE: Was ist da falsch ?? - by Domi95 - 15.04.2012, 12:38
RE: Was ist da falsch ?? - by Joker 1999 - 15.04.2012, 12:53
RE: Was ist da falsch ?? - by Domi95 - 15.04.2012, 13:00
RE: Was ist da falsch ?? - by Molt - 15.04.2012, 13:26
RE: Was ist da falsch ?? - by Joker 1999 - 15.04.2012, 17:22
RE: Was ist da falsch ?? - by Molt - 15.04.2012, 18:56
RE: Was ist da falsch ?? - by Joker 1999 - 16.04.2012, 15:05
RE: Was ist da falsch ?? - by Molt - 16.04.2012, 15:10



Users browsing this thread: 1 Guest(s)