插件名称: 經驗值+魔法值+生命值
插件作者: Zeuxis
安装难度: 容易
适用版本: MolyX2.60版本
技术支持: http://www.molyx.com
相關圖片:
==================================
插件安裝簡要說明:
1. 上載相關的目錄到空間中
2. 先打開 includes/xfunctions_exp_mp_hp.php 修改內在的文字
3. 再按照 Install.txt 進行相關資料的修改
=====================================
打開 showthread.php
找
<span class="small"><b>{$lang['exp_level']}: {$post['poster']['exp']['showlevel']} - {$post['poster']['exp']['textlevel']}</b></span><br />
<span class="small">{$lang['exp_hp']}: {$post['poster']['exp']['hp']} / {$post['poster']['exp']['maxhp']} </span>
<table cellspacing="0" cellpadding="0" width="110" border="0">
<tbody>
<tr>
<td width="3" height="13"><img height="13" src='./../../&'quot;./images/fxpic/img_left.gif" width="3"></td>
<td align="left" width="104" background='./../../&'quot;./images/fxpic/img_backing.gif" height="13">
<img height="13" src='./../../&'quot;./images/fxpic/img_fill2.gif" width="{$post['poster']['exp']['hpf']}%">
</td>
<td width="3" height="13">
<img height="13" src='./../../&'quot;./images/fxpic/img_right.gif" width="3">
</td>
</tr>
</tbody>
</table>
<span class="small">{$lang['exp_mp']}: {$post['poster']['exp']['mp']} / {$post['poster']['exp']['zmp']}</span>
<table cellspacing="0" cellpadding="0" width="110" border="0">
<tbody>
<tr>
<td width="3" height="13"><img height="13" src='./../../&'quot;./images/fxpic/img_left.gif" width="3"></td>
<td align="left" width="104" background='./../../&'quot;./images/fxpic/img_backing.gif" height="13">
<img height="13" src='./../../&'quot;./images/fxpic/img_fill.gif" width="{$post['poster']['exp']['mpf']}%">
</td>
<td width="3" height="13">
<img height="13" src='./../../&'quot;./images/fxpic/img_right.gif" width="3"></td>
</tr>
</tbody>
</table>
<span class="small">{$lang['exp_exp']}: {$post['poster']['exp']['ep']} % </span>
<table cellspacing="0" cellpadding="0" width="110" border="0">
<tbody>
<tr>
<td width="3" height="13"><img height="13" src='./../../&'quot;./images/fxpic/img_left.gif" width="3"></td>
<td align="left" width="104" background='./../../&'quot;./images/fxpic/img_backing.gif" height="13">
<img height="13" src='./../../&'quot;./images/fxpic/img_fill1.gif" width="{$post['poster']['exp']['ep']}">
</td>
<td width="3" height="13">
<img height="13" src='./../../&'quot;./images/fxpic/img_right.gif" width="3">
</td>
</tr>
</tbody>
</table>
<!--經驗值(HP, EXP, MP) End-->
//add exp_hp_mp - (* 為 en-us)
'exp_level' => 'Level',
'exp_hp' => 'HP',
'exp_mp' => 'MP',
'exp_exp' => 'EXP',
//add exp_hp_mp - (* 为 zh-cn)
'exp_level' => '等级',
'exp_hp' => 'HP(生命值)',
'exp_mp' => 'MP(魔力值)',
'exp_exp' => 'EXP(经验值)',
exp_hp_mp.rar( 文件大小: 41.6KB )支持一哈
不知道这个插件是干什么用的?
尤其对生命值和魔法值很困惑
先打開 includes/xfunctions_exp_mp_hp.php
为什么我的2。6的版本里没有这个文件呢?
??自己的帖子也不能编辑?
我错了,原来这个文件是插件包里带的
用扩展积分策略不能像这样图文并茂而已,好插件但用处不大的说。。。
請問一下
每每當我到了最後的一步,即
lang/*/showthread.php (* 為所使用的語系)
找 );
在上面加入