Project1

标题: va脚本移植mv,会的人,备注自己的QQ,价格好商量。拜托了 [打印本页]

作者: 小小帝国    时间: 2019-6-28 18:38
标题: va脚本移植mv,会的人,备注自己的QQ,价格好商量。拜托了
#
# Parallel Common in Battle
#
# Copyright 2016 aoitofu
# Author : aoitofu<[email protected]>
#          aoitofu.ie-t.net
#
# for RPG Tkool VX Ace
#
#
# 戦闘時に並列実行のコモンイベントをフィールドと同じように実行します。
#
#
# 【使い方】
# 素材欄に追加するだけで使うことができます。
# 特に重要な設定はありません。
#
# 【競合・バグについて】
# 新しい変数は使用しておらず、Game_Mapクラスに
# 新たな関数を一つ追加したのみですので競合の可能性は低いです。
# しかし、他スクリプト競合した、バグを発見した場合は
# 上記メールアドレスにてサポートを受け付けます。
#

class Game_Map
  #--------------------------------------------------------------------------
  # ● 並列実行イベントの更新(戦闘時)
  #--------------------------------------------------------------------------
  def update_parallel_events
    @common_events.each {|event| event.refresh }
    @common_events.each {|event| event.update }
  end
end

class Scene_Battle < Scene_Base
  #--------------------------------------------------------------------------
  # ● フレーム更新(基本)
  #--------------------------------------------------------------------------
  alias old_Scene_Battle_update_basic update_basic
  def update_basic
    old_Scene_Battle_update_basic
    $game_map.update_parallel_events
  end
end

作者: soulsaga    时间: 2019-6-28 18:38
https://rpg.blue/thread-477563-1-1.html

我想说..MV有类似的脚本的..
作者: 无阻软件    时间: 2019-6-28 18:48
Q100.150.971
作者: 小小帝国    时间: 2019-6-30 18:30
无阻软件 发表于 2019-6-28 18:48
Q100.150.971

骗子,还我钱。







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