bayuMIR/Mirserver/Mir200/Envir/QuestDiary/cfgcsv/cfg_行会召唤地图令牌.lua
2026-06-18 14:01:18 +08:00

68 lines
1.1 KiB
Lua

-- cfg_行会召唤地图令牌
local config = {
[3] = {
npcid = 0,
cost = {},
},
["圣域"] = {
npcid = 0,
cost = {},
},
["赤月深处"] = {
npcid = 0,
cost = {},
},
["沃玛一层"] = {
npcid = 0,
cost = {},
},
["沃玛二层"] = {
npcid = 0,
cost = {},
},
["祖玛四层"] = {
npcid = 0,
cost = {},
},
["祖玛五层"] = {
npcid = 0,
cost = {},
},
["蜈蚣洞"] = {
npcid = 0,
cost = {},
},
["死亡棺材"] = {
npcid = 0,
cost = {},
},
["僵尸洞穴"] = {
npcid = 0,
cost = {},
},
["霸者大厅"] = {
npcid = 0,
cost = {},
},
["封魔殿"] = {
npcid = 0,
cost = {},
},
["卧龙山庄"] = {
npcid = 0,
cost = {},
},
["奴隶山谷"] = {
npcid = 0,
cost = {},
},
["海外仙岛"] = {
npcid = 0,
cost = {},
},
["神龙帝国"] = {
npcid = 0,
cost = {},
},
}
return config