当前位置:特玩网 > 魔兽世界 > 攻略站 > 职业攻略 > 正文

技术拯救世界:连击点目标姓名版显示代码

16-08-03 特玩网 SonofBlizzard

恢复到原来的连击点的方法:

在目标头像上显示连击点,输入下面这条命令,然后小退即可:

/run SetCVar("comboPointLocation",1)

如需恢复默认设置(即显示在自己头像下),输入下面这条命令,然后小退即可:

/run SetCVar("comboPointLocation",GetCVarDefault("comboPointLocation"))

注:该命令是游戏本身的设置,该设置参数是保存在游戏文件夹WTF\Config.wtf中的,同一电脑输入一次即可,会对所有账号生效,无需再次输入。

有这个代码就不需要额外的插件提示了。

附送几个其他还原命令:

1、血条显示距离还原成40码,超过40码则隐藏(7.0默认是60码):

/run SetCVar("nameplateMaxDistance",40)

如需恢复默认,则输入:

/run SetCVar("nameplateMaxDistance",GetCVarDefault("nameplateMaxDistance"))

2、血条固定(不会漂移、乱动):

/run SetCVar("nameplateOtherTopInset",-1)SetCVar("nameplateOtherBottomInset",-1)

如需恢复默认,则输入:

/run SetCVar("nameplateOtherTopInset",GetCVarDefault("nameplateOtherTopInset"))SetCVar("nameplateOtherBottomInset",GetCVarDefault("nameplateOtherBottomInset"))

3、在目标头像下显示所有DeBuff(7.0默认只显示与自己相关的)

/run SetCVar("noBuffDebuffFilterOnTarget",1)

如需恢复默认,则输入:

/run SetCVar("noBuffDebuffFilterOnTarget",GetCVarDefault("noBuffDebuffFilterOnTarget"))

注:以上3个命令是游戏本身的设置,该设置参数是保存在服务器上的,同一账号输入一次即可,无需再次输入。

效果:

返回首页

热门内容GET一下