魔兽世界是由著名游戏公司暴雪娱乐所制作的第一款网络游戏,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是开启