quest update

This commit is contained in:
Shadow
2014-03-10 08:06:59 +02:00
parent 9c4ffbf024
commit 69389645ea
19 changed files with 66 additions and 36 deletions
+2 -5
View File
@@ -85,11 +85,8 @@ for ($i=1;$i<=20;$i++) {
//set event last quest
if (($_SESSION['qst']==38 && QTYPE==37) || ($_SESSION['qst']==31 && QTYPE==25)){
if ($i<8) {
//$x=rand(1,20);
$dte=array("tur","purp","yell","oran","green","red","blue");
//$im="e".rand(1, 7);
$im=$dte[$i];
$dte=array("tur","purp","yell","oran","green","red","dark");
$im=$dte[$i-1];
echo "<img src=\"img/x.gif\" class=\"building e$i rocket $im\" alt=\"$text\" />";
}
}