引用:
原帖由 linbaby89 于 2009-8-1 14:56 发表 
脱离战斗没有姓名版 不会弄
。
caelNamePlates:RegisterEvent("PLAYER_REGEN_ENABLED")
function caelNamePlates:PLAYER_REGEN_ENABLED()
SetCVar("nameplateShowEnemies", 0)
end
caelNamePlates:RegisterEvent("PLAYER_REGEN_DISABLED")
function caelNamePlates.PLAYER_REGEN_DISABLED()
SetCVar("nameplateShowEnemies", 1)
end
打开caelNamePlates.lua,找到上面的这几行代码,删了就行了。在文件的末尾,很好找。