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)] = "●190년 1월:【역사모드2】반동탁연합 결성"; $history[count($history)] = "●190년 1월:【연합】조조의 주도하에 전국 각지의 세력들이 동탁 타도를 외치며 연합을 결성했습니다."; $history[count($history)] = "●190년 1월:【연합】진류에서 조조가 반동탁연합 격문을 썼습니다."; $history[count($history)] = "●190년 1월:【연합】남피원소가 맹주로 추대되었습니다."; $history[count($history)] = "●190년 1월:【연합】원술이 연합에 참가했습니다."; $history[count($history)] = "●190년 1월:【연합】장사손견이 연합에 참가했습니다."; $history[count($history)] = "●190년 1월:【연합】하비도겸이 연합에 참가했습니다."; $history[count($history)] = "●190년 1월:【연합】북평공손찬이 연합에 참가했습니다."; $history[count($history)] = "●190년 1월:【연합】서량마등이 연합에 참가했습니다."; $history[count($history)] = "●190년 1월:【연합】한복이 연합에 참가했습니다."; $history[count($history)] = "●190년 1월:【연합】복양유대가 연합에 참가했습니다."; $history[count($history)] = "●190년 1월:【연합】하내장양이 연합에 참가했습니다."; $history[count($history)] = "●190년 1월:【연합】평원유비가 연합에 참가했습니다."; $history[count($history)] = "●190년 1월:【연합】북해공융이 연합에 참가했습니다."; $history[count($history)] = "●190년 1월:【연합】공주가 연합에 참가했습니다."; pushHistory($connect, $history); echo ""; ?>