赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 1 |
经验 | 1265 |
最后登录 | 2018-9-22 |
在线时间 | 0 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 55
- 在线时间
- 0 小时
- 注册时间
- 2006-9-21
- 帖子
- 22
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
先看这个帖
http://rpg.blue/web/htm/news87.htm
然后定义 game_声望
class Interpreter
#--------------------------------------------------------------------------
# ◇ 更改物品价格百分比
#--------------------------------------------------------------------------
def sw
$sw = 100-$game_variables[2]
end
#--------------------------------------------------------------------------
# $game_variables[2]为声望值
#--------------------------------------------------------------------------
end
最后在商店前加脚本:command_物品定价(001, sw)
声望 可以根据自己的不同情况而定
|
|