mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-04 03:44:23 +00:00
fix quest_core.tpl and error on install/include/multihunter.php
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
## ##
|
||||
#################################################################################
|
||||
|
||||
include("../GameEngine/config.php");
|
||||
include("../GameEngine/Data/buidata.php");
|
||||
include("../../GameEngine/config.php");
|
||||
include("../../GameEngine/Data/buidata.php");
|
||||
|
||||
class adm_DB {
|
||||
var $connection;
|
||||
|
||||
@@ -588,16 +588,8 @@ if ($ironL<4 || $clayL<4 || $woodL<4 || $cropL<6){?>
|
||||
<?php } elseif($_SESSION['qst']== 23){
|
||||
$database->updateUserField($_SESSION['username'],'quest','24',0);
|
||||
$_SESSION['qst']= 24; ?>
|
||||
{"markup":"\n\t\t<div id=\"qstd\"><h1> <img class=\"point\" src=\"img\/x.gif\" alt=\"\" title=\"\"\/> Tasks<\/h1><br \/><i>”All tasks achieved!”<\/i><br \/><span id=\"qst_accpt\"><\/span><\/div>\n\t\t<div id=\"qstbg\" class=\"intro\"><\/div>\n\t\t","number":-25,"reward":false,"qgsrc":"q_l<?php echo $session->userinfo['tribe'];?>","msrc":"<?php echo $messagelol; ?>","altstep":0}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{"markup":"\n\t\t<div id=\"qstd\"><h1> <img class=\"point\" src=\"img\/x.gif\" alt=\"\" title=\"\"\/> Tasks<\/h1><br \/><i>”All tasks achieved!”<\/i><br \/><span id=\"qst_accpt\"><\/span><\/div>\n\t\t<div id=\"qstbg\" class=\"intro\"><\/div>\n\t\t","number":-25,"reward":false,"qgsrc":"q_l<?php echo $session->userinfo['tribe'];?>","msrc":"<?php echo $messagelol; ?>","altstep":0}<a href=\"javascript: qst_next('','23');\">Continue to play.<\/a>
|
||||
<?php
|
||||
//90+ is task skipped <a href=\"javascript: qst_next('','23');\">Continue with the next task.<\/a>
|
||||
//1
|
||||
} elseif($_SESSION['qst']==90){
|
||||
$time=time();?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user