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)] = "●194년 1월:【역사모드3】군웅할거"; $history[count($history)] = "●194년 1월:【이벤트】연주조조가 부친의 복수를 빌미로 서주 토벌에 나섭니다."; $history[count($history)] = "●194년 1월:【이벤트】평원유비가 원군에 나섭니다."; $history[count($history)] = "●194년 1월:【이벤트】여포가 진궁의 계책으로 진류를 확보했습니다."; $history[count($history)] = "●194년 1월:【이벤트】조조가 근거지 재탈환을 위해 급히 물러납니다."; $history[count($history)] = "●194년 1월:【이벤트】유비는 도겸의 권유로 소패에 머뭅니다."; $history[count($history)] = "●194년 1월:【이벤트】한편 하북에서 원소와 공손찬이 자웅을 겨루려 합니다."; $history[count($history)] = "●194년 1월:【이벤트】강동에서는 손책이 웅크리고 있습니다."; pushHistory($connect, $history); echo ""; ?>