Файл: war/war/kuznica.php
Строк: 26
<?php
define('PROTECTOR', 1);
$headmod = 'kuznica';//фикс. места
$textl='Кузница';
include('files/path.php');
include('files/gzips.php');
include($path.'files/db.php');
include($path.'files/auth.php');
include($path.'files/func.php');
include($path.'files/core.php');
include($path.'files/head.php');
include($path.'files/zag.php');
echo"<b><center>Кузница</b></center>";
echo'<hr>';
echo "<img src='pic/main/kuznica.png'/>";
echo "<font color="yellow">Каждая модификация вещей усиливает вещь на определенный % модификации.<br>
Все зависит от того какой у тебя свиток модификации!</font><br>
<br>Шанс модификации вещей:<br>1=100 %<br>2=50 %<br>3=45 %<br>4=40 %<br> 5=35 %<br> 6=25 %<br>7=20 %<br> 8=15 %<br> 9=10 %<br> 10=5 %<br>
Максимально можно модифицировать все вещи до 10.<br><b><br>* Внимание в процессе модификации, чем меньший % модификации, тем больше вероятность что вещь может сломаться!</b><br>Желаю успехов...";
echo'<hr>';
$scroll = mysql_result(mysql_query("SELECT COUNT(*) FROM res WHERE usr='$log' and tip='scroll'"),0);
echo "» <a href="inventar.php?mod=res&tip=scroll">Модификация вещей</a> ($scroll)";
include($path.'files/down.php');
////////////////////////////////////
include($path.'files/meny.php');
////////////////////////////////////
?>