翻译:sky_liux
“2.3.2怎么没有新消息了?”“因为我们正在准备爆2.4的猛料!”
我知道这几天你们都翘首以盼我们的新消息,但是请理解我们:我们没有办法“规定”哪些消息什么时候公布。比如说我们的开发进度,发布时的协调工作,等等等等。
对于我们这些“沟通部”人员来说,现在工作的重点是为你们带来更多的关于即将来临的2.4补丁的消息。我猜想这个补丁的许多新特性都会受到你们的欢迎!当我们结束假期回到办公室时我们马上就会放出2.4补丁的消息。
While I understand players' frustrations about the dearth of information, please keep in mind that we can't always dictate that is announced when. There are factors such as development progress, release coordination, and such.
For the Community team, our current focus is to bring you more information about the upcoming 2.4 patch. There are several features in there that we think you will love, and we want to get that information out once we are back in the office.
[http://forums.worldofwarcraft.com/thread.html?topicId=3710155623&postId=36863240019&sid=1#28]
“这件T8就给我们的死亡骑士MT优先吧!”
一点点新的关于“死亡骑士”的剧透,看起来这个职业的基本角色就是“坦克”,而不是“制造伤害”。(这实在不算奇怪,死亡骑士终究不过就是“黑暗圣骑士”而已^^)
A few more details on the Death Knight, nearly the same as usual but according to this post it seems that the primary role of the DK will be tanking, not damage dealing. (That's not really a surprise, they're some kind of Dark Paladins after all)
死亡骑士将会是个坦克/DPS职业。目前坦克职业的数量相对治疗/DPS还是颇为不足的,所以我们决定增加一个坦克职业来平衡坦克/治疗/DPS职业的数量。我们的开发部已经提到了一个重要的事实:死亡骑士“史诗而不失衡”;这意味着这个职业有着“史诗般的”游戏体验,但是和其他职业享受平等的平衡性待遇。否则,过多的死亡骑士将导致游戏中出现坦克角色太多,而DPS/治疗角色不足的局面。
The death knight will be a tank/dps class. Currently there is an under-representation of tank classes, so the decision was made add a tank class to balance the class representation. A great quote that the dev team mentions is that the Death Knight is "epic but equal," meaning the experience is meant to be epic, but the death knight will be the equal of other classes. Otherwise there would be an over-representation of tanks and not enough healers and dps in the world.
[http://forums.worldofwarcraft.com/thread.html?topicId=3709655612&postId=36863240519&sid=1#4]
插件:AutoProfitX
AutoProfitX在你和商人对话时会增加一个按钮,按它,就可以出售所有的灰色物品。安装它,然后你就再也离不开它了。
下载地址:http://files.wowace.com/AutoProfitX/AutoProfitX.zip
解压到魔兽世界文件夹下的Interface/AddOns下,即可使用。
本插件针对英文版WoW客户端,但它基于Ace2编写,所以在中文版客户端下亦可使用。本人条件所限无法测试,因此如果遇到任何问题请不要回帖或者PM提问。
在回帖中,有人提到可以用一个宏完成这个插件的内容:
/script for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"ff9d9d9d") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name); UseContainerItem(bag,slot) end; end;end;
如果不爱用插件或者担心插件太占内存,可以试用这个宏。