📄 nt_1.php
字号:
<?
include "../inc/attest_lu.inc.php";
/*
===============================================================
= 侠域(Ver 0.9.0) 使用规则版本(Ver 0.2) =
此程序所有版权归原作者所有. 此版权信息不得删除.
= Copyright (C) 2001-2002 WFoxd =
= =
=版权所有(C)2002,作者 田野(风狐) 未经许可 不得使用 传播 =
=E-MAIL:wfoxd@cnnetgame.com =
=http://www.cnnetgame.com =
===============================================================
*/
include "../inc/config.inc.php";
include "../inc/style.inc.php";
/*
==============
=
=公元 2002年月日
==============
*/
//判断瞬移
include "../include/area_now.inc.php";
$way = array("bhc/lu_8.php","bhc/nt_1.php","bhc/nt_2.php");
area_now($way,$user_id);
//记录位置
include "../include/location_lu.inc.php";
up_location("田埂","bhc/nt_1.php","$user_id");
?>
<?
echo "<br>=============田埂===============<br>";
echo ("这是通往【百花城】南农田的一条田埂,你可以看到辛勤的农民在田里不断劳作。<br>
");
include "../include/tianqi.inc.php";
$damage = weather_info(10);
include "../include/xiaohao.inc.php";
xiaohao($damage,$user_id);
$npc_org = "田埂1";
include "../include/list_npc.inc.php";
include "../inc/db.inc.php";
mysql_query("UPDATE misc SET zd='Y' WHERE id='$user_id'");
mysql_close();
echo ("
<br>
这里可以通往==><br>
<a href=./lu_8.php>【南路】<a/>
<a href=./nt_2.php>【农田】<a/>
");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -