SMF Thailand.

Other Forums Support => General Thai Support vBulletin => ข้อความที่เริ่มโดย: NUTKABPOM ที่ 11/10/06, 21:51:48

หัวข้อ: [Mod] RPG Stats, yet again! [vB 3.5.0 RC2]
เริ่มหัวข้อโดย: NUTKABPOM ที่ 11/10/06, 21:51:48
RPG Stats 1.2

Download :
XML (http://smf.rcweb.net/index.php?action=dlattach;topic=1179.0;attach=313)
Image bar (http://smf.rcweb.net/index.php?action=dlattach;topic=1179.0;attach=314)

How To Install -
ติดตั้งอย่างไร

Upload the provided XML file
อัพโหลดไฟล์ XML

Add the following to your postbit or postbit_legacy template
เพิ่มไอ้นี่ที่ postbit หรือ postbit_legacy ในเทมเพลท
(โพสใน postbit หรือ postbit_lagacy ขึ้นอยู่กับว่าแสดงรายละเอียดผู้โพสไว้ตรงไหน
ถ้าไว้ข้างบนโพสก็เลือก postbit ถ้าอยู่ด้านซ้ายก็เลือก postbit_lagacy ครับ)
where you see fit.
ถ้าจะเอาแบบให้แสดงเฉพาะตัวเลขน่ะ
โค้ด: [เลือก]
<div class="smallfont">Level: $showlevel<br />
HP: $hp / $maxhp<br />
MP: $mp / $maxmp<br />
EXP: $ep% <br />
</div>


If you want a prettier stats
ถ้าอยากให้แสดงแบบเป็นแถบๆ

You can use this code which was provided by haiboss (http://www.vbulletin.org/forum/member.php?userid=106918)

Please upload the level folder found in the zip to your images/misc folder.
กรุณาอัพโหลดโฟเดอร์เลเว่ลที่ซิปอยู่ไปไว้ในโฟเดอร์ images/misc
โค้ด: [เลือก]
Level: $showlevel<br />
HP: $hp / $maxhp
<table width="100%" >
<tr style="background-image:url($stylevar[imgdir_misc]/level/red_faded.gif)">
<td nowrap="nowrap" ><img src="$stylevar[imgdir_misc]/level/red_left.gif" height="8"><img src="$stylevar[imgdir_misc]/level/red.gif" width="$hpf% " height="8" /><img src="$stylevar[imgdir_misc]/level/red_faded_right.gif" width="1" height="8" /></td>
</tr>
</table>
<span>MP: $mp / $maxmp</span>
<table width="100%" >
<tr style="background-image:url($stylevar[imgdir_misc]/level/green_faded.gif)">
<td nowrap="nowrap" ><img src="$stylevar[imgdir_misc]/level/green_left.gif" height="8"><img src="$stylevar[imgdir_misc]/level/green.gif" width="$mpf%" height="8" /><img src="$stylevar[imgdir_misc]/level/green_faded_right.gif" width="1" height="8" /></td>
</tr>
</table>
<span>EXP: $ep% </span>
<table width="100%" >
<tr style="background-image:url($stylevar[imgdir_misc]/level/grey_faded.gif)">
<td nowrap="nowrap"><img src="$stylevar[imgdir_misc]/level/grey_left.gif" height="8"><img src="$stylevar[imgdir_misc]/level/grey.gif" width="$ep%" height="8" /><img src="$stylevar[imgdir_misc]/level/grey_faded_right.gif" width="1" height="8" /></td>
</tr>
</table>

เอามาจากเว็บบอร์ดอะไรก็ไม่รู้ครับ เป็นภาษารัฐเซีย
ลองลงบน 3.5.4 แล้วครับ ใช้งานได้

[ไฟล์แนบถูกลบโดยผู้ดำเนินการ]