下面是引用class423于2004-07-28 12:07 PM发表的 :药水应该`攻击惊人`
$mypetmaxrate = ($petshowlevel^2)/3;if($action=="useatk") { if ($atkitem<1) {Showmsg('你没有攻击力药水<BR><BR><a href=petshop.php?index=mypet>我的宠物</a>');}else if ($petshowlevel>20 and $mypetatk+$mypetdef>$mypetmaxmaxrate) {Showmsg('你的宠物觉得自己攻击已经足够,不肯使用药水<BR><BR><a href=petshop.php?index=mypet>我的宠物</a>');}else{$query = $db->query("UPDATE cdb_mypetdata SET mypetatk=mypetatk+$atkup,atkitem=atkitem-1 WHERE username='$usernamepet'");Showmsg("使用成功,你的宝宝攻击力增加了 $atkup !<BR><BR><a href=petshop.php?index=mypet>我的宠物</a>");}}if($action=="usedef") { if ($defitem<1) {Showmsg('你没有防御力药水<BR><BR><a href=petshop.php?index=mypet>我的宠物</a>');}else if ($petshowlevel>20 and $mypetatk+$mypetdef>$mypetmaxmaxrate) {Showmsg('你的宠物觉得自己防御力已经足够,不肯使用药水<BR><BR><a href=petshop.php?index=mypet>我的宠物</a>');}else{$query = $db->query("UPDATE cdb_mypetdata SET mypetdef=mypetdef+$defup,defitem=defitem-1 WHERE username='$usernamepet'");Showmsg("使用成功,你的宝宝防御力增加了 $defup !<BR><BR><a href=petshop.php?index=mypet>我的宠物</a>");}}
下面是引用class423于2004-07-28 12:08 PM发表的 :为什么我打了风j一下攻击加了3?????????????
下面是引用风の铃音于2004-07-28 12:09 PM发表的 :为啥打我?