1 <?php
if(!defined(
'IN_GAME')) exit(
'Access Denied'); ?>
2 发现了物品 <span
class=
"yellow"><?php echo $itm0?></span>,类型:<?php echo $itmk0_words?>
3 <?php
if(($itmsk0) && !is_numeric($itmsk0)) { ?>
4 ,属性:<?php echo $itmsk0_words?>
6 ,效:<?php echo $itme0?>,耐:<?php echo $itms0?>。
11 <input type=
"hidden" id=
"mode" name=
"mode" value=
"itemmain">
12 <input type=
"hidden" id=
"command" name=
"command" value=
"itemget">
13 <input type=
"button" class=
"cmdbutton" name=
"itemget" value=
"拾取" onclick=
"postCmd('gamecmd','command.php');this.disabled=true;"><br><br>
14 <input type=
"button" class=
"cmdbutton" name=
"dropitm0" value=
"丢弃" onclick=
"$('command').value='dropitm0';postCmd('gamecmd','command.php');this.disabled=true;">