设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 1223|回复: 0
打印 上一主题 下一主题

[已经过期] 弄了捕捉召唤系统后与cp条脚本冲突

 关闭 [复制链接]

Lv1.梦旅人

梦石
0
星屑
50
在线时间
64 小时
注册时间
2011-5-1
帖子
33
跳转到指定楼层
1
发表于 2011-6-21 12:48:48 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
#--------------------------------------------------------------------------
  # ● CP条更新
  #--------------------------------------------------------------------------
  def refresh_cp
    if @blank_window.disposed?
      return
    end
    @blank_window.x = 128 - @info_viewport.ox
    @basepic.x = 144 - @info_viewport.ox   
    for iii in $game_party.members + $game_troop.members
      if iii.is_a?(Game_Actor)
        if iii.weapon_id == 0
          @cppic[iii].src_rect.set(96, 192, 24, 24)
        else
          icon_index = $data_weapons[iii.weapon_id].icon_index
          @cppic[iii].src_rect.set(icon_index % 16 * 24, icon_index / 16 * 24, 24, 24)
        end
      else
        @cppic[iii].src_rect.set(312, 216, 24, 24)
      end
      if iii.hp > 0
        @cppic[iii].visible = $CP可见
      else
        @cppic[iii].visible = false
      end
      if iii.waiting_time > 0
        @cppic[iii].x = 132 + 384 * (iii.max_waiting_time - iii.waiting_time) / iii.max_waiting_time - @info_viewport.ox
        @cppic[iii].y = 264 - 480 * (Graphics.frame_count % 2)
      else
        @cppic[iii].x = 132 + (iii.cp * 384 / 5000).to_i - @info_viewport.ox
        @cppic[iii].y = 264
      end      
    end
  end


这里面的          @cppic[iii].src_rect.set(icon_index % 16 * 24, icon_index / 16 * 24, 24, 24)
和捕捉召唤脚本除了冲突,一按召唤技能出现的不是捕捉到的敌人而是候补的成员,然后就跳出说这个错误。= =对了我还有弄角色仓库
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2025-1-11 12:59

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表