贪食狐
MythicMobs怎么设置怪物受到攻击后显示 剩余血量/最大血量 RT
0:
  Mobtype: Pig
  Display: '&4&l[LV:0]&f&l[一段斗之气]野猪'
  Health: 100
  Damage: 100
  Skills:
    ShowHealth: mobhp/mobmaxhp <100
  Drops:
  - exp 1 1
  - money 0.1 1
  Options:
    AlwaysShowName: true
    MovementSpeed: 0.2
    MaxCombatDistance: 25
    PreventOtherDrops: true
    ShowHealth: true

不要和我说装血量显示插件或者MOD 我不想用

prozhong
Config.yml
show-health-format:Format of the message that is displayed using the following variables: #显示格式设定
$mobname:#怪物名字
$percent:#玩家生命百分比
$mobhp: #怪物生命值
$mobmaxhp:#怪物最大生命值

show-health-format: Format of the message that is displayed using the following variables:

$mobname: Name of the mob.
$percent: Percent health of the mob.
$mobhp: Current mob hit points.
$mobmaxhp: Mobs max hit points.

http://lumine.io/p/mc/mythicmobs/doku.php/configuration
本插件无此支持

贪食狐
prozhong 发表于 2015-5-15 16:50
Config.yml
show-health-format:Format of the message that is displayed using the following variables: ...

我很确定有

贪食狐
prozhong 发表于 2015-5-15 16:50
Config.yml
show-health-format:Format of the message that is displayed using the following variables: ...

我很确定有

prozhong
show-health-format:
$mobhp/$mobmaxhp

试试?

贪食狐
prozhong 发表于 2015-5-15 16:56
show-health-format:
$mobhp/$mobmaxhp

不行- -
0:
  Mobtype: Pig
  Display: '&4&l[LV:0]&f&l[一段斗之气]野猪 $mobhp/$mobmaxhp'
  Health: 100
  Damage: 100
  Drops:
  - exp 1 1
  - money 0.1 1
  Options:
    AlwaysShowName: false
    MovementSpeed: 0.2
    MaxCombatDistance: 25
    PreventOtherDrops: true
    ShowHealth: true
我改成这样了 ,放出来以后能显示100/100 但是受到攻击不会减血

贪食狐
prozhong 发表于 2015-5-15 16:56
show-health-format:
$mobhp/$mobmaxhp

不行- -
0:
  Mobtype: Pig
  Display: '&4&l[LV:0]&f&l[一段斗之气]野猪 $mobhp/$mobmaxhp'
  Health: 100
  Damage: 100
  Drops:
  - exp 1 1
  - money 0.1 1
  Options:
    AlwaysShowName: false
    MovementSpeed: 0.2
    MaxCombatDistance: 25
    PreventOtherDrops: true
    ShowHealth: true
我改成这样了 ,放出来以后能显示100/100 但是受到攻击不会减血

prozhong
那不清楚了 没用过这插件
刚才看错,配置文件设置的显血格式允许使用四种变量,,你调试下吧。。
$mobname: Name of the mob.
$percent: Percent health of the mob.
$mobhp: Current mob hit points.
$mobmaxhp: Mobs max hit points.

第一页 上一页 下一页 最后一页