Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
499 views
in Technique[技术] by (71.8m points)

azerothcore - 玩家'Helias'(1)发现未知区域(x:y:z:地图:)(Player 'Helias' (1) discovered unknown area (x: y: z: map: ))

I added a new world map on WoW-wotlk (Battle for Gilneas map id: 761) and I get this error in the server console:

(我在WoW-wotlk上添加了新的世界地图(吉尔尼斯战役,地图ID:761),并在服务器控制台中收到此错误消息:)

Player 'Helias' (1) discovered unknown area (x: y: z: map: )

Screen of the server log:

(服务器日志屏幕:)

在此处输入图片说明

  ask by Stefano Borzì translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I solved this issue extracting correctly the dbc & maps.

(我解决了这个问题,正确提取了dbc和地图。)

I missed some AreaTable.dbc data, I added them and (re)extracted the maps and solved the problem.

(我错过了一些AreaTable.dbc数据,我添加了它们并(重新)提取了地图并解决了问题。)

To extract a custom maps from my client I added renamed my MPQ patch into patch-enUS-4.MPQ (case sensitive) and put it in WoW/Data/enUS/ directory because the mapextractor don't read any *.MPQ files but only some of them.

(为了从客户端提取自定义地图,我将MPQ补丁重命名为patch-enUS-4.MPQ (区分大小写),并将其放置在WoW/Data/enUS/目录中,因为mapextractor不会读取任何* .MPQ文件,但是只有其中一些。)

If the problem still persist Check your map area files, probably in the ADT file you associated a different Area ID than your AreaTable.dbc (ID).

(如果问题仍然存在,请检查您的地图区域文件,可能是在ADT文件中,您关联了与AreaTable.dbc(ID)不同的Area ID。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...