0"; MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); $query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); //전방설정 $query = "select nation from nation"; $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); $count = MYDB_num_rows($result); for($i=0; $i < $count; $i++) { $nation = MYDB_fetch_array($result); SetNationFront($connect, $nation['nation']); } //////////////////////////도시 끝/////////////////////////////////////////////// //////////////////////////이벤트/////////////////////////////////////////////// $history[count($history)] = "●196년 1월:【역사모드4】황제는 허도로"; $history[count($history)] = "●196년 1월:【이벤트】황제가 이각에게서 탈출하여 낙양으로 향합니다."; $history[count($history)] = "●196년 1월:【이벤트】황제는 폐허가 된 낙양의 수비를 위해 몇 군벌들에게 서신을 띄웁니다.."; $history[count($history)] = "●196년 1월:【이벤트】기주원소는 세력 다지기에 바쁩니다."; $history[count($history)] = "●196년 1월:【이벤트】연주조조가 병력을 출동하여 낙양을 점거합니다."; $history[count($history)] = "●196년 1월:【이벤트】조조는 황제를 강압적으로 허창으로 이주시킵니다."; $history[count($history)] = "●196년 1월:【이벤트】여포는 패주하여 유비에 몸을 맡깁니다."; $history[count($history)] = "●196년 1월:【이벤트】유비는 여포에게 소패를 내어줍니다."; $history[count($history)] = "●196년 1월:【이벤트】동오손책은 소패왕의 이름을 떨칩니다."; $history[count($history)] = "●196년 1월:【이벤트】회남원술은 황제가 될 기회를 노리고 있습니다."; pushHistory($connect, $history); //echo ""; echo 'install3_ok.php';//TODO:debug all and replace