直接在游戏聊天输入以下内容:
/console floatingCombatTextCombatDamage 1(伤害数字,1为显示,0为关闭)
/console floatingCombatTextCombatHealing 1(治疗数字,1为显示,0为关闭)
即可。
顺便还有一些其它的聊天代码,也许对魔兽玩家们会有所帮助。
进入游戏回车打开输入框,输入以下内容即可开启对应效果:
开启死亡效果
/console ffxDeath 1
关闭死亡效果
/console ffxDeath 0
关闭全屏幕泛光
/console ffxglow 0
开启全屏幕泛光
/console ffxglow 1
天气效果 0-3
/console weatherDensity 0
伤害数字
/console floatingCombatTextCombatDamage 1
治疗数字
/console floatingCombatTextCombatHealing 1
血条显示范围
/run SetCVar("nameplateMaxDistance", 100) SetCVar("nameplateOtherTopInset", -1) SetCVar("nameplateOtherBottomInset", -1)
最大化视距命令
玩家在聊天框输入:/console cameraDistanceMaxZoomFactor4。
回车键发送即可将视距最大化了。