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

Project1

 找回密码
 注册会员
搜索

怎么把在使用物品时右方显示的人物状态栏去掉

查看数: 3750 | 评论数: 9 | 收藏 1
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2019-4-17 17:18

正文摘要:

如图,能否用脚本去掉呢?

回复

saiegg2005 发表于 2019-4-18 15:30:14

啊我知道怎么处理了呢,只要把等级那段代码注释掉就好了呢
saiegg2005 发表于 2019-4-18 11:45:13

你好,阁下的脚本已经将上图右方人物状态栏里的HP,MP删除了,不过人物等级还在来着,冒昧问下等级能否也去掉吗?
saiegg2005 发表于 2019-4-17 23:38:11

感谢~我明天试试看~
活气寒露 发表于 2019-4-17 20:46:05
  1. #==============================================================================
  2. # ■ Window_MenuActor
  3. #==============================================================================
  4. class Window_MenuActor < Window_MenuStatus
  5.   #--------------------------------------------------------------------------
  6.   # ● 绘制项目
  7.   #--------------------------------------------------------------------------
  8.   def draw_item(index)
  9.     actor = $game_party.members[index]
  10.     enabled = $game_party.battle_members.include?(actor)
  11.     rect = item_rect(index)
  12.     draw_item_background(index)
  13.     draw_actor_face(actor, rect.x + 1, rect.y + 1, enabled)
  14.     draw_actor_name(actor, rect.x + 97, rect.y + line_height * 0)
  15.     draw_actor_level(actor, rect.x + 97, rect.y + line_height * 1)
  16.     draw_actor_icons(actor, rect.x + 97, rect.y + line_height * 2)
  17.     draw_actor_class(actor, rect.x + 217, rect.y + line_height * 0)
  18.   end
  19. end
复制代码

插入该脚本即可
saiegg2005 发表于 2019-4-17 17:58:21
世界第一中二 发表于 2019-4-17 17:41
顺带一提,你要的效果能在这个帖子里找到
https://rpg.blue/thread-378738-1-1.html

那个帖子里所说的,好像只是删除菜单页面里显示的人物状态栏来着。(这点我已经弄好了呢~)
而我想要的是删除在点击某物品后所显示出来的人物状态栏呢。
世界第一中二 发表于 2019-4-17 17:41:55
saiegg2005 发表于 2019-4-17 17:40
我刚发现自己发错区了,但不知道怎么换区或者删帖

顺带一提,你要的效果能在这个帖子里找到
https://rpg.blue/thread-378738-1-1.html
saiegg2005 发表于 2019-4-17 17:40:11
世界第一中二 发表于 2019-4-17 17:33
你好,你用的是va
为什么发在vx区了

我刚发现自己发错区了,但不知道怎么换区或者删帖
世界第一中二 发表于 2019-4-17 17:33:57
你好,你用的是va
为什么发在vx区了
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-9-28 05:13

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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