Commit 0fac91f0 authored by Nemo Ma's avatar Nemo Ma

Etobicoke Interim 4

parent 60ad6150
This diff is collapsed.
......@@ -103,6 +103,9 @@ table.admin td.tdtitle {
.grey{color:#999; font: bold 10pt "微软雅黑" serif;line-height:16px}
.linen{color:rgb(200,192,184); font: bold 10pt "微软雅黑" serif;line-height:16px}
.L5{color: #ff0000;font: bold 10pt "微软雅黑" serif;line-height:16px;background:url("../../img/backround4.gif") repeat-x;}
.redseed{color:#ff6599; font: bold 10pt "微软雅黑" serif;line-height:16px}
.blueseed{color:#b5d5f7; font: bold 10pt "微软雅黑" serif;line-height:16px}
.seedhint{background-image: url("../../img/rbfireseed.png");font: 8pt;-webkit-text-stroke: 0.3px white;}
@keyframes blueflicker {
0%, 18%, 22%, 25%, 53%, 57%, 100% {
......
......@@ -370,7 +370,7 @@ function attack($wep_kind = 'N', $active = 0) {
if($w_arte < 100){
$log .= "<span class=\"red\">对手身上的数据护盾投射出了防护罩,轻松挡下了你的攻击!</span><br>";
$w_arte = $w_arte + $w_arts;
if($w_arte < 100){$w_arte = 100;}
if($w_arte > 100){$w_arte = 100;}
return 0;
}else{
$log .= "<span class=\"red\">对手身上的数据护盾失效了!</span><br>";
......@@ -379,7 +379,7 @@ function attack($wep_kind = 'N', $active = 0) {
if($w_arte > 1){
$log .= "<span class=\"red\">对手身上的数据护盾投射出了防护罩,轻松挡下了你的攻击!</span><br>";
$w_arte = $w_arte - $w_arts;
if($w_arte > 1){$w_arte = 1;}
if($w_arte < 1){$w_arte = 1;}
return 0;
}else{
$log .= "<span class=\"red\">对手身上的数据护盾失效了!</span><br>";
......@@ -786,7 +786,7 @@ function defend($w_wep_kind = 'N', $active = 0) {
if($w_arte < 100){
$log .= "<span class=\"red\">对手身上的数据护盾投射出了防护罩,轻松挡下了你的攻击!</span><br>";
$w_arte = $w_arte + $w_arts;
if($w_arte < 100){$w_arte = 100;}
if($w_arte > 100){$w_arte = 100;}
return 0;
}else{
$log .= "<span class=\"red\">对手身上的数据护盾失效了!</span><br>";
......@@ -795,7 +795,7 @@ function defend($w_wep_kind = 'N', $active = 0) {
if($w_arte > 1){
$log .= "<span class=\"red\">对手身上的数据护盾投射出了防护罩,轻松挡下了你的攻击!</span><br>";
$w_arte = $w_arte - $w_arts;
if($w_arte > 1){$w_arte = 1;}
if($w_arte < 1){$w_arte = 1;}
return 0;
}else{
$log .= "<span class=\"red\">对手身上的数据护盾失效了!</span><br>";
......@@ -804,24 +804,13 @@ function defend($w_wep_kind = 'N', $active = 0) {
}
if($artk=="AA"){ //受击判定 - 对己
if($w_type!=0){ // NPC 用
if($w_arte < 100){
$log .= "<span class=\"red\">你身上的数据护盾投射出了防护罩,轻松挡下了对手的攻击!</span><br>";
$w_arte = $w_arte + $w_arts;
if($w_arte < 100){$w_arte = 100;}
return 0;
}else{
$log .= "<span class=\"red\">你身上的数据护盾失效了!</span><br>";
}
}else{ // 玩家用
if($arte > 1){
$log .= "<span class=\"red\">你身上的数据护盾投射出了防护罩,轻松挡下了对手的攻击!</span><br>";
$arte = $arte - $arts;
if($arte > 1){$arte = 1;}
return 0;
}else{
$log .= "<span class=\"red\">你身上的数据护盾失效了!</span><br>";
}
if($arte > 1){
$log .= "<span class=\"red\">你身上的数据护盾投射出了防护罩,轻松挡下了对手的攻击!</span><br>";
$arte = $arte - $arts;
if($arte < 1){$arte = 1;}
return 0;
}else{
$log .= "<span class=\"red\">你身上的数据护盾失效了!</span><br>";
}
}
......
......@@ -11,7 +11,7 @@
<tr>
<td class="b1" colspan=2 height=20px><span>Lv. $w_lvl</span></td>
<td class="b1" colspan=2><span>$w_name</span></td>
<td class="b1" colspan=2><span>$w_sNoinfo</span></td>
<td class="b1" colspan=2><span>$w_sNoinfo</span><!--{if $club==19}--><span class="lime">报应点数:<span id="anum">$w_rp</span></span><!--{/if}--></td>
<td class="b5" rowspan=4 width=140px colspan=1 height=80px><IMG src="img/$w_iconImg" height=80px border="0" align="middle" <!--{if $w_hp==0}-->style="filter:Xray()"<!--{/if}--> /></td>
</tr>
<tr>
......
<!--{if (CURSCRIPT == 'game' && $pls=='1')}-->
<style>
body {background-image: url("../../img/location/1.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='2')}-->
<style>
body {background-image: url("../../img/location/2.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='3')}-->
<style>
body {background-image: url("../../img/location/3.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='4')}-->
<style>
body {background-image: url("../../img/location/4.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='5')}-->
<style>
body {background-image: url("../../img/location/5.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='6')}-->
<style>
body {background-image: url("../../img/location/6.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='7')}-->
<style>
body {background-image: url("../../img/location/7.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='8')}-->
<style>
body {background-image: url("../../img/location/8.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='9')}-->
<style>
body {background-image: url("../../img/location/9.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='10')}-->
<style>
body {background-image: url("../../img/location/10.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='11')}-->
<style>
body {background-image: url("../../img/location/11.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='12')}-->
<style>
body {background-image: url("../../img/location/12.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='13')}-->
<style>
body {background-image: url("../../img/location/13.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='14')}-->
<style>
body {background-image: url("../../img/location/14.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='15')}-->
<style>
body {background-image: url("../../img/location/15.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='16')}-->
<style>
body {background-image: url("../../img/location/16.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='17')}-->
<style>
body {background-image: url("../../img/location/17.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='18')}-->
<style>
body {background-image: url("../../img/location/18.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='19')}-->
<style>
body {background-image: url("../../img/location/19.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='20')}-->
<style>
body {background-image: url("../../img/location/20.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='21')}-->
<style>
body {background-image: url("../../img/location/21.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='22')}-->
<style>
body {background-image: url("../../img/location/22.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='23')}-->
<style>
body {background-image: url("../../img/location/23.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='24')}-->
<style>
body {background-image: url("../../img/location/24.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='25')}-->
<style>
body {background-image: url("../../img/location/25.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='26')}-->
<style>
body {background-image: url("../../img/location/26.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='27')}-->
<style>
body {background-image: url("../../img/location/27.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='28')}-->
<style>
body {background-image: url("../../img/location/28.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='29')}-->
<style>
body {background-image: url("../../img/location/29.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='30')}-->
<style>
body {background-image: url("../../img/location/30.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='31')}-->
<style>
body {background-image: url("../../img/location/31.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='32')}-->
<style>
body {background-image: url("../../img/location/32.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='33')}-->
<style>
body {background-image: url("../../img/location/33.jpg");background-position: center;}
</style>
<!--{/if}-->
<!--{if (CURSCRIPT == 'game' && $pls=='34')}-->
<style>
body {background-image: url("../../img/location/34.jpg");background-position: center;}
</style>
<!--{/if}-->
<input type="hidden" id="mode" name="mode" value="command">
<input type="hidden" id="command" name="command" value="menu">
<input type="hidden" id="subcmd" name="subcmd" value="">
......@@ -28,6 +198,7 @@
<input type="button" class="cmdbutton" <!--{if strpos($itmk6,'W')===0 || strpos($itmk6,'D')===0 || strpos($itmk6,'A')===0}-->value="装备"<!--{else}-->value="使用"<!--{/if}--> onclick="$('mode').value='command';$('command').value='itm6';postCmd('gamecmd','command.php');this.disabled=true;"><span class="yellow">{$itm6}</span>/{$itme6}/{$itms6}<br>
<!--{/if}-->
<br>
<!--{if $club==19}--><span class="lime">报应点数:<span id="anum">$rp</span></span><br><!--{/if}-->
<input type="button" class="cmdbutton" id="itemmix" name="itemmix" value="道具合成" onclick="$('command').value='itemmain';$('subcmd').name='itemcmd';$('subcmd').value='itemmix';postCmd('gamecmd','command.php');this.disabled=true;">
<input type="button" class="cmdbutton" id="itemmerge" name="itemmerge" value="整理包裹" onclick="$('command').value='itemmain';$('subcmd').name='itemcmd';$('subcmd').value='itemmerge';postCmd('gamecmd','command.php');this.disabled=true;">
<!--{if strpos($artk,'ss')!==false}-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment