Server Information

Here you will find all basic information about '.$config['site_title'].''; ?> config['enabled'] != 0) { // Stages are beeing used echo "

Server stages

"; foreach ($stages_path->children()->stage as $stages) { if($stages['maxlevel'] === NULL) { echo ''; } else { echo ''; } } echo '
Minium levelMaximun levelMultiplier
'.$stages['minlevel'].'
Infinite
x'.$stages['multiplier'].'
'.$stages['minlevel'].'
'.$stages['maxlevel'].'
x'.$stages['multiplier'].'
'; } else { // Not using stages echo "

Server rates

Experience rateSkills rateMagic rateLoot rate
x".$lua_path['rateExp']."
x".$lua_path['rateSkill']."
x".$lua_path['rateMagic']."
x".$lua_path['rateLoot']."
"; } // General info $information = array( 'World type' => $lua_path['worldType'], 'Protection level' => $lua_path['protectionLevel'], 'Kills to red skull' => $lua_path['killsToRedSkull'], 'Kills to black skull' => $lua_path['killsToBlackSkull'], 'Remove ammo' => $lua_path['removeAmmoWhenUsingDistanceWeapon'], 'Remove runes' => $lua_path['removeChargesFromRunes'], 'Time to decrease frags' => $lua_path['timeToDecreaseFrags'], 'House rent period' => $lua_path['houseRentPeriod'], 'AFK Kickout minutes' => $lua_path['kickIdlePlayerAfterMinutes'], 'Location' => $lua_path['location'], 'Owner name' => $lua_path['ownerName'] ); echo "

Server general information

'; ?>