[修正]水怪RPG Hospital

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
StickyKid
竹貓忠實會員
竹貓忠實會員
文章: 1019
註冊時間: 2003-01-31 10:32
來自: Taichung, Taiwan
聯繫:

[修正]水怪RPG Hospital

文章 StickyKid »

之前有網友反映到\r
醫院程式如果錢不夠的話\r
還是可以回復\r
所以修正了一下
煩請各位開啟rpg/hospital.php檔案

搜尋
else if ($hp > $profiledata['rpg_max_hp'] - $profiledata['rpg_cur_hp'])
{
$rpg_hospital_result = "你....這樣輸入是不行的喔....明明沒有那麼多的hp";
}



在下面加入\r
else if ($hp > $profiledata['user_points'])
{
$rpg_hospital_result = "咧....你錢明明沒有那麼多";
}[color]


在搜尋
else if ($mp > $profiledata['rpg_max_mp'] - $profiledata['rpg_cur_mp'])
{
$rpg_hospital_result = "你....這樣輸入是不行的喔....明明沒有那麼多的mp";
}


下面加入\r
else if ($mp > $profiledata['user_points'])
{
$rpg_hospital_result = "咧....你錢明明沒有那麼多";
}


使用OOHOO版本的虛擬貨幣請把所有user_points字串改成user_money
Helvetica is a feature-length independent film about typography.
主題已鎖定

回到「非官方認證外掛」