📄 lu_5.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_4.php","bhc/lu_5.php","bhc/lu_6.php","org_zt/bhg_1.php");
area_now($way,$user_id);
//记录位置
include "../include/location_lu.inc.php";
up_location("南驿道5","bhc/lu_5.php","$user_id");
?>
<?
echo "<br>=============南驿道5===============<br>";
echo ("这是一条笔直的驿道,你可以看到远处连绵的山峦。<br>
");
include "../include/tianqi.inc.php";
$damage = weather_info(10);
include "../include/xiaohao.inc.php";
xiaohao($damage,$user_id);
$npc_org = "南驿道5";
include "../include/list_npc.inc.php";
echo ("
<br>
这里可以通往==><br>
<a href=./lu_4.php>【南驿道4】<a/>
<a href=../org_zt/bhg_1.php>【百花宫】<a/>
<a href=./lu_6.php>【南驿道6】<a/>
");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -