[Expand/Implement] rentitem/rentitembound 支持多个物品租赁/支持物品绑定租赁
ShiraGawaAnri opened this issue · 0 comments
ShiraGawaAnri commented
功能建议或构想
Ex:
*rentmultipleitem <道具Id>,<时间(秒)>{,<数量>}{,<account_id>};
对同一个道具同时租赁多个
*rentmultipleitembound <道具Id>,<时间(秒)>{,<数量>}{,<bound_type>}{,<account_id>};
对同一个道具同时租赁多个并且绑定,默认Bound_None
想实现它的原因
限时使用的物品
如限定期间内购买的精炼石,不希望玩家囤货到下次装备更新时,非常有用
Q: 为什么不用For循环或封装函数代替实现
A: 前者不雅观,无谓的代码量,后者既然都封装了为什么不在源码处理。
参考信息
BRA 个人JRO分支已经实现
No response