赞 | 0 |
VIP | 0 |
好人卡 | 1 |
积分 | 0 |
经验 | 7054 |
最后登录 | 2014-2-23 |
在线时间 | 177 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 49
- 在线时间
- 177 小时
- 注册时间
- 2011-7-3
- 帖子
- 235
|
4楼
楼主 |
发表于 2012-1-14 08:28:27
|
只看该作者
本帖最后由 TheRebirth 于 2012-1-14 08:28 编辑
公共事件使用脚本如下 (全还原,包括空格,回车)
*reset_stage
*for i in 0..6
set_enemy(120,1,96 + rand(328),-32,2,30)
end
set_stop(160)
*for i in 0..8
set_enemy(160 + i * 12,2,96 + i * 16,-
32,2,30)
end
set_stop(256)
*for i in 0..8
set_enemy(260 + i * 12,2,392 - i * 16,-
32,2,30)
end
set_stop(356)
*for i in 0..6
set_enemy(360 + i * 60,3,96 + rand(328)
,-32,2,30)
end
for i in 0..30
set_enemy(360 + i * 12,rand(2) + 3,rand
(328) + 96,-32,2,30)
end
set_stop(750)
*set_enemy(1000,6,228,-32,1,60)
*set_stop(1050)
set_end(1600)
*@tshoot_p_name = "Character"
@tshoot_p_index = 0
@tshoot_p_speed = 4096
@tshoot_p_speed_slow = 2048
@tshoot_bgm = "Audio/BGM/Level1.ogg"
@tshoot_ground =
"Graphic/System/Level1.jpg"
@tshoot_stage = TShoot_Stage.new
@tshoot_life = $game_variables[23]
@tshoot_bomb = $game_variables[25]
@tshoot_bomb_reset = false
*$scene = TShoot_Scene.new
*$difficulty = $game_variables[2]
$charspecial = $game_variables[5]
现有脚本在此:
Scripts.rvdata
(157.68 KB, 下载次数: 42)
还有一个最令人头疼的问题尚未得到解决 :
http://rpg.blue/thread-219284-1-1.html |
|