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)] = "●213년 1월:【역사모드8】익주 공방전"; $history[count($history)] = "●213년 1월:【이벤트】마등을 섬멸시킨 조조는 익주로 눈을 돌립니다."; $history[count($history)] = "●213년 1월:【이벤트】도망친 마초는 한중장로에게 의지합니다."; $history[count($history)] = "●213년 1월:【이벤트】유장은 장로에 맞서기 위해 유비에게 도움을 청합니다."; $history[count($history)] = "●213년 1월:【이벤트】일이 여의치 않은 유비는 등을 돌려 익주를 차지하려합니다."; $history[count($history)] = "●213년 1월:【이벤트】형주에 일었던 피바람은 익주에서 다시 불어오고 있습니다."; pushHistory($connect, $history); echo ""; ?>