赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 1 |
经验 | 659 |
最后登录 | 2013-3-5 |
在线时间 | 7 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 7 小时
- 注册时间
- 2008-3-17
- 帖子
- 61
|
5楼
楼主 |
发表于 2008-3-20 02:01:42
|
只看该作者
Window_BattleResult
18-25行
super(160, 0, 320, @treasures.size * 32 + 64)
self.contents = Bitmap.new(width - 32, height - 32)
self.y = 160 - height / 2
self.back_opacity = 160
self.visible = false
$game_variables[25] *= $game_variables[24]+1
$game_variables[44] += $game_variables[25]
refresh
end
47-51行
y = 32
self.contents.font.color = normal_color
self.contents.draw_text(0,0,128-64,32,$game_variables[25].to_s,2)
self.contents.font.color = system_color
self.contents.draw_text(0,0,128,32,"魔感",2)
y = 64
上边的是原脚本,我想改成事件取得的{/fd}(原版本那个我也不知道该怎么改,也没有效果)
悲哀啊{/ll} |
|