Project1

标题: 請問我要怎麼讓特定裝備不可售出? [打印本页]

作者: iop20070710    时间: 2017-3-6 20:48
标题: 請問我要怎麼讓特定裝備不可售出?
如提

請問這個是能夠在內建的東西就能做到,還是需要修改什麼腳本?
作者: 夜狠简单    时间: 2017-3-6 22:36
价格设为0
作者: 世界第一中二    时间: 2017-3-6 23:59
价格设为0,下面的这个脚本可以让该装备(物品)不出现在出售列表中
  1. class Window_ShopSell; alias m5_20150914_include? include?
  2.   def include?(item)
  3.     return false unless m5_20150914_include? item
  4.     enable? item
  5. end; end
复制代码





欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1