安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








Changing the x and y values of these files for each cell will move the entire cell to wherever you want it to be on the map, without breaking anything and without the need of any mapping tools.
Before continuing with the setup of dungeons, we need to set up the actual dungeon map itself.
Here is a visual representation of what the map will look like after dungeons are set.[imgur.com]
require "PZD_CONFIG"
PZD_CONFIG.RegisterDungeon("dungeon1", 1,1,1,80,80,4,4)
PZD_CONFIG.RegisterGate("dungeon1", "d1_entrance_gate", nil, 184,183,0)
require "Teleport/PZD_Teleport_Config"
PZD_Teleport.RegisterWorldGate({r=1,g=0,b=0}, "kentucky_dungeon1entrance", 11617, 9296,0)
PZD_Teleport.AddWorldToDungeonGate("kentucky_dungeon1entrance", "dungeon1", "d1_entrance_gate")
PZD_Teleport.AddDungeonToWorldGate("dungeon1", "d1_exit_gate", "kentucky_dungeonsexit")
Head over to your save folder and clear out the respective zpop_x_y.bin, chunkdata_x_y.bin, map_xxx_yyy.bin files and reset the server/save. You need to do some digging yourself as to which files to delete, as these depend on where you set the dungeon instances. You might be able to automate this with FTP if the server host provider allows it.
After that's done, run the server and execute the command with an admin and debug user: PZD_ResetInstances()