【求助】关于师门任务奖励的问题
mud吧
全部回复
仅看楼主
level 15
wromfey 楼主
想让qm奖励超潜能跟体会上限
将/adm/daemons/questd.c里的
/* if (! flag)
{
pot_limit = who->query_potential_limit() - query("potential", who);
if (pot > pot_limit) pot = pot_limit;
if (pot < 1) pot = 0;
mar_limit = who->query_experience_limit() - query("experience", who);
if (mar > mar_limit) mar = mar_limit;
if (mar < 1) mar = 0;
} else
{
if (who->query_potential_limit() < query("potential", who))
pot = 1 + random(2);
if (who->query_experience_limit() < query("experience", who))
mar = 1;
}
*/
此代码注释掉了,但测试发现潜能跟体会到上限之后潜能奖励跟体会奖励还是为一点
update 过了也重启过了
搜了下questd.c文件只有这一处上限限制奖励的
请问下大神们qm奖励如何能超上限呢?
2015年10月09日 06点10分 1
1