《魔兽世界》8.0系统血条不显示解决方法
魔兽世界8.0版本自上线以来,出现了各种BUG,最近就有同学反映系统血条无法显示。那么导致该问题的原因是什么呢?解决方法又是什么?想要对此了解的同学就跟小编一起来看看吧。
《魔兽世界》8.0系统血条不显示解决方法
方案一
一,按键设置
二,界面设置里的姓名板
这两个东西你自己调
方案二
C+V S+V自己研究研究
方案三
#敌方显示条件
SetCVar(“nameplateShowEnemyGuardians”,0)#守护者
SetCVar(“nameplateShowEnemyMinions”,0)#仆从
SetCVar(“nameplateShowEnemyPets”,0)#宠物
SetCVar(“nameplateShowEnemyTotems”,0)#图腾??
SetCVar(“nameplateShowEnemyMinus”,0)#次要??
#友方显示条件
SetCVar(“nameplateShowFriendlyGuardians”,0)#守护者
SetCVar(“nameplateShowFriendlyMinions”,0)#仆从
SetCVar(“nameplateShowFriendlyNPCs”,0)#npc
SetCVar(“nameplateShowFriendlyPets”,0)#宠物
SetCVar(“nameplateShowFriendlyTotems”,0)#图腾
聊天框前面加/run(空格)输入运行,0是关闭,1是开启