Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_achievement_33.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 <table><tr>
3 <td>
4 <?php if(($cpl['33']) ) { ?>
5 <img src="img/ach/33.gif">
6 <?php } else { ?>
7 <img src="img/achievement_not_done.gif">
8 <?php } ?>
9 </td>
10 <td valign="top" align="left">
11 <b>
12 <?php if(($cpl['33']=='0') ) { ?>
13 诅咒之刃
14 <?php } if(($cpl['33']=='999') ) { ?>
15 诅咒之刃
16 <?php } ?>
17 </b>
18 <?php if(($cpl['33']=='999') ) { ?>
19 <span class="lime">[完成]</span>
20 <?php } else { ?>
21 <span class="red">[未完成]</span>
22 <?php } ?>
23 <br>
24 <font color="yellow">完成次数: <?php echo $prc['33']?>次<br></font>
25 <font color="olive">奖励: 切糕522 <span class="evergreen">称号 剑圣</span><br></font>化解诅咒需以毒攻毒。豪运自然也不可或缺。<br>
26 </td>
27 </tr></table>