VIPArcher 发表于 2016-11-17 00:49
五行脚本里有这份套餐,大概可以解决:
https://rpg.blue/forum.php?mod=redirect&goto=findpost&ptid=3 ...
class Window_BattleItem < Window_ItemList alias vip16517_include? include? def include?(item) if item && item.note =~ /<可用角色:\s*(\d+.*?)>/ $1.scan(/\d+/).include?(BattleManager.actor.id.to_s) && vip16517_include?(item) else vip16517_include?(item) end end end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |