diff --git a/Mirserver/Mir200/Envir/Data/cfg_buff.xls b/Mirserver/Mir200/Envir/Data/cfg_buff.xls index 1334cf71..701fc94a 100644 Binary files a/Mirserver/Mir200/Envir/Data/cfg_buff.xls and b/Mirserver/Mir200/Envir/Data/cfg_buff.xls differ diff --git a/Mirserver/Mir200/Envir/Data/cfg_setup.xls b/Mirserver/Mir200/Envir/Data/cfg_setup.xls index 74eaa629..0dbf5671 100644 Binary files a/Mirserver/Mir200/Envir/Data/cfg_setup.xls and b/Mirserver/Mir200/Envir/Data/cfg_setup.xls differ diff --git a/Mirserver/Mir200/Envir/Extension/Function/Function.lua b/Mirserver/Mir200/Envir/Extension/Function/Function.lua index 00c3add3..1340f3d4 100644 --- a/Mirserver/Mir200/Envir/Extension/Function/Function.lua +++ b/Mirserver/Mir200/Envir/Extension/Function/Function.lua @@ -149,7 +149,8 @@ function Func.checkortakemoney(actor, moneyname, moneycount, isbind, ischeck, s_ end else if s_msg then - Func.sendmsg9(actor, "[系统提示:]#70|你的#251|" .. moneyname .. "#215|不足#251|" .. moneycount .. "#215|!#251") + Func.sendmsg9(actor, + "[系统提示:]#70|你的#251|" .. moneyname .. "#215|不足#251|" .. moneycount .. "#215|!#251") end return false @@ -165,7 +166,8 @@ function Func.checkortakemoney(actor, moneyname, moneycount, isbind, ischeck, s_ end else if s_msg then - Func.sendmsg9(actor, "[系统提示:]#70|你的#251|" .. moneyname .. "#215|不足#251|" .. moneycount .. "#215|!#251") + Func.sendmsg9(actor, + "[系统提示:]#70|你的#251|" .. moneyname .. "#215|不足#251|" .. moneycount .. "#215|!#251") end return false end @@ -299,7 +301,8 @@ function Func.sendmsg9(actor, str, _type) if content ~= "" then -- callscriptex(actor, "sendmsg", 9, content) - sendmsg(actor, 1, '{"Msg":"' .. content .. '","FColor":255,"BColor":0,"Type":' .. (_type ~= nil and _type or 9) .. ',"Time":1}') + sendmsg(actor, 1, + '{"Msg":"' .. content .. '","FColor":255,"BColor":0,"Type":' .. (_type ~= nil and _type or 9) .. ',"Time":1}') end end @@ -323,7 +326,8 @@ function Func.sendmsg(actor, str, _type) if colornum == nil then table.insert(new_str, v) else - table.insert(new_str, "" .. text[1] .. "") + table.insert(new_str, + "" .. text[1] .. "") end end else @@ -498,6 +502,7 @@ Check_cond_tbl = { mode = true end + if Func.checkortakeitem(actor, tbl[2], tbl[3], mode, false, s_msg) == false then return false else @@ -694,6 +699,20 @@ Check_cond_tbl = { return false end end, + ["穿戴装备"] = function(actor, tbl, mode,s_msg) + s_msg = s_msg or false + + local mon = getmoncount(getbaseinfo(actor, ConstCfg.gbase.mapid), -1, true) + + if checkitemw(actor,tbl[2],tbl[3]) then + return true + else + -- if s_msg then + -- Func.sendmsg9(actor, "[系统提示]:#70|未穿戴装备:#251|" .. tbl[2] .. "#215|" .. tbl[3] .. "件#215|!") + -- end + return false + end + end, } @@ -773,7 +792,9 @@ function Func.messagebox(actor, str, flag1, flag2, strZise) if colornum == nil then table.insert(new_str, v) else - table.insert(new_str, "" .. text[1] .. "") + table.insert(new_str, + "" .. text[1] .. "") end end else @@ -813,7 +834,9 @@ function Func.mailitem(player, tbl, little) if mailconst ~= "" then - sendmail(getbaseinfo(player, 2), 1, little, "您的<" .. little .. "/FCOLOR=215>奖励已到达,请点击提取!\\<请注意,系统仅保留最多99封邮件,请及时提取和删除!/FCOLOR=249>", table.concat(mailconst, "&")) + sendmail(getbaseinfo(player, 2), 1, little, + "您的<" .. little .. "/FCOLOR=215>奖励已到达,请点击提取!\\<请注意,系统仅保留最多99封邮件,请及时提取和删除!/FCOLOR=249>", + table.concat(mailconst, "&")) Func.sendmsg9(player, "恭喜您获得#251|[" .. little .. "]#215|奖励,已发送到邮件,请查收!#251") local post = {} @@ -856,8 +879,8 @@ end Func.posturl = "http://10.10.10.3/api/data-package?token=kj1L9Qe7aKFqpKvtZj5eUXSew94qLmw6" -- Func.posturl = "http://121.41.174.236:8081/api/table/" --- --- +-- +-- ---* tablename 操作表名 ---* postData post信息 @@ -875,8 +898,6 @@ function Func.post(tablename, postData) end end - - ----* 批量给物品,背包不足时自动发送邮件 function Func.givesitem(actor, itemData, title, sendgbox) if not itemData or not isnotnull(actor) then diff --git a/Mirserver/Mir200/Envir/QuestDiary/cfgcsv/cfg_鍦板浘杩涘叆NPC.lua b/Mirserver/Mir200/Envir/QuestDiary/cfgcsv/cfg_鍦板浘杩涘叆NPC.lua index 8ec8276f..517ac6ad 100644 --- a/Mirserver/Mir200/Envir/QuestDiary/cfgcsv/cfg_鍦板浘杩涘叆NPC.lua +++ b/Mirserver/Mir200/Envir/QuestDiary/cfgcsv/cfg_鍦板浘杩涘叆NPC.lua @@ -518,12 +518,31 @@ local config = { [6] = "每日充值未达到", }, [2] = { + [1] = "穿戴装备", + [2] = "九秘珠", + [3] = 999, + }, + [3] = { [1] = "比较数字变量", [2] = "INT_灵魂祭坛每日次数", [3] = "周期", [4] = "小于", [5] = 4, - [6] = "今日次数已达到", + }, + }, + check_2 = { + [1] = { + [1] = "比较数字变量", + [2] = "INT_每日充值金额", + [3] = "周期", + [4] = "不小于", + [5] = 18, + [6] = "每日充值未达到", + }, + [2] = { + [1] = "穿戴装备", + [2] = "九秘珠", + [3] = 1, }, }, xh = { diff --git a/Mirserver/Mir200/Envir/QuestDiary/util/鎸傛満鍦板浘浼犻.lua b/Mirserver/Mir200/Envir/QuestDiary/util/鎸傛満鍦板浘浼犻.lua index 6a2adf7e..e2d64ca0 100644 --- a/Mirserver/Mir200/Envir/QuestDiary/util/鎸傛満鍦板浘浼犻.lua +++ b/Mirserver/Mir200/Envir/QuestDiary/util/鎸傛満鍦板浘浼犻.lua @@ -106,6 +106,9 @@ function NPCGotoMapOBJ:up(actor, p1, p2, p3, data) if cfg.varcale then for i, v in ipairs(cfg.varcale or {}) do + if npcid == 26 and checkitemw(actor,"九秘珠",1) then + break + end local var = v[2] local calss = v[1] local _value = Player.getVar(actor, var, calss) diff --git a/Mirserver/Mir200/Envir/QuestDiary/绯荤粺绫/鍙屽嚮鐗╁搧.lua b/Mirserver/Mir200/Envir/QuestDiary/绯荤粺绫/鍙屽嚮鐗╁搧.lua index a9006b6a..73545eb2 100644 --- a/Mirserver/Mir200/Envir/QuestDiary/绯荤粺绫/鍙屽嚮鐗╁搧.lua +++ b/Mirserver/Mir200/Envir/QuestDiary/绯荤粺绫/鍙屽嚮鐗╁搧.lua @@ -4,6 +4,8 @@ ClickOnItem.allowFunc = { "autoUseJiu", "autoUseApple" } ClickOnItem.cfg = { ["盟重传送石"] = function(actor, ...) MapCfg.gotomap(actor, "3", 330, 330, 8) + addhpper(actor, "=",100) + addmpper(actor, "=",100) -- gohome(actor) return true end, diff --git a/client/dev/GUIExport/game/GotoMap/26.lua b/client/dev/GUIExport/game/GotoMap/26.lua index 76fe1604..1ebde9c2 100644 --- a/client/dev/GUIExport/game/GotoMap/26.lua +++ b/client/dev/GUIExport/game/GotoMap/26.lua @@ -41,7 +41,7 @@ function ui.init(parent, __data__, __update__) GUI:setTag(btn_close, -1) -- Create up_btn - local up_btn = GUI:Button_Create(img_bg, "up_btn", 342, 71, "res/custom/20/6.png") + local up_btn = GUI:Button_Create(img_bg, "up_btn", 342, 91, "res/custom/20/6.png") GUI:Button_loadTexturePressed(up_btn, "res/custom/20/10.png") GUI:setContentSize(up_btn, 174, 48) GUI:setIgnoreContentAdaptWithSize(up_btn, false) @@ -130,14 +130,14 @@ function ui.init(parent, __data__, __update__) GUI:setTag(Text_ListView, 0) -- Create Text_1 - local Text_1 = GUI:Text_Create(img_bg, "Text_1", 368, 130, 16, "#ffff00", [[宸茶繘鍏ユ鏁:]]) + local Text_1 = GUI:Text_Create(img_bg, "Text_1", 368, 150, 16, "#ffff00", [[宸茶繘鍏ユ鏁:]]) GUI:Text_enableOutline(Text_1, "#000000", 1) GUI:setAnchorPoint(Text_1, 0.00, 0.00) GUI:setTouchEnabled(Text_1, false) GUI:setTag(Text_1, 0) -- Create var_Text - local var_Text = GUI:Text_Create(img_bg, "var_Text", 457, 130, 16, "#ffff00", [[0/4]]) + local var_Text = GUI:Text_Create(img_bg, "var_Text", 457, 150, 16, "#ffff00", [[0/4]]) GUI:Text_enableOutline(var_Text, "#000000", 1) GUI:setAnchorPoint(var_Text, 0.00, 0.00) GUI:setTouchEnabled(var_Text, false) diff --git a/client/dev/GUILayout/delay/ProtectAutoUseOBJ.lua b/client/dev/GUILayout/delay/ProtectAutoUseOBJ.lua index b4392654..514cf39b 100644 --- a/client/dev/GUILayout/delay/ProtectAutoUseOBJ.lua +++ b/client/dev/GUILayout/delay/ProtectAutoUseOBJ.lua @@ -4,6 +4,7 @@ ProtectAutoUseOBJ.JIU_SETTING_ID = 13000 ProtectAutoUseOBJ.APPLE_SETTING_ID = 13001 ProtectAutoUseOBJ.JIU_LIMIT = 6000 ProtectAutoUseOBJ.APPLE_CD_VAR = "INT_鑷姩鑻规灉" +ProtectAutoUseOBJ.APPLE_ITEM_NAME = "鑻规灉" local function isSettingEnabled(settingID) local values = SL:GetValue("SETTING_VALUE", settingID) @@ -48,6 +49,10 @@ function ProtectAutoUseOBJ:checkAutoApple() end local now = getServerTime() + local appleCount = tonumber(SL:Get_ITEM_COUNT(self.APPLE_ITEM_NAME)) or 0 + if appleCount <= 0 then + return + end local cdTime = tonumber(SL:Get_SERVER_VALUE(string.format("HUMAN(%s)",self.APPLE_CD_VAR))) or 0 if now > 0 and now >= cdTime then diff --git a/client/dev/GUILayout/game/GotoMap/NPCGotoMapOBJ.lua b/client/dev/GUILayout/game/GotoMap/NPCGotoMapOBJ.lua index 3045ac76..ea5122fe 100644 --- a/client/dev/GUILayout/game/GotoMap/NPCGotoMapOBJ.lua +++ b/client/dev/GUILayout/game/GotoMap/NPCGotoMapOBJ.lua @@ -65,7 +65,6 @@ function NPCGotoMapOBJ:updata() if cfg.BOSSvar and GUI:Win_IsNotNull(self.ui.boss_name) then local _str = hk.getvalue("GLOBAL(" .. cfg.BOSSvar .. ")") - SL:dump(_str) if _str ~= "" then GUI:setVisible(self.ui.BOSS_ICON, true) GUI:Text_setString(self.ui.boss_name, _str) @@ -83,6 +82,14 @@ function NPCGotoMapOBJ:updata() else GUI:Text_setTextColor(self.ui.var_Text, "#00ff00") end + + if cfg.reloadvar[1] == "INT_鐏甸瓊绁潧姣忔棩娆℃暟" then + local cc = SL:Get_EQUIPBYPOS(12) + if cc and cc == "涔濈鐝" then + GUI:setVisible(self.ui.Text_1, false) + GUI:setVisible(self.ui.var_Text, false) + end + end end @@ -117,7 +124,8 @@ function NPCGotoMapOBJ:bossshow() local bossCfg = cfg.BOSS[self.bossId] - self.ui.boss_effect = GUI:Effect_Create(self.ui.boss_effect_Layout, "boss_effect", bossCfg[3], bossCfg[4], 2, bossCfg[1], 0, bossCfg[6] and bossCfg[6] or 0, bossCfg[2], 1) + self.ui.boss_effect = GUI:Effect_Create(self.ui.boss_effect_Layout, "boss_effect", bossCfg[3], bossCfg[4], 2, + bossCfg[1], 0, bossCfg[6] and bossCfg[6] or 0, bossCfg[2], 1) GUI:setScale(self.ui.boss_effect, bossCfg[5]) if #cfg.BOSS > 1 then @@ -139,8 +147,6 @@ function NPCGotoMapOBJ:bossshow() end end - - function NPCGotoMapOBJ:setbtn() if GUI:Win_IsNotNull(self.ui.Listbtn_ListView) then local file_id = self.cfg[1].npcid diff --git a/client/dev/res/custom/32/bg.png b/client/dev/res/custom/32/bg.png index b7b7a840..e5a32c45 100644 Binary files a/client/dev/res/custom/32/bg.png and b/client/dev/res/custom/32/bg.png differ diff --git a/client/dev/scripts/game_config/cfg_buff.lua b/client/dev/scripts/game_config/cfg_buff.lua index d372cced..45c054b9 100644 --- a/client/dev/scripts/game_config/cfg_buff.lua +++ b/client/dev/scripts/game_config/cfg_buff.lua @@ -1,655 +1,655 @@ local config = { [0] = { no_skill=-2, - offsetGroup=1, - name="缁挎瘨", - tips="姣忕鍙楀埌涓瀹氱殑浼ゅ", + ID=0, icon=1, - ID=0 + tips="姣忕鍙楀埌涓瀹氱殑浼ゅ", + offsetGroup=1, + name="缁挎瘨" }, [1] = { no_skill=-2, - offsetGroup=1, - name="绾㈡瘨", - tips="闄嶄綆涓瀹氶槻寰¤兘鍔", + ID=1, icon=1, - ID=1 + tips="闄嶄綆涓瀹氶槻寰¤兘鍔", + offsetGroup=1, + name="绾㈡瘨" }, [5] = { - dis_action=7, no_skill=-1, + ID=5, offsetGroup=1, - name="楹荤椆", bufftitle="浣犺楹荤椆浜", - tips="鏃犳硶绉诲姩锛屾棤娉曟敾鍑", icon=5, - ID=5 + tips="鏃犳硶绉诲姩锛屾棤娉曟敾鍑", + dis_action=7, + name="楹荤椆" }, [6] = { no_skill=-2, - offsetGroup=1, - name="鏃犳瀬鐪熸皵", - tips="澶у箙搴︽彁楂樿嚜韬激瀹", + ID=6, icon=11, - ID=6 + tips="澶у箙搴︽彁楂樿嚜韬激瀹", + offsetGroup=1, + name="鏃犳瀬鐪熸皵" }, [7] = { no_skill=-2, - offsetGroup=1, - name="鎶や綋绁炵浘", - tips="鎻愰珮鏍兼尅姒傜巼鍜屾牸鎸′激瀹", + ID=7, icon=11, - ID=7 + tips="鎻愰珮鏍兼尅姒傜巼鍜屾牸鎸′激瀹", + offsetGroup=1, + name="鎶や綋绁炵浘" }, [8] = { no_skill=-2, - offsetGroup=1, - name="闅愯韩", - tips="涓嶄細琚墿鍙戠幇锛岀Щ鍔ㄧ牬闄ら殣韬姸鎬", + ID=8, icon=8, - ID=8 + tips="涓嶄細琚墿鍙戠幇锛岀Щ鍔ㄧ牬闄ら殣韬姸鎬", + offsetGroup=1, + name="闅愯韩" }, [9] = { no_skill=-2, - offsetGroup=1, - name="绁炲湥鎴樼敳鏈", - tips="鎻愰珮闃插尽鑳藉姏", + ID=9, icon=15, - ID=9 + tips="鎻愰珮闃插尽鑳藉姏", + offsetGroup=1, + name="绁炲湥鎴樼敳鏈" }, [10] = { no_skill=-2, - offsetGroup=1, - name="骞界伒鐩", - tips="鎻愰珮榄旈槻鑳藉姏", + ID=10, icon=14, - ID=10 + tips="鎻愰珮榄旈槻鑳藉姏", + offsetGroup=1, + name="骞界伒鐩" }, [11] = { + no_skill=-2, + ID=11, + offsetGroup=1, + front_sfx_stuck="50#50", + icon=11, tips="闄嶄綆鍙楀埌鐨勪激瀹", front_sfx="49#49", - offsetGroup=1, - name="榄旀硶鐩", - ID=11, - no_skill=-2, - icon=11, - front_sfx_stuck="50#50" + name="榄旀硶鐩" }, [12] = { + no_skill=-2, + ID=12, + offsetGroup=1, + front_sfx_stuck="150#150", + icon=11, tips="闄嶄綆鍙楀埌鐨勪激瀹", front_sfx="149#149", - offsetGroup=1, - name="寮哄寲榄旀硶鐩", - ID=12, - no_skill=-2, - icon=11, - front_sfx_stuck="150#150" + name="寮哄寲榄旀硶鐩" }, [13] = { - no_skill=-2, - offsetGroup=1, time="2#3000", replaceGroup=0, - tips="鏃犳硶杩涜璺戞鎿嶄綔", uniqueType=25, - dis_action=2, Priority=1, overlap=0, name="绂侀敘", - front_sfx="2950#2950", + no_skill=-2, + ID=13, + offsetGroup=1, group=0, icon=1113, - ID=13 + tips="鏃犳硶杩涜璺戞鎿嶄綔", + dis_action=2, + front_sfx="2950#2950" }, [14] = { - dis_action=2, - front_sfx="2951#2951", - name="铔涚綉", - replaceGroup=1, no_skill=-2, ID=14, - front_sfx_stuck="2951#2951" + front_sfx_stuck="2951#2951", + replaceGroup=1, + front_sfx="2951#2951", + dis_action=2, + name="铔涚綉" }, [21] = { - front_sfx="145#145", - offsetGroup=1, - name="闆烽渾鍓戞硶_BUFF", - ID=21, no_skill=-1, + ID=21, + front_sfx_stuck="145#145", + offsetGroup=1, tips="闆烽渾鍓戞硶BUFF锛岀洰鏍囧彉鑹", - front_sfx_stuck="145#145" + front_sfx="145#145", + name="闆烽渾鍓戞硶_BUFF" }, [22] = { - dis_action=11, - offsetGroup=1, - name="鎴樺+杩炲嚮鎶鑳介攣瀹", + ID=22, color=9, + offsetGroup=1, tips="鎴樻妧灏侀攣锛屼笉鑳界Щ鍔紝涓嶈兘鏂芥硶", - ID=22 + dis_action=11, + name="鎴樺+杩炲嚮鎶鑳介攣瀹" }, [23] = { - front_sfx="432#432", - offsetGroup=1, - name="閬撳+杩炲嚮涓囧墤褰掑畻", ID=23, + front_sfx_stuck="432#432", + offsetGroup=1, tips="涓囧墤褰掑畻鐨凚UFF鐗规晥", - front_sfx_stuck="432#432" + front_sfx="432#432", + name="閬撳+杩炲嚮涓囧墤褰掑畻" }, [69] = { - dis_action=31, no_skill=-1, + ID=69, offsetGroup=1, - name="閿佸畾", tips="鏃犳硶绉诲姩锛屾棤娉曟敾鍑", - ID=69 + dis_action=31, + name="閿佸畾" }, [71] = { no_skill=-1, - offsetGroup=1, - name="绂佹鏀诲嚮", + ID=71, tips="鏃犳硶閲婃斁鏀诲嚮", - ID=71 + offsetGroup=1, + name="绂佹鏀诲嚮" }, [77] = { - front_sfx="442#442", - offsetGroup=1, - name="鍞垜鐙皧_鑷韩瑙﹀彂", - ID=77, no_skill=-2, + ID=77, + front_sfx_stuck="442#442", + offsetGroup=1, tips="鏃堕棿鐢熸晥鍐-鏃犺涓鍒囬夯鐥", - front_sfx_stuck="442#442" + front_sfx="442#442", + name="鍞垜鐙皧_鑷韩瑙﹀彂" }, [78] = { no_skill=-2, - offsetGroup=1, - name="鍞垜鐙皧_浠栦汉瑙﹀彂", + ID=78, color=13, tips="鍛ㄥ洿鍏朵粬浜洪檷浣庨槻寰", - ID=78 + offsetGroup=1, + name="鍞垜鐙皧_浠栦汉瑙﹀彂" }, [80] = { - front_sfx="518#518", - name="娼滆鏈", ID=80, + front_sfx_stuck="518#518", tips="娼滆鐗规晥", - front_sfx_stuck="518#518" + front_sfx="518#518", + name="娼滆鏈" }, [1113] = { - dis_action=7, no_skill=-1, + ID=1113, offsetGroup=1, - name="鍐板喕", - tips="鏃犳硶绉诲姩锛屾棤娉曟敾鍑", icon=5, - ID=1113 + tips="鏃犳硶绉诲姩锛屾棤娉曟敾鍑", + dis_action=7, + name="鍐板喕" }, [2008] = { - offsetGroup=1, - time="2#7200", - tips="鎽嗘憡BUFF", - no_item=527, - dis_action=-1, + behind_sfx="5005#5005", Priority=1, overlap=0, name="鎽嗘憡BUFF", - behind_sfx="5005#5005", group=0, + ID=2008, + offsetGroup=1, + time="2#7200", icon=5, - ID=2008 + tips="鎽嗘憡BUFF", + dis_action=-1, + no_item=527 }, [10000] = { - param="28#100", time="5#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, - name="鐧炬绌挎潹", script_trigger="100#", + name="鐧炬绌挎潹", group=1, - uniqueType="0#0", - ID=10000 + ID=10000, + param="28#100", + dis_action=0, + teshusx=0 }, [10001] = { time="10#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, - name="鎾曡闀跨┖", script_trigger="100#", + name="鎾曡闀跨┖", group=1, - uniqueType="0#0", - ID=10001 + ID=10001, + dis_action=0, + teshusx=0 }, [10002] = { - front_sfx="33#33", time="1#0#0", - teshusx=0, - dis_action=47, + uniqueType="0#0", Priority=0, overlap=0, - name="涓嶅姩鏄庣帇", script_trigger="1000#", + name="涓嶅姩鏄庣帇", group=0, - uniqueType="0#0", + front_sfx="33#33", + teshusx=0, + dis_action=47, ID=10002 }, [10003] = { - front_sfx="230#230", time="3#0#0", - teshusx=0, - no_item="10043#10044#10029#10045", - script_trigger="100#", - dis_action=64, + uniqueType="0#0", Priority=0, overlap=1, + script_trigger="100#", name="鎭堕瓟闄嶄复", - uniqueType="0#0", group=0, + ID=10003, front_sfx_stuck="230#230", - ID=10003 + teshusx=0, + front_sfx="230#230", + dis_action=64, + no_item="10043#10044#10029#10045" }, [10004] = { - front_sfx="30347#30347", time="4#0#0", - teshusx=0, - script_trigger="1000#", - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, + script_trigger="1000#", name="鐏肩儹涔嬬値", - uniqueType="0#0", group=0, + ID=10004, front_sfx_stuck="30347#30347", - ID=10004 + teshusx=0, + dis_action=0, + front_sfx="30347#30347" }, [10005] = { time="3#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="杩戒簯閫愭棩", script_trigger="1000#", + name="杩戒簯閫愭棩", group=0, - uniqueType="0#0", - ID=10005 + ID=10005, + dis_action=0, + teshusx=0 }, [10006] = { - front_sfx="30#30", time="5#0#0", - teshusx=0, - no_item="10007#10008#10009#10010#10011#10012#10013#10014#10015#10016#10017#10018#10019#10020#10021#10022#10023#10024#10025#10026#10027#10028#10048#10049#10050#10051#10052#10053#10054#10055#10056#10099#10100#10101#10102#10103#10164#10165#10166#10167#10168", - script_trigger="1000#", - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, + script_trigger="1000#", name="鍓戠伒鏉熼瓊", - uniqueType="0#0", group=0, + ID=10006, front_sfx_stuck="30#30", - ID=10006 + teshusx=0, + front_sfx="30#30", + dis_action=0, + no_item="10007#10008#10009#10010#10011#10012#10013#10014#10015#10016#10017#10018#10019#10020#10021#10022#10023#10024#10025#10026#10027#10028#10048#10049#10050#10051#10052#10053#10054#10055#10056#10099#10100#10101#10102#10103#10164#10165#10166#10167#10168" }, [10007] = { time="5#0#0", - teshusx=0, - dis_action=0, + uniqueType="1#0", Priority=0, overlap=0, - name="闀跨敓鎴", script_trigger="1000#@zhibao_changshengji", + name="闀跨敓鎴", group=0, - uniqueType="1#0", - ID=10007 + ID=10007, + dis_action=0, + teshusx=0 }, [10008] = { - param="36#2000|37#2000", time="0#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="澶╁摥琚嶅鍔犻槻寰", script_trigger="1000#", + name="澶╁摥琚嶅鍔犻槻寰", group=0, - uniqueType="0#0", - ID=10008 + ID=10008, + param="36#2000|37#2000", + dis_action=0, + teshusx=0 }, [10009] = { - front_sfx="642#642", - param="214#5", time="0#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="榫嶉瓊浠", script_trigger="1000#", + name="榫嶉瓊浠", group=1, - uniqueType="0#0", + front_sfx="642#642", + param="214#5", + teshusx=0, + dis_action=0, ID=10009 }, [10010] = { time="0#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, - name="闆皹鐝", script_trigger="1000#@zhibao_bichenzhu", + name="闆皹鐝", group=0, - uniqueType="0#0", - ID=10010 + ID=10010, + dis_action=0, + teshusx=0 }, [10011] = { time="0#0#2", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, - name="闆皹鐝犲惛鏀", script_trigger="1000#@zhibao_bichenzhu", + name="闆皹鐝犲惛鏀", group=0, - uniqueType="0#0", - ID=10011 + ID=10011, + dis_action=0, + teshusx=0 }, [10012] = { - param="20#2", time="10#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="璇涙潃浠", script_trigger="1000#", + name="璇涙潃浠", group=0, - uniqueType="0#0", - ID=10012 + ID=10012, + param="20#2", + dis_action=0, + teshusx=0 }, [10013] = { - no_skill="66#56#82#26", - param="66#26#82#56", time="5#0#0", - color=253, - teshusx=0, - script_trigger="1000#", uniqueType="0#0", Priority=0, overlap=0, + script_trigger="1000#", name="濂冲ú鐭-娌夐粯", + no_skill="66#56#82#26", + ID=10013, + param="66#26#82#56", front_sfx_stuck="53#53", - group=0, + teshusx=0, + color=253, front_sfx="53#53", - ID=10013 + group=0 }, [10014] = { - param="83#5000", time="0#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="绁為緳榧", script_trigger="1000#", + name="绁為緳榧", group=0, - uniqueType="0#0", - ID=10014 + ID=10014, + param="83#5000", + dis_action=0, + teshusx=0 }, [10015] = { time="0#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="绁為緳榧巁妫娴", script_trigger="1000#@zhibao_shenlongding", + name="绁為緳榧巁妫娴", group=0, - uniqueType="0#0", - ID=10015 + ID=10015, + dis_action=0, + teshusx=0 }, [10016] = { - param="36#2000", time="3#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="涔濈-閾侀獞", script_trigger="1000#", + name="涔濈-閾侀獞", group=0, - uniqueType="0#0", - ID=10016 + ID=10016, + param="36#2000", + dis_action=0, + teshusx=0 }, [10017] = { - param="73#200", time="3#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, - name="涔濈-铏庡暩", script_trigger="100#", + name="涔濈-铏庡暩", group=0, - uniqueType="0#0", - ID=10017 + ID=10017, + param="73#200", + dis_action=0, + teshusx=0 }, [10018] = { - param="21#2", time="3#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="涔濈-璇涗粰", script_trigger="1000#", + name="涔濈-璇涗粰", group=0, - uniqueType="0#0", - ID=10018 + ID=10018, + param="21#2", + dis_action=0, + teshusx=0 }, [10019] = { - param="81#200", time="3#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="涔濈-楗澏", script_trigger="1000#", + name="涔濈-楗澏", group=0, - uniqueType="0#0", - ID=10019 + ID=10019, + param="81#200", + dis_action=0, + teshusx=0 }, [10020] = { - param="20#1", time="3#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="涔濈-鐙傞", script_trigger="1000#", + name="涔濈-鐙傞", group=0, - uniqueType="0#0", - ID=10020 + ID=10020, + param="20#1", + dis_action=0, + teshusx=0 }, [10021] = { - param="213#3", time="1#0#0", - teshusx=512, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, - name="涔濈-鏃", script_trigger="1000#", + name="涔濈-鏃", group=0, - uniqueType="0#0", - ID=10021 + ID=10021, + param="213#3", + dis_action=0, + teshusx=512 }, [10022] = { - param="66#5000", time="0#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="涔濈-鐗涢┈", script_trigger="1000#", + name="涔濈-鐗涢┈", group=0, - uniqueType="0#0", - ID=10022 + ID=10022, + param="66#5000", + dis_action=0, + teshusx=0 }, [10023] = { time="3600#0#0", - teshusx=0, - dis_action=0, + uniqueType="2#0", Priority=0, overlap=1, - name="涓汉澶╁叧璁℃椂", script_trigger="1000#@self_tianguan_time", + name="涓汉澶╁叧璁℃椂", group=0, - uniqueType="2#0", - ID=10023 + ID=10023, + dis_action=0, + teshusx=0 }, [10024] = { time="60#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, - name="涓汉澶╁叧璁℃椂1鍒嗛挓", script_trigger="100#", + name="涓汉澶╁叧璁℃椂1鍒嗛挓", group=0, - uniqueType="0#0", - ID=10024 + ID=10024, + dis_action=0, + teshusx=0 }, [10025] = { time="0#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, - name="澶т贡鏂楃Н鍒嗚Е鍙", script_trigger="3000#@daluandou_jifen", + name="澶т贡鏂楃Н鍒嗚Е鍙", group=0, - uniqueType="0#0", - ID=10025 + ID=10025, + dis_action=0, + teshusx=0 }, [10026] = { time="7200#0#1", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, - name="鏂颁汉2灏忔椂缁忛獙", script_trigger="1000#@newhuman_getexp", + name="鏂颁汉2灏忔椂缁忛獙", group=0, - uniqueType="0#0", - ID=10026 + ID=10026, + dis_action=0, + teshusx=0 }, [10027] = { - param="26#10|27#10", time="300#0#1", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="濂冲効绾", script_trigger="1000#", + name="濂冲効绾", group=1, - uniqueType="0#0", - ID=10027 + ID=10027, + param="26#10|27#10", + dis_action=0, + teshusx=0 }, [10028] = { - param="25#10", time="300#0#1", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="楂樼脖閰", script_trigger="1000#", + name="楂樼脖閰", group=1, - uniqueType="0#0", - ID=10028 + ID=10028, + param="25#10", + dis_action=0, + teshusx=0 }, [10029] = { - param="20#1", time="0#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, - name="鍒鍏夊墤褰", script_trigger="1000#", + name="鍒鍏夊墤褰", group=1, - uniqueType="0#0", - ID=10029 + ID=10029, + param="20#1", + dis_action=0, + teshusx=0 }, [10030] = { - front_sfx="3057#3057", - param="26#10|27#10|79#500", time="10#0#0", - teshusx=0, - script_trigger="100#", - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, + script_trigger="100#", name="绁炵棰嗗煙", - uniqueType="0#0", group=1, + ID=10030, + param="26#10|27#10|79#500", front_sfx_stuck="3057#3057", - ID=10030 + teshusx=0, + dis_action=0, + front_sfx="3057#3057" }, [10031] = { - param="26#5|27#5", time="0#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, - name="閰掓皵鎶椾綋", script_trigger="100#", + name="閰掓皵鎶椾綋", group=1, - uniqueType="0#0", - ID=10031 + ID=10031, + param="26#5|27#5", + dis_action=0, + teshusx=0 }, [10032] = { - param="20#1|25#1", time="0#0#0", - teshusx=0, - dis_action=0, + uniqueType="0#0", Priority=0, overlap=1, - name="閰╅厞澶ч唹", script_trigger="100#", + name="閰╅厞澶ч唹", group=1, - uniqueType="0#0", - ID=10032 + ID=10032, + param="20#1|25#1", + dis_action=0, + teshusx=0 }, [10033] = { - front_sfx="15511#15511", time="2#0#0", - teshusx=0, - script_trigger="1000#", - dis_action=0, + uniqueType="0#0", Priority=0, overlap=0, + script_trigger="1000#", name="绔瑰彾闈", - uniqueType="0#0", group=1, + ID=10033, front_sfx_stuck="15511#15511", - ID=10033 + teshusx=0, + dis_action=0, + front_sfx="15511#15511" }, [10034] = { - dis_action=0, - uniqueType="0#0", - overlap=0, - param="20#1|1#200|3#10|4#10|5#10|6#10|7#10|8#10", time="300#0#1", + ID=10034, + param="20#1|1#200|3#10|4#10|5#10|6#10|7#10|8#10", + uniqueType="0#0", group=0, - name="鑻规灉", - ID=10034 + overlap=0, + dis_action=0, + name="鑻规灉" }, } return config diff --git a/client/dev/scripts/game_config/cfg_setup.lua b/client/dev/scripts/game_config/cfg_setup.lua index 69b90afe..0fe2b535 100644 --- a/client/dev/scripts/game_config/cfg_setup.lua +++ b/client/dev/scripts/game_config/cfg_setup.lua @@ -1,1068 +1,1067 @@ local config = { [1] = { - order=1000, id=1, - platform=0, content="浜哄悕鏄剧ず", + default=1, + order=1000, idx=1, - default=1 + platform=0 }, [2] = { - order=1002, id=2, - platform=0, content="鏁板瓧鏄捐", + default=1, + order=1002, idx=3, - default=1 + platform=0 }, [3] = { - order=1101, id=3, - platform=0, content="鏁板瓧椋樿", + default=1, + order=1101, idx=9, - default=1 + platform=0 }, [4] = { - order=1003, id=4, - platform=0, content="鏄剧ず琛鏉", + default=1, + order=1003, idx=4, - default=1 + platform=0 }, [5] = { - order=1004, id=5, - platform=0, content="鎬墿鏄惧悕", + default=1, + order=1004, idx=5, - default=1 + platform=0 }, [6] = { - order=1106, id=6, - platform=2, content="鍗曞弻鎽囨潌", + default=1, + order=1106, idx=14, - default=1 + platform=2 }, [13] = { - order=3000, id=13, - platform=0, content="鑷姩璧颁綅", + default=0, + order=3000, idx=33, - default=0 + platform=0 }, [14] = { - order=3001, id=14, - platform=0, content="鎸佺画鏀诲嚮", + default=1, + order=3001, idx=34, - default=1 + platform=0 }, [15] = { - order=3300, id=15, - platform=0, content="鍒鍒鍒烘潃", + default=1, + order=3300, idx=44, - default=1 + platform=0 }, [16] = { - order=3301, id=16, - platform=0, content="鑷姩鐑堢伀鍓戞硶", + default=1, + order=3301, idx=45, - default=1 + platform=0 }, [17] = { - order=3302, id=17, - platform=1, content="闅斾綅鍒烘潃", + default=1, + order=3302, idx=46, - default=1 + platform=1 }, [18] = { - order=3304, id=18, - platform=0, content="鏅鸿兘鍗婃湀", + default=1, + order=3304, idx=48, - default=1 + platform=0 }, [19] = { - order=3313, id=19, - platform=0, content="鑷姩榄旀硶鐩", + default=1, + order=3313, idx=57, - default=1 + platform=0 }, [20] = { - order=3314, id=20, - platform=0, content="鑷姩鐏", + default=1, + order=3314, idx=58, - default=1 + platform=0 }, [21] = { - order=5004, id=21, - platform=0, content="缇ゆ妧鑳", + default=0, + order=5004, idx=90, - default=0 + platform=0 }, [22] = { - order=3309, id=22, - platform=0, content="鑷姩鏂芥瘨", + default=0, + order=3309, idx=53, - default=0 + platform=0 }, [23] = { - order=3310, id=23, - platform=0, content="鑷姩骞界伒鐩", + default=0, + order=3310, idx=54, - default=0 + platform=0 }, [24] = { - order=3311, id=24, - platform=0, content="鑷姩绁炲湥鎴樼敳鏈", + default=0, + order=3311, idx=55, - default=0 + platform=0 }, [25] = { - order=4017, - default1=50, id=25, - platform=0, content="閬撳+鐢熷懡鍊间綆浜%s%%鏃朵娇鐢", + default=1, + default1=50, + order=4017, idx=84, - default=1 + platform=0 }, [26] = { - order=3317, - indexs=0, id=26, - platform=0, content="鑷姩鍙敜", + default=1, + order=3317, idx=61, - default=1 + indexs=0, + platform=0 }, [27] = { - order=1300, id=27, - platform=0, content="鑳屾櫙闊充箰", + default=100, + order=1300, idx=28, - default=100 + platform=0 }, [28] = { - order=1103, id=28, - platform=0, content="娈嬭鎻愮ず", + default=1, + order=1103, idx=11, - default=1 + platform=0 }, [29] = { - order=2002, id=29, - platform=2, content="鍦板浘缂╂斁", + default=1, + order=2002, idx=32, - default=1 + platform=2 }, [30] = { - order=3102, id=30, - platform=0, content="鎶鑳芥帴骞崇爫", + default=0, + order=3102, idx=39, - default=0 + platform=0 }, [31] = { - order=3104, id=31, - platform=1, content="鍏峉hift", + default=1, + order=3104, idx=41, - default=1 + platform=1 }, [32] = { - order=1100, id=32, - platform=0, content="骞虫粦妯″紡", + default=1, + order=1100, idx=8, - default=1 + platform=0 }, [33] = { - order=1001, id=33, - platform=0, content="鍙樉浜哄悕", + default=1, + order=1001, idx=2, - default=1 + platform=0 }, [34] = { - order=1006, id=34, - platform=0, content="鑱屼笟绛夌骇", + default=1, + order=1006, idx=7, - default=1 + platform=0 }, [35] = { - order=3200, id=35, - platform=0, content="缁忛獙杩囨护", + default=0, + order=3200, idx=42, - default=0 + platform=0 }, [36] = { - order=1104, id=36, - platform=0, content="瑁呭姣旇緝", + default=1, + order=1104, idx=12, - default=1 + platform=0 }, [37] = { - order=3002, id=37, - platform=0, content="榄旀硶閿佸畾", + default=1, + order=3002, idx=35, - default=1 + platform=0 }, [38] = { - order=3201, id=38, - platform=0, content="鑷姩缁冨姛", + default=0, + order=3201, idx=43, - default=0 + platform=0 }, [39] = { - order=3003, id=39, - platform=0, content="娓呯悊灏镐綋", + default=1, + order=3003, idx=36, - default=1 + platform=0 }, [40] = { - order=3103, id=40, - platform=0, content="姣掔浜掓崲", + default=1, + order=3103, idx=40, - default=1 + platform=0 }, [41] = { - order=3100, id=41, - platform=0, content="瀹濆疂璺熼殢鏀诲嚮", + default=1, + order=3100, idx=37, - default=1 + platform=0 }, [42] = { - order=3306, id=42, - platform=0, content="杩戣韩鐑堢伀", + default=1, + order=3306, idx=50, - default=1 + platform=0 }, [46] = { - order=4500, id=46, - platform=0, content="BOSS鎻愮ず", + default=0, + order=4500, idx=66, - default=0 + platform=0 }, [47] = { - order=5002, id=47, - platform=0, content="鍗曚綋鎶鑳", + default=0, + order=5002, idx=88, - default=0 + platform=0 }, [50] = { - order=1105, id=50, - platform=0, content="鎸佷箙鎻愮ず", + default=1, + order=1105, idx=13, - default=1 + platform=0 }, [51] = { - order=1107, id=51, - platform=0, content="鑷姩淇悊", + default=1, + order=1107, idx=15, - default=1 + platform=0 }, [52] = { - order=1301, id=52, - platform=0, content="娓告垙闊充箰", + default=100, + order=1301, idx=29, - default=100 + platform=0 }, [53] = { - order=3305, id=53, - platform=0, content="鑷姩寮澶╂柀", + default=1, + order=3305, idx=49, - default=1 + platform=0 }, [54] = { - order=3307, id=54, - platform=0, content="鑷姩閫愭棩鍓戞硶", + default=1, + order=3307, idx=51, - default=1 + platform=0 }, [55] = { - order=3308, id=55, - platform=0, content="鑷姩闅愯韩", + default=0, + order=3308, idx=52, - default=0 + platform=0 }, [56] = { - order=3303, id=56, - platform=0, content="绉诲姩闅斾綅鍒烘潃", + default=0, + order=3303, idx=47, - default=0 + platform=0 }, [57] = { - order=1202, id=57, - platform=0, content="浜虹墿绠瑁", + default=0, + order=1202, idx=20, - default=0 + platform=0 }, [58] = { - order=1203, id=58, - platform=0, content="鎬墿绠瑁", + default=0, + order=1203, idx=21, - default=0 + platform=0 }, [59] = { - order=3312, id=59, - platform=0, content="鑷姩鏃犳瀬鐪熸皵", + default=0, + order=3312, idx=56, - default=0 + platform=0 }, [60] = { - order=3101, id=60, - platform=2, content="鎽囨潌鍙栨秷鏀诲嚮", + default=1, + order=3101, idx=38, - default=1 + platform=2 }, [61] = { - order=1205, id=61, - platform=0, content="闅愯棌绉板彿", + default=0, + order=1205, idx=23, - default=0 + platform=0 }, [62] = { - order=1102, id=62, - platform=0, content="鑷姩绌胯澶", + default=1, + order=1102, idx=10, - default=1 + platform=0 }, [63] = { - order=3333, id=63, - platform=0, content="浣庣瓑绾т笉\\n鏄剧ず鍚嶅瓧", + default=1, + order=3333, idx=112, - default=1 + platform=0 }, [65] = { - order=1005, id=65, - platform=0, content="琛閲忓崟浣嶇畝鍐", + default=1, + order=1005, idx=6, - default=1 + platform=0 }, [66] = { - order=1109, id=66, - platform=0, content="闈㈡澘鍗婇忔槑", + default=0, + order=1109, idx=18, - default=0 + platform=0 }, [70] = { - order=2000, id=70, - platform=0, content="杞洏渚ц竟璺濈", + default=1, + order=2000, idx=30, - default=1 + platform=0 }, [71] = { - order=2001, id=71, - platform=0, content="鎶鑳戒晶杈硅窛绂", + default=1, + order=2001, idx=31, - default=1 + platform=0 }, [99] = { - order=3315, - indexs=0, id=99, - platform=0, content="鑷姩姝﹀姏鐩", + default=1, + order=3315, idx=59, - default=1 + indexs=0, + platform=0 }, [100] = { - order=3316, - indexs=0, id=100, - platform=0, content="鑷姩閬撳姏鐩", + default=1, + order=3316, idx=60, - default=1 + indexs=0, + platform=0 }, [101] = { - order=3106, id=101, - platform=0, content="鐏娣″寲", + default=100, + order=3106, idx=119, - default=100 + platform=0 }, [102] = { id=102, - platform=0, content="鑷繁鐏棰滆壊", + default=0, idx=121, - default=0 + platform=0 }, [110] = { - order=5207, id=110, - platform=0, content="鑷姩瀵掑啺鎺", + default=0, + order=5207, idx=99, - default=0 + platform=0 }, [111] = { - order=5208, id=111, - platform=0, content="鑷姩鍣鏈", + default=0, + order=5208, idx=100, - default=0 + platform=0 }, [112] = { - order=5209, id=112, - platform=0, content="鑷姩瑁傜绗", + default=0, + order=5209, idx=101, - default=0 + platform=0 }, [113] = { - order=5210, id=113, - platform=0, content="鑷姩姝讳骸涔嬬溂", + default=0, + order=5210, idx=102, - default=0 + platform=0 }, [114] = { - order=5211, id=114, - platform=0, content="鑷姩鍐伴暟鏈", + default=0, + order=5211, idx=103, - default=0 + platform=0 }, [115] = { - order=5212, id=115, - platform=0, content="鑷姩鐏劙鍐", + default=0, + order=5212, idx=104, - default=0 + platform=0 }, [116] = { - order=5213, id=116, - platform=0, content="鑷姩鍐伴湝缇ら洦", + default=0, + order=5213, idx=105, - default=0 + platform=0 }, [117] = { - order=5214, id=117, - platform=0, content="鑷姩鍙岄緳鏂", + default=0, + order=5214, idx=106, - default=0 + platform=0 }, [118] = { - order=5215, id=118, - platform=0, content="鑷姩榫欏奖鍓戞硶", + default=0, + order=5215, idx=107, - default=0 + platform=0 }, [119] = { - order=5216, id=119, - platform=0, content="鑷姩闆烽渾鍓戞硶", + default=0, + order=5216, idx=108, - default=0 + platform=0 }, [120] = { - order=5217, id=120, - platform=0, content="鑷姩绾垫í鍓戞湳", + default=0, + order=5217, idx=109, - default=0 + platform=0 }, [121] = { + id=121, + content="鎷惧彇璁剧疆", + default=0, order=4501, tips="榛樿鏄剧ず锛屽叧闂樉绀猴紝寮鍚殣钘", - id=121, - platform=0, - content="鎷惧彇璁剧疆", idx=114, - default=0 + platform=0 }, [122] = { - order=5218, id=122, - platform=0, content="鑷姩鐙瓙鍚", + default=0, + order=5218, idx=117, - default=0 + platform=0 }, [124] = { - order=3107, id=124, - platform=0, content="鏂芥硶杈呭姪", + default=0, + order=3107, idx=120, - default=0 + platform=0 }, [158] = { - order=4580, id=158, - platform=0, content="BOSS涓嶇畝瑁", + default=1, + order=4580, idx=111, - default=1 + platform=0 }, [200] = { - order=5218, id=200, - platform=0, content="鑷姩杩炲嚮", + default=0, + order=5218, idx=110, - default=0 + platform=0 }, [201] = { - order=9000, id=201, - platform=0, content="灞忚斀鎽嗘憡", + default=0, + order=9000, idx=115, - default=0 + platform=0 }, [1002] = { - order=1110, id=1002, - platform=2, content="楂樺抚鐜囨ā寮", + default=1, + order=1110, idx=113, - default=1 + platform=2 }, [2001] = { - order=1201, id=2001, - platform=0, content="灞忚斀鍙敜鐗", + default=0, + order=1201, idx=19, - default=0 + platform=0 }, [2002] = { - order=1204, id=2002, - platform=0, content="灞忚斀鐗规晥", + default=0, + order=1204, idx=22, - default=0 + platform=0 }, [2003] = { - order=1200, id=2003, - platform=0, content="灞忚斀宸叉柟鐜╁", + default=0, + order=1200, idx=17, - default=0 + platform=0 }, [2004] = { - order=1206, id=2004, - platform=0, content="灞忚斀鐜╁", + default=0, + order=1206, idx=24, - default=0 + platform=0 }, [2005] = { - order=1207, id=2005, - platform=0, content="灞忚斀鎬墿", + default=0, + order=1207, idx=25, - default=0 + platform=0 }, [3008] = { - order=1209, id=3008, - platform=0, content="灞忚斀鑻遍泟", + default=0, + order=1209, idx=27, - default=0 + platform=0 }, [3009] = { - order=1108, id=3009, - platform=0, content="鍚堝嚮闇囧睆", + default=1, + order=1108, idx=16, - default=1 + platform=0 }, [3010] = { - order=3400, id=3010, - platform=0, content="鑷姩鍚堝嚮", + default=0, + order=3400, idx=62, - default=0 + platform=0 }, [3011] = { - order=3401, id=3011, - platform=0, content="鑻遍泟璺熼殢鏀诲嚮", + default=1, + order=3401, idx=63, - default=1 + platform=0 }, [3012] = { - order=3403, id=3012, - platform=0, content="鑻遍泟鎵撴墿韬查伩", + default=1, + order=3403, idx=65, - default=1 + platform=0 }, [3013] = { - order=3402, id=3013, - platform=0, content="鑷姩鍙敜鑻遍泟", + default=0, + order=3402, idx=64, - default=0 + platform=0 }, [3014] = { - order=4018, - default1=50, id=3014, - platform=0, content="鑻遍泟鐢熷懡浣庝簬%s%%鏃惰嚜鍔ㄦ敹鍥", + default=0, + default1=50, + order=4018, idx=85, - default=0 + platform=0 }, [3015] = { - id=3015, - platform=0, + time=0, idx=97, + id=3015, + content="澶嶆椿鍥炲煄淇濇姢", + default=0, order=5205, tips="澶嶆椿鎴掓寚鐢熸晥鏃讹紝鍥炲煄淇濇姢鏄惁鐢熸晥", - time=0, indexs=0, - content="澶嶆椿鍥炲煄淇濇姢", - default=0 + platform=0 }, [3017] = { - order=1208, id=3017, - platform=0, content="灞忚斀鎶鑳", + default=0, + order=1208, idx=26, - default=0 + platform=0 }, [3020] = { - id=3020, - platform=0, + time=2000, idx=67, order=4000, - default1=50, - time=2000, - indexs="10011#10016#10019#10020", + id=3020, content="鐢熷懡鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10011#10016#10019#10020", + platform=0 }, [3021] = { - id=3021, - platform=0, + time=1500, idx=68, order=4001, - default1=50, - time=1500, - indexs="10045#10043", + id=3021, content="鐢熷懡鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10045#10043", + platform=0 }, [3022] = { - id=3022, - platform=0, + time=1200, idx=69, order=4002, - default1=50, - time=1200, - indexs="10011#10016#10019#10020", + id=3022, content="鐢熷懡鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10011#10016#10019#10020", + platform=0 }, [3023] = { - id=3023, - platform=0, + time=1700, idx=70, order=4003, - default1=50, - time=1700, - indexs="10045#10043", + id=3023, content="鐢熷懡鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10045#10043", + platform=0 }, [3024] = { - id=3024, - platform=0, + time=1000, idx=71, order=4004, - default1=50, - time=1000, - indexs="10012#10016#10019#10020", + id=3024, content="榄旀硶鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10012#10016#10019#10020", + platform=0 }, [3025] = { - id=3025, - platform=0, + time=1000, idx=72, order=4005, - default1=50, - time=1000, - indexs="10045#10043", + id=3025, content="榄旀硶鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10045#10043", + platform=0 }, [3026] = { - id=3026, - platform=99, + time=1000, idx=73, order=4006, - default1=50, - time=1000, - indexs="10131#10132", + id=3026, content="榄旀硶鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10131#10132", + platform=99 }, [3027] = { - id=3027, - platform=99, + time=1000, idx=74, order=4007, - default1=50, - time=1000, - indexs="10131#10132", + id=3027, content="榄旀硶鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10131#10132", + platform=99 }, [3030] = { - id=3030, - platform=0, + time=1000, idx=75, order=4008, - default1=50, - time=1000, - indexs="10131#10132", + id=3030, content="鑻遍泟鐢熷懡鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10131#10132", + platform=0 }, [3031] = { - id=3031, - platform=0, + time=1000, idx=76, order=4009, - default1=50, - time=1000, - indexs="10131#10132", + id=3031, content="鑻遍泟鐢熷懡鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10131#10132", + platform=0 }, [3032] = { - id=3032, - platform=0, + time=1000, idx=77, order=4010, - default1=50, - time=1000, - indexs="10131#10132", + id=3032, content="鑻遍泟鐢熷懡鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10131#10132", + platform=0 }, [3033] = { - id=3033, - platform=0, + time=1000, idx=78, order=4011, - default1=50, - time=1000, - indexs="10131#10132", + id=3033, content="鑻遍泟鐢熷懡鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10131#10132", + platform=0 }, [3034] = { - id=3034, - platform=0, + time=1000, idx=79, order=4012, - default1=50, - time=1000, - indexs="10131#10132", + id=3034, content="鑻遍泟榄旀硶鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10131#10132", + platform=0 }, [3035] = { - id=3035, - platform=0, + time=1000, idx=80, order=4013, - default1=50, - time=1000, - indexs="10131#10132", + id=3035, content="鑻遍泟榄旀硶鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10131#10132", + platform=0 }, [3036] = { - id=3036, - platform=0, + time=1000, idx=81, order=4014, - default1=50, - time=1000, - indexs="10131#10132", + id=3036, content="鑻遍泟榄旀硶鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10131#10132", + platform=0 }, [3037] = { - id=3037, - platform=0, + time=1000, idx=82, order=4015, - default1=50, - time=1000, - indexs="10131#10132", + id=3037, content="鑻遍泟榄旀硶鍊间綆浜%s%%浣跨敤", + default=0, + default1=50, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - default=0 + indexs="10131#10132", + platform=0 }, [3038] = { - id=3038, - platform=0, + time=1000, idx=83, + id=3038, + content="绾㈠悕浣跨敤", + default=1, order=4016, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", - time=1000, indexs=10057, - content="绾㈠悕浣跨敤", - default=1 + platform=0 }, [3039] = { - order=5000, id=3039, - platform=0, content="琚帺瀹舵敾鍑绘椂", + default=0, + order=5000, idx=86, - default=0 + platform=0 }, [3040] = { - order=5001, id=3040, - platform=0, content="韬竟N鏍兼湁鎬椂涓嶆崱鐗", + default=0, + order=5001, idx=87, - default=0 + platform=0 }, [3041] = { - order=5003, id=3041, - platform=0, content="鍙楀埌瀹濆疂鏀诲嚮鏃跺厛鎵撲富浜", + default=0, + order=5003, idx=89, - default=0 + platform=0 }, [3042] = { - order=5005, id=3042, - platform=0, content="涓嶆姠鍒汉褰掑睘鎬墿", + default=0, + order=5005, idx=91, - default=0 + platform=0 }, [3043] = { + idx=92, + id=3043, + content="瀵昏矾澶氬皯绉掓病鎬椂浣跨敤", + default=0, order=5200, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", indexs="10132#10158#10156#10157#10131", - id=3043, - platform=99, - content="瀵昏矾澶氬皯绉掓病鎬椂浣跨敤", - idx=92, - default=0 + platform=99 }, [3044] = { + idx=93, + id=3044, + content="鍛ㄥ洿鏈夊灏戞晫浜烘椂浣跨敤", + default=0, order=5201, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", indexs="10132#10158#10156#10157#10131", - id=3044, - platform=99, - content="鍛ㄥ洿鏈夊灏戞晫浜烘椂浣跨敤", - idx=93, - default=0 + platform=99 }, [3045] = { + idx=94, + id=3045, + content="鍛ㄥ洿鏈夊灏戠孩鍚嶆椂浣跨敤", + default=0, order=5202, tips="閫夋嫨閬撳叿鍚庡悜涓婃垨鍚戜笅鎷栧姩,璋冩暣閬撳叿浣跨敤浼樺厛绾", indexs="10132#10158#10156#10157#10131", - id=3045, - platform=99, - content="鍛ㄥ洿鏈夊灏戠孩鍚嶆椂浣跨敤", - idx=94, - default=0 + platform=99 }, [3046] = { - order=5203, id=3046, - platform=99, content="鍛ㄥ洿澶氬皯鏍兼湁鏁屼汉鏃朵富鍔ㄦ敾鍑", + default=0, + order=5203, idx=95, - default=0 + platform=99 }, [3047] = { - order=5300, id=3047, - platform=0, content="灞忚斀鎬墿鍒楄〃", + default=0, + order=5300, idx=96, - default=0 + platform=0 }, [3050] = { - order=5206, - tips="鑻遍泟澶嶆椿鎴掓寚鐢熸晥鏃讹紝鍥炲煄淇濇姢鏄惁鐢熸晥", id=3050, content="鑻遍泟澶嶆椿鍥炲煄淇濇姢", - idx=98, - default=0 + default=0, + order=5206, + tips="鑻遍泟澶嶆椿鎴掓寚鐢熸晥鏃讹紝鍥炲煄淇濇姢鏄惁鐢熸晥", + idx=98 }, [12017] = { - indexs=3301, time=0, id=12017, - platform=0, content="2017鑷畾涔夌儓鐏墤娉", + default=0, idx=118, - default=0 + indexs=3301, + platform=0 }, [13000] = { - indexs=10165, - order=4019, - - tips="閰掗噺浣庝簬6000灏嗚嚜鍔ㄤ娇鐢", time=0, - id=13000, - platform=0, - content="鑷姩绔瑰彾闈", idx=122, - default=0 + id=13000, + content="鑷姩绔瑰彾闈", + default=0, + order=4019, + tips="閰掗噺浣庝簬6000灏嗚嚜鍔ㄤ娇鐢", + indexs=10165, + platform=0 }, [13001] = { - indexs=10025, + time=0, + idx=123, + id=13001, + content="鑷姩鑻规灉", + default=0, order=4020, tips="姣忛殧5鍒嗛挓鑷姩浣跨敤", - time=0, - id=13001, - platform=0, - content="鑷姩鑻规灉", - idx=123, - default=0 + indexs=10025, + platform=0 }, } return config diff --git a/csv/bak/2026-06-23-01-50-50/cfg_BOSS鏌ヨ.csv b/csv/bak/2026-06-23-01-50-50/cfg_BOSS鏌ヨ.csv new file mode 100644 index 00000000..03138dd7 --- /dev/null +++ b/csv/bak/2026-06-23-01-50-50/cfg_BOSS鏌ヨ.csv @@ -0,0 +1,21 @@ +///key,index,Filter,HD, +///Filter,CS,CS,CS, +//;地图名,地图名,怪物名称,BOSS级别,怪物形象 +///index,mapname,name,level,Appr +1,邪恶之都,迷失洞主,S级,651 +2,恶魔深渊,铁血双锤,S级,20046 +3,沃玛大厅,远古·沃玛魔祖,S级,3021 +4,归墟神殿,天雷魔君,S级,20043 +5,祖玛大厅,洪荒·祖玛教皇,S级,1226 +6,玛法禁地,远古教皇,S级,20072 +7,封魔殿,虹魔老祖,S级,3033 +8,般若神殿,不灭君主,S级,20073 +9,赤月祭坛,双头老爹,S级,20089 +10,洞天秘境,狂暴·风沙之主,S级,20050 +11,奴隶之家,奴隶统帅,S级,20029 +12,阴曹地府,孟婆,S级,20002 +13,仙岛秘境,七彩神龙,S级,2020 +14,狼烟梦境,雷帝,S级,20139 +15,狐月秘境,狐月天珠,S级,327 +16,狐月神殿,齐天至尊,S级,20136 +17,先天秘境,迷宫之主,S级,20012 diff --git a/csv/bak/2026-06-23-01-50-50/cfg_涓荤嚎浠诲姟.csv b/csv/bak/2026-06-23-01-50-50/cfg_涓荤嚎浠诲姟.csv new file mode 100644 index 00000000..a93b2fd7 --- /dev/null +++ b/csv/bak/2026-06-23-01-50-50/cfg_涓荤嚎浠诲姟.csv @@ -0,0 +1,11 @@ +序列,下一任务,是否启用,标题,待拜访描述,进行中描述,奖励描述,拜访类型,模块Key_1,模块打开对象,NPC_ID_1,NPC脚本_1,目标类型,目标数量,目标地图,目标怪物,奖励_1_类型,奖励_1_名称,奖励_1_数量,奖励_1_绑定,奖励_2_类型,奖励_2_名称,奖励_2_数量,奖励_2_绑定,奖励_3_类型,奖励_3_名称,奖励_3_数量,奖励_3_绑定,是否结束任务 +id,next,enabled,title,desc,doingDesc,rewardText,visit_type,visit_keys_1,visit_open,visit_ids_1,visit_scripts_1,target_type,target_count,target_map,target_mon,reward_1_type,reward_1_name,reward_1_num,reward_1_bind,reward_2_type,reward_2_name,reward_2_num,reward_2_bind,reward_3_type,reward_3_name,reward_3_num,reward_3_bind,finish +1,2,TRUE,[主线]了解首充,了解首充后,前往任意地图击杀任意怪物5只。,前往任意地图击杀任意怪物。,经验100万、金币5000,module,ShouChongOBJ,ShouChongOBJ_main,,,kill_mon,5,*,*,money,经验,1000000,0,money,金币,5000,0,,,,, +2,3,TRUE,[主线]拜访渡劫天尊,拜访渡劫天尊后,前往任意地图击杀怪物5只。,前往任意地图击杀怪物。,经验100万、金币10000,npc,,,6,转生,kill_mon,5,*,*,money,经验,1000000,0,money,金币,10000,0,,,,, +3,4,TRUE,[主线]拜访神兽淬体,拜访神兽淬体后,前往任意地图击杀怪物5只。,前往任意地图击杀怪物。,神兽之血*50、神兽之骨*50,npc,,,5,神兽淬体,kill_mon,5,*,*,item,神兽之血,50,0,item,神兽之骨,50,0,,,,, +4,5,TRUE,[主线]拜访紫金仙人,拜访紫金仙人后,前往任意地图击杀怪物5只。,前往任意地图击杀怪物。,经验100万、千年玄石*50、金币10000,npc,,,189,紫金葫芦,kill_mon,5,*,*,money,经验,1000000,0,item,千年玄石,50,0,money,金币,10000,0, +5,6,TRUE,[主线]了解绝学NPC,了解绝学NPC后,前往任意地图击杀怪物5只。,前往任意地图击杀怪物。,灵石*50、武林秘籍*1,npc,,,12,绝学修炼,kill_mon,5,*,*,item,灵石,50,0,item,武林秘籍,1,0,,,,, +6,7,TRUE,[主线]拜访幸运仙子,拜访幸运仙子后,前往任意地图击杀怪物5只。,前往任意地图击杀怪物。,经验100万、金币10000,npc,,,11,幸运项链,kill_mon,5,*,*,money,经验,1000000,0,money,金币,10000,0,,,,, +7,8,TRUE,[主线]前往装备重铸,前往装备重铸后,前往任意地图击杀怪物5只。,前往任意地图击杀怪物。,经验100万、金币10000,npc,,,10,装备重铸,kill_mon,5,*,*,money,经验,1000000,0,money,金币,10000,0,,,,, +8,9,TRUE,[主线]前往武器升级,前往武器升级后,前往任意地图击杀怪物5只。,前往任意地图击杀怪物。,黑铁矿石*4、金币10000,npc,,,13,武器升级,kill_mon,5,*,*,item,黑铁矿石,4,0,money,金币,10000,0,,,,, +9,,TRUE,[主线]任务结束,主线任务已完成。,主线任务已完成。,无,,,,,,,,,,,,,,,,,,,,,,TRUE diff --git a/csv/bak/2026-06-23-01-50-50/cfg_鍦板浘杩涘叆NPC.csv b/csv/bak/2026-06-23-01-50-50/cfg_鍦板浘杩涘叆NPC.csv new file mode 100644 index 00000000..8586e40c --- /dev/null +++ b/csv/bak/2026-06-23-01-50-50/cfg_鍦板浘杩涘叆NPC.csv @@ -0,0 +1,62 @@ +///key,index,Filter,HD,,,,,,,,,,,,,,,,, +///Filter,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD +//;中文,NPCID,地图名,有无面板(默认打开),开荒大陆,掉落展示,展示条件,进入检测一,检测二(检测一和二满足一条就通用),进入消耗,变量记录,面板刷新变量(变量^限制数量),进入位置,随机地图进入,进入限时(分钟),退出后CD(秒),BOSS信息,进入提醒,地图介绍,小地图id,BOSS外观(怪物形象ID^方向(0-8)^偏移x^偏移y_缩放(0.1-1))^动作(默认1走路) +///index,npcid,name,parent,dalu,drop,zstz,check,check_2,xh,varcale,reloadvar,pos,randompos,limitedTime,LeaveMapCD,BOSSvar,sendmsg,ps,minimap,BOSS +1,14,蜈蚣洞,,,,进入条件:免费,,,,,,蜈蚣洞|202|213,,,,,,,25,20078^4^-20^40^1|20046^4^-20^40^1 +2,15,沃玛一层,,,,进入条件:免费,,,,,,沃玛一层,,,,,,,5,10005^4^-20^40^1|3021^4^-20^70^1|20043^4^-20^40^1|141^4^-20^40^1 +3,16,祖玛四层,,,,要求等级:52|消耗:金币x500,检测等级^52,,金币^500^1,,,祖玛四层|168|215,,,,,,,24,63^4^-20^40^1|1226^4^-20^40^1|20072^4^-20^40^0.8 +4,17,僵尸洞,,,,要求等级:54|消耗:金币x500,检测等级^54,,金币^500^1,,,僵尸洞|27|180,,,,,,,7,3035^4^-20^40^1|3033^4^-20^60^1|20073^4^-20^40^1 +5,18,赤月深处,,,,要求等级:56|消耗:金币x500,检测等级^56,,金币^500^1,,,赤月深处|96|182,,,,,,,98,131^0^-20^40^1^0|20089^4^-20^40^1|20050^4^-20^80^1 +6,19,奴隶山谷,,,,要求转生:1转|消耗:金币x1000,检测转生^不小于^1,,金币^1000^1,,,奴隶山谷|73|25,,,,,,,39,2036^4^-20^40^1|20029^4^-20^40^1|20002^4^-20^40^1 +7,20,海外仙岛,,,,要求转生:2转|消耗:金币x5000,检测转生^不小于^2,,金币^5000^1,,,海外仙岛,,,,,,,100027,3060^4^-20^20^1|2020^4^-20^40^0.6|20139^4^-20^20^0.8 +8,21,狐月山,,,,要求转生:3转|消耗:金币x10000,检测转生^不小于^3,,金币^10000^1,,,狐月山|112|284,,,,,,,329,10309^4^-20^40^1|327^0^-20^40^1^0|20136^4^-20^-10^1 +9,22,卧龙山庄,,,,消耗:英雄贴x1|消耗:千年玄石x20|要求转生:3转,检测转生^不小于^3,,英雄帖^1^0|千年玄石^20^0,,,卧龙山庄|207|203,,120,,,阁下难道是要去拜访传说中的卧龙凤雏。,,301,327^4^-20^40^1 +10,23,Boss之家一层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x10000、拥有非绑元宝>=2000(不消耗),检测转生^不小于^2|检测称号^狂暴之力|检测货币^元宝^2000^0,,金币^10000^1,,,Boss之家一层|28|95,,120,,,听说到这里存在身怀有最顶级的至宝。,,100020,20042^4^-20^40^1|20103^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +11,24,NPC冰魔之地,,,,,,,,,,起始之地,,,,,无尽财富唾手可得。,,, +12,25,圣域,,,,每日10-11、16-17点开放,检测转生^不小于^4,,,,,,,60,,,,,, +13,26,灵魂祭坛,,,,消耗:千年玄石x50|每日充值>=18元|每日限制:4次,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|比较数字变量^INT_灵魂祭坛每日次数^周期^小于^4^今日次数已达到,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|检测物品^九秘珠^1^true^true^false,千年玄石^50^0,周期^INT_灵魂祭坛每日次数^1,INT_灵魂祭坛每日次数|4,灵魂祭坛|238|200,,,,,,,3059, +14,27,先天秘境,,,,开通:狂暴之力|消耗:金币x50000、拥有非绑元宝>=1000(不消耗)|进入限时60分钟(退出地图后CD3分钟),检测称号^狂暴之力|检测货币^元宝^1000^0,,金币^50000^1,,,,先天秘境1层|先天秘境2层|先天秘境3层|先天秘境4层|先天秘境5层|先天秘境6层|先天秘境7层|先天秘境8层|先天秘境9层,60,180,STR_MIGONGBOSSINFO,能否寻找到狡猾的迷宫之主或者神秘的神墟。,,41,20012^4^-20^40^1 +15,28,天关,,,,灵符x1,,,灵符^1^0,,,,,60,,,据闻特戒在此现世,天关之主必爆不朽以上首饰,,, +16,29,神龙帝国,,,,要求转生:4转|开通:狂暴之力,检测转生^不小于^4|检测称号^狂暴之力,,,,,神龙帝国|249|310,,,,,神龙帝主统治着这片大陆,拥有诸多凶险地图和不可战神之存在。,,3105,800^4^-20^40^1|10608^4^-20^40^1|20143^4^-20^40^1|20085^4^-20^40^1 +17,30,死亡棺材,1,,,,,,,,,死亡棺材|13|28,,,,,,,, +18,31,邪恶之都,1,,,,,,,,,邪恶之都|27|27,,,,,,,, +19,32,沃玛二层,1,,,,,,,,,沃玛二层,,,,,,,, +20,33,沃玛大厅,1,,,,,,,,,沃玛大厅|16|19,,,,,,,, +21,34,祖玛五层,1,,,,,,,,,祖玛五层|99|98,,,,,,,, +22,35,祖玛大厅,1,,,,,,,,,祖玛大厅|8|11,,,,,,,, +23,36,霸者大厅,1,,,,,,,,,霸者大厅|76|75,,,,,,,, +24,37,封魔殿,1,,,,,,,,,封魔殿|74|80,,,,,,,, +25,38,赤月魔穴,1,,,,,,,,,赤月魔穴|11|25,,,,,,,, +26,40,奴隶之家,1,,,,,,,,,奴隶之家,,,,,,,, +27,41,仙岛秘境,1,,,,,,,,,仙岛秘境|21|56,,,,,,,, +28,42,狐月秘境,1,,,,,,,,,狐月秘境|40|56,,,,,,,, +29,43,魔兽前哨,1,,,,检测地图怪物数量^0,,,,,魔兽前哨,,,,,,,, +30,44,巨魔巢穴,1,,,,检测地图怪物数量^0,,,,,巨魔巢穴|37|76,,,,,,,, +31,61,废墟之城,,,,消耗:金币x50000|开通:狂暴之力,检测称号^狂暴之力,,金币^50000^1,,,废墟之城|384|323,,120,,,黄沙百战穿金甲,不破楼兰终不还。,,100000,20019^4^-20^40^1|20051^4^-20^40^1|20145^4^-20^40^1|20124^4^-20^40^1 +32,62,天龙遗址,,,,要求转生:5转|消耗:灵符x4|开通:狂暴之力|消耗:金币x50000,检测称号^狂暴之力|检测转生^不小于^5,,灵符^4^0|金币^50000^1,,,天龙遗址|451|439,,120,,,龙行大运,火力全开。,,100006,20022^4^-20^40^1|20061^4^-20^40^1|20140^4^-20^40^1|20141^4^-20^40^1 +33,63,静谧山谷,,,,要求转生:6转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^6|检测称号^狂暴之力,,金币^50000^1,,,静谧山谷|40|653,,120,,,作恶多端之徒妄想在此归隐,休想!,,100012,20038^4^-20^60^1|20036^4^-20^60^1|20039^4^-20^60^1|20041^4^-20^60^1 +34,64,冰晶雪域,,,,消耗:金币x30000|开通:狂暴之力|进入后每秒消耗:金币x50,检测称号^狂暴之力,,金币^30000^1,,,冰晶雪域|141|233,,120,,,冰雪覆盖的大陆,此地怪物经验超高,适合升级。,,100007,10202^4^-20^60^0.6|263^4^-20^60^1|20134^4^-20^60^0.6 +35,65,水上世界,,,,要求转生:7转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^7|检测称号^狂暴之力,,金币^50000^1,,,水上世界|102|198,,120,,,海底十万米深处自成一个奇异的世界。,,100008,20056^4^-20^60^1|20067^4^-20^60^0.8 +36,66,秦王地宫,,,,要求转生:8转|开通:狂暴之力|消耗:金币x100000,检测转生^不小于^8|检测称号^狂暴之力,,金币^100000^1,,,秦王地宫|14|386,,120,,,或许能寻到传说中的千古一帝。,,100011,20018^4^-20^20^0.7|20083^4^-20^40^0.7|20053^4^-20^20^0.7 +37,67,熔岩之地,,,,要求转生:9转|开通:狂暴之力|消耗:金币x150000,检测转生^不小于^9|检测称号^狂暴之力,,金币^150000^1,,,熔岩之地|321|324,,120,,,路的尽头是往生还是地狱?,,100009,20060^4^-20^40^1|20059^4^-20^80^1|20128^4^-20^40^1 +38,68,遗忘之地,,,,开通:狂暴之力|消耗:千年玄石x50、金币x5万|九秘等级>65级,检测称号^狂暴之力|比较数字变量^INT_九秘排行榜^永久^不小于^65^九秘等级未达到,,千年玄石^50^0|金币^50000^1,,,遗忘之地|52|55,,120,,,传说此地为某位古天尊隐居之处。,,307,20109^4^-20^40^1|20142^4^-20^40^1 +39,69,黑暗宫殿,,,,开通:狂暴之力|要求:攻击力>300|消耗:千年玄石x50、金币x50000,检测称号^狂暴之力|检测属性^4^不小于^300^攻击力,,千年玄石^50^0|金币^50000^1,,,黑暗宫殿,,120,,,寂静的宫殿透露着渗人的寒冷。,,000317,20111^4^-20^40^1|20155^4^-20^40^1 +40,70,龙爪要塞,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:金币x100000,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,金币^100000^1,,,龙爪要塞|266|98,,120,,,四圣兽守护着一位无比尊贵的存在。,,3025,20113^4^-20^40^1|20118^4^-20^40^1|20120^4^-20^40^1 +41,71,boss之家五层,,,,要求转生:5转|开通:狂暴之力|消耗:金币x100000、拥有非绑元宝>=3000(不消耗),检测转生^不小于^5|检测称号^狂暴之力|检测货币^元宝^3000^0,,金币^100000^1,,,boss之家五层|44|66,,120,,,挑战无比强大的存在,寻找顶级至宝的踪迹,他能成功吗?,,100023,20092^4^-20^40^1|20150^4^-20^40^1|20021^4^-20^40^1 +42,72,缥缈山庄,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,缥缈山庄|129|145,,120,,,,,100022,20084^4^-20^40^1 +43,73,天龙巢穴,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,天龙巢穴|25|100,,120,,,,,100018,20021^4^-20^40^1|11020^4^-20^40^1|20093^4^-20^40^1 +44,74,镇魔之地,,,,要求转生:6转|开通:狂暴之力|消耗:千年玄石x40,检测转生^不小于^6|检测称号^狂暴之力,,千年玄石^40^0,,,镇魔之地|39|102,,120,,,,,100005,20035^4^-20^40^1 +45,75,雪域深处,,,,开通:狂暴之力|消耗:千年玄石x20|进入后每秒消耗:金币x100,检测称号^狂暴之力,,千年玄石^20^0,,,雪域深处|165|172,,120,,,,,311,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6 +46,76,冰封王座,,,,开通:狂暴之力|消耗:千年玄石x40|进入后每秒消耗:金币x200,检测称号^狂暴之力,,千年玄石^40^0,,,冰封王座|34|170,,120,,,,,3138,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6|10209^4^-20^40^0.7 +47,77,狂暴海域,,,,开通:狂暴之力|消耗:千年玄石x30,检测称号^狂暴之力,,千年玄石^30^0,,,狂暴海域|45|63,,120,,,,,3104,20023^4^-20^40^0.8|20015^4^-20^40^0.8 +48,78,幽灵船,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,幽灵船|30|61,,120,,,,,3103,20086^4^-20^40^0.8 +49,79,秦王大殿,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王大殿|63|69,,120,,,,,100013,382^4^-20^40^0.8 +50,80,秦王陵墓,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王陵墓|7|28,,120,,,,,100024,20010^4^-20^40^0.8 +51,81,往生之路,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,往生之路|63|32,,120,,,,,100010,20153^4^-20^40^0.8 +52,82,岩浆地狱,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,岩浆地狱|149|116,,120,,,,,100004,20112^4^-20^80^1 +53,83,龙爪宫殿,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:千年玄石x40,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,千年玄石^40^0,,,龙爪宫殿|20|37,,120,,,,,100015,20071^4^-20^40^1 +54,84,boss之家六层,,,,要求转生:6转|开通:狂暴之力|消耗:金币x200000,检测转生^不小于^6|检测称号^狂暴之力,,金币^200000^1,,,boss之家六层|55|86,,120,,,,,100017,20045^4^-20^40^0.6|20011^4^-20^40^0.6|20013^4^-20^40^0.6 +55,85,boss之家七层,,,,开通:狂暴之力|消耗:金币x500000,检测称号^狂暴之力,,金币^500000^1,,,boss之家七层|69|36,,120,,,,,100021,20136^4^-20^-20^1|20137^4^-20^-20^1|20138^4^-20^-20^1|20142^4^-20^-20^1|20087^4^-20^-20^1 +56,86,boss之家二层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x20000,检测转生^不小于^2|检测称号^狂暴之力,,金币^20000^1,,,Boss之家二层|26|44,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +57,87,boss之家三层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x30000,检测转生^不小于^3|检测称号^狂暴之力,,金币^30000^1,,,Boss之家三层|20|69,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +58,88,boss之家四层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x40000,检测转生^不小于^3|检测称号^狂暴之力,,金币^40000^1,,,Boss之家四层|105|85,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| diff --git a/csv/bak/2026-06-23-01-50-50/cfg_鏂楃瑺鍗囩骇.csv b/csv/bak/2026-06-23-01-50-50/cfg_鏂楃瑺鍗囩骇.csv new file mode 100644 index 00000000..d2333e4d --- /dev/null +++ b/csv/bak/2026-06-23-01-50-50/cfg_鏂楃瑺鍗囩骇.csv @@ -0,0 +1,10 @@ +序列,装备名,成功率,消耗_1_消耗物品,消耗_1_消耗数量,消耗_1_绑定规则,消耗_2_消耗物品,消耗_2_消耗数量,消耗_2_绑定规则,奖励_1_奖励物品,奖励_1_奖励数量,奖励_1_绑定规则 +序列,name,success,cost_1_itemname,cost_1_itemnum,cost_1_itembind,cost_2_itemname,cost_2_itemnum,cost_2_itembind,reward_1_givename,reward_1_givenum,reward_1_bind +1,战神斗笠,100,雷霆斗笠,1,0,金币,500000,1,战神斗笠,1,0 +2,玛法斗笠,100,战神斗笠,1,0,金条,1,0,玛法斗笠,1,0 +3,史诗斗笠,100,玛法斗笠,1,0,金条,3,0,史诗斗笠,1,0 +4,传说斗笠,100,史诗斗笠,1,0,金条,6,0,传说斗笠,1,0 +5,不朽斗笠,100,传说斗笠,1,0,金条,15,0,不朽斗笠,1,0 +6,至尊斗笠,100,不朽斗笠,1,0,金条,50,0,至尊斗笠,1,0 +7,混沌斗笠,100,至尊斗笠,1,0,金条,100,0,混沌斗笠,1,0 +8,主宰斗笠,100,混沌斗笠,1,0,金条,200,0,主宰斗笠,1,0 diff --git a/csv/bak/2026-06-23-01-50-50/cfg_琛屼細鍙敜鍦板浘浠ょ墝.csv b/csv/bak/2026-06-23-01-50-50/cfg_琛屼細鍙敜鍦板浘浠ょ墝.csv new file mode 100644 index 00000000..2a015641 --- /dev/null +++ b/csv/bak/2026-06-23-01-50-50/cfg_琛屼細鍙敜鍦板浘浠ょ墝.csv @@ -0,0 +1,18 @@ +序列,NPC触发,消耗_1_物品,消耗_1_数量,消耗_1_绑定规则 +序列,npcid,cost_1_name,cost_1_num,cost_1_bind +3,0,,, +圣域,0,,, +赤月深处,0,,, +沃玛一层,0,,, +沃玛二层,0,,, +祖玛四层,0,,, +祖玛五层,0,,, +蜈蚣洞,0,,, +死亡棺材,0,,, +僵尸洞穴,0,,, +霸者大厅,0,,, +封魔殿,0,,, +卧龙山庄,0,,, +奴隶山谷,0,,, +海外仙岛,0,,, +神龙帝国,0,,, diff --git a/csv/bak/2026-06-23-02-02-03/cfg_鍦板浘杩涘叆NPC.csv b/csv/bak/2026-06-23-02-02-03/cfg_鍦板浘杩涘叆NPC.csv new file mode 100644 index 00000000..351e39ba --- /dev/null +++ b/csv/bak/2026-06-23-02-02-03/cfg_鍦板浘杩涘叆NPC.csv @@ -0,0 +1,62 @@ +///key,index,Filter,HD,,,,,,,,,,,,,,,,, +///Filter,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD +//;中文,NPCID,地图名,有无面板(默认打开),开荒大陆,掉落展示,展示条件,进入检测一,检测二(检测一和二满足一条就通用),进入消耗,变量记录,面板刷新变量(变量^限制数量),进入位置,随机地图进入,进入限时(分钟),退出后CD(秒),BOSS信息,进入提醒,地图介绍,小地图id,BOSS外观(怪物形象ID^方向(0-8)^偏移x^偏移y_缩放(0.1-1))^动作(默认1走路) +///index,npcid,name,parent,dalu,drop,zstz,check,check_2,xh,varcale,reloadvar,pos,randompos,limitedTime,LeaveMapCD,BOSSvar,sendmsg,ps,minimap,BOSS +1,14,蜈蚣洞,,,,进入条件:免费,,,,,,蜈蚣洞|202|213,,,,,,,25,20078^4^-20^40^1|20046^4^-20^40^1 +2,15,沃玛一层,,,,进入条件:免费,,,,,,沃玛一层,,,,,,,5,10005^4^-20^40^1|3021^4^-20^70^1|20043^4^-20^40^1|141^4^-20^40^1 +3,16,祖玛四层,,,,要求等级:52|消耗:金币x500,检测等级^52,,金币^500^1,,,祖玛四层|168|215,,,,,,,24,63^4^-20^40^1|1226^4^-20^40^1|20072^4^-20^40^0.8 +4,17,僵尸洞,,,,要求等级:54|消耗:金币x500,检测等级^54,,金币^500^1,,,僵尸洞|27|180,,,,,,,7,3035^4^-20^40^1|3033^4^-20^60^1|20073^4^-20^40^1 +5,18,赤月深处,,,,要求等级:56|消耗:金币x500,检测等级^56,,金币^500^1,,,赤月深处|96|182,,,,,,,98,131^0^-20^40^1^0|20089^4^-20^40^1|20050^4^-20^80^1 +6,19,奴隶山谷,,,,要求转生:1转|消耗:金币x1000,检测转生^不小于^1,,金币^1000^1,,,奴隶山谷|73|25,,,,,,,39,2036^4^-20^40^1|20029^4^-20^40^1|20002^4^-20^40^1 +7,20,海外仙岛,,,,要求转生:2转|消耗:金币x5000,检测转生^不小于^2,,金币^5000^1,,,海外仙岛,,,,,,,100027,3060^4^-20^20^1|2020^4^-20^40^0.6|20139^4^-20^20^0.8 +8,21,狐月山,,,,要求转生:3转|消耗:金币x10000,检测转生^不小于^3,,金币^10000^1,,,狐月山|112|284,,,,,,,329,10309^4^-20^40^1|327^0^-20^40^1^0|20136^4^-20^-10^1 +9,22,卧龙山庄,,,,消耗:英雄贴x1|消耗:千年玄石x20|要求转生:3转,检测转生^不小于^3,,英雄帖^1^0|千年玄石^20^0,,,卧龙山庄|207|203,,120,,,阁下难道是要去拜访传说中的卧龙凤雏。,,301,327^4^-20^40^1 +10,23,Boss之家一层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x10000、拥有非绑元宝>=2000(不消耗),检测转生^不小于^2|检测称号^狂暴之力|检测货币^元宝^2000^0,,金币^10000^1,,,Boss之家一层|28|95,,120,,,听说到这里存在身怀有最顶级的至宝。,,100020,20042^4^-20^40^1|20103^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +11,24,NPC冰魔之地,,,,,,,,,,起始之地,,,,,无尽财富唾手可得。,,, +12,25,圣域,,,,每日10-11、16-17点开放,检测转生^不小于^4,,,,,,,60,,,,,, +13,26,灵魂祭坛,,,,消耗:千年玄石x50|每日充值>=18元|每日限制:4次,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|比较数字变量^INT_灵魂祭坛每日次数^周期^小于^4^今日次数已达到,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|检测物品^九秘珠^1,千年玄石^50^0,周期^INT_灵魂祭坛每日次数^1,INT_灵魂祭坛每日次数|4,灵魂祭坛|238|200,,,,,,,3059, +14,27,先天秘境,,,,开通:狂暴之力|消耗:金币x50000、拥有非绑元宝>=1000(不消耗)|进入限时60分钟(退出地图后CD3分钟),检测称号^狂暴之力|检测货币^元宝^1000^0,,金币^50000^1,,,,先天秘境1层|先天秘境2层|先天秘境3层|先天秘境4层|先天秘境5层|先天秘境6层|先天秘境7层|先天秘境8层|先天秘境9层,60,180,STR_MIGONGBOSSINFO,能否寻找到狡猾的迷宫之主或者神秘的神墟。,,41,20012^4^-20^40^1 +15,28,天关,,,,灵符x1,,,灵符^1^0,,,,,60,,,据闻特戒在此现世,天关之主必爆不朽以上首饰,,, +16,29,神龙帝国,,,,要求转生:4转|开通:狂暴之力,检测转生^不小于^4|检测称号^狂暴之力,,,,,神龙帝国|249|310,,,,,神龙帝主统治着这片大陆,拥有诸多凶险地图和不可战神之存在。,,3105,800^4^-20^40^1|10608^4^-20^40^1|20143^4^-20^40^1|20085^4^-20^40^1 +17,30,死亡棺材,1,,,,,,,,,死亡棺材|13|28,,,,,,,, +18,31,邪恶之都,1,,,,,,,,,邪恶之都|27|27,,,,,,,, +19,32,沃玛二层,1,,,,,,,,,沃玛二层,,,,,,,, +20,33,沃玛大厅,1,,,,,,,,,沃玛大厅|16|19,,,,,,,, +21,34,祖玛五层,1,,,,,,,,,祖玛五层|99|98,,,,,,,, +22,35,祖玛大厅,1,,,,,,,,,祖玛大厅|8|11,,,,,,,, +23,36,霸者大厅,1,,,,,,,,,霸者大厅|76|75,,,,,,,, +24,37,封魔殿,1,,,,,,,,,封魔殿|74|80,,,,,,,, +25,38,赤月魔穴,1,,,,,,,,,赤月魔穴|11|25,,,,,,,, +26,40,奴隶之家,1,,,,,,,,,奴隶之家,,,,,,,, +27,41,仙岛秘境,1,,,,,,,,,仙岛秘境|21|56,,,,,,,, +28,42,狐月秘境,1,,,,,,,,,狐月秘境|40|56,,,,,,,, +29,43,魔兽前哨,1,,,,检测地图怪物数量^0,,,,,魔兽前哨,,,,,,,, +30,44,巨魔巢穴,1,,,,检测地图怪物数量^0,,,,,巨魔巢穴|37|76,,,,,,,, +31,61,废墟之城,,,,消耗:金币x50000|开通:狂暴之力,检测称号^狂暴之力,,金币^50000^1,,,废墟之城|384|323,,120,,,黄沙百战穿金甲,不破楼兰终不还。,,100000,20019^4^-20^40^1|20051^4^-20^40^1|20145^4^-20^40^1|20124^4^-20^40^1 +32,62,天龙遗址,,,,要求转生:5转|消耗:灵符x4|开通:狂暴之力|消耗:金币x50000,检测称号^狂暴之力|检测转生^不小于^5,,灵符^4^0|金币^50000^1,,,天龙遗址|451|439,,120,,,龙行大运,火力全开。,,100006,20022^4^-20^40^1|20061^4^-20^40^1|20140^4^-20^40^1|20141^4^-20^40^1 +33,63,静谧山谷,,,,要求转生:6转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^6|检测称号^狂暴之力,,金币^50000^1,,,静谧山谷|40|653,,120,,,作恶多端之徒妄想在此归隐,休想!,,100012,20038^4^-20^60^1|20036^4^-20^60^1|20039^4^-20^60^1|20041^4^-20^60^1 +34,64,冰晶雪域,,,,消耗:金币x30000|开通:狂暴之力|进入后每秒消耗:金币x50,检测称号^狂暴之力,,金币^30000^1,,,冰晶雪域|141|233,,120,,,冰雪覆盖的大陆,此地怪物经验超高,适合升级。,,100007,10202^4^-20^60^0.6|263^4^-20^60^1|20134^4^-20^60^0.6 +35,65,水上世界,,,,要求转生:7转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^7|检测称号^狂暴之力,,金币^50000^1,,,水上世界|102|198,,120,,,海底十万米深处自成一个奇异的世界。,,100008,20056^4^-20^60^1|20067^4^-20^60^0.8 +36,66,秦王地宫,,,,要求转生:8转|开通:狂暴之力|消耗:金币x100000,检测转生^不小于^8|检测称号^狂暴之力,,金币^100000^1,,,秦王地宫|14|386,,120,,,或许能寻到传说中的千古一帝。,,100011,20018^4^-20^20^0.7|20083^4^-20^40^0.7|20053^4^-20^20^0.7 +37,67,熔岩之地,,,,要求转生:9转|开通:狂暴之力|消耗:金币x150000,检测转生^不小于^9|检测称号^狂暴之力,,金币^150000^1,,,熔岩之地|321|324,,120,,,路的尽头是往生还是地狱?,,100009,20060^4^-20^40^1|20059^4^-20^80^1|20128^4^-20^40^1 +38,68,遗忘之地,,,,开通:狂暴之力|消耗:千年玄石x50、金币x5万|九秘等级>65级,检测称号^狂暴之力|比较数字变量^INT_九秘排行榜^永久^不小于^65^九秘等级未达到,,千年玄石^50^0|金币^50000^1,,,遗忘之地|52|55,,120,,,传说此地为某位古天尊隐居之处。,,307,20109^4^-20^40^1|20142^4^-20^40^1 +39,69,黑暗宫殿,,,,开通:狂暴之力|要求:攻击力>300|消耗:千年玄石x50、金币x50000,检测称号^狂暴之力|检测属性^4^不小于^300^攻击力,,千年玄石^50^0|金币^50000^1,,,黑暗宫殿,,120,,,寂静的宫殿透露着渗人的寒冷。,,000317,20111^4^-20^40^1|20155^4^-20^40^1 +40,70,龙爪要塞,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:金币x100000,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,金币^100000^1,,,龙爪要塞|266|98,,120,,,四圣兽守护着一位无比尊贵的存在。,,3025,20113^4^-20^40^1|20118^4^-20^40^1|20120^4^-20^40^1 +41,71,boss之家五层,,,,要求转生:5转|开通:狂暴之力|消耗:金币x100000、拥有非绑元宝>=3000(不消耗),检测转生^不小于^5|检测称号^狂暴之力|检测货币^元宝^3000^0,,金币^100000^1,,,boss之家五层|44|66,,120,,,挑战无比强大的存在,寻找顶级至宝的踪迹,他能成功吗?,,100023,20092^4^-20^40^1|20150^4^-20^40^1|20021^4^-20^40^1 +42,72,缥缈山庄,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,缥缈山庄|129|145,,120,,,,,100022,20084^4^-20^40^1 +43,73,天龙巢穴,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,天龙巢穴|25|100,,120,,,,,100018,20021^4^-20^40^1|11020^4^-20^40^1|20093^4^-20^40^1 +44,74,镇魔之地,,,,要求转生:6转|开通:狂暴之力|消耗:千年玄石x40,检测转生^不小于^6|检测称号^狂暴之力,,千年玄石^40^0,,,镇魔之地|39|102,,120,,,,,100005,20035^4^-20^40^1 +45,75,雪域深处,,,,开通:狂暴之力|消耗:千年玄石x20|进入后每秒消耗:金币x100,检测称号^狂暴之力,,千年玄石^20^0,,,雪域深处|165|172,,120,,,,,311,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6 +46,76,冰封王座,,,,开通:狂暴之力|消耗:千年玄石x40|进入后每秒消耗:金币x200,检测称号^狂暴之力,,千年玄石^40^0,,,冰封王座|34|170,,120,,,,,3138,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6|10209^4^-20^40^0.7 +47,77,狂暴海域,,,,开通:狂暴之力|消耗:千年玄石x30,检测称号^狂暴之力,,千年玄石^30^0,,,狂暴海域|45|63,,120,,,,,3104,20023^4^-20^40^0.8|20015^4^-20^40^0.8 +48,78,幽灵船,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,幽灵船|30|61,,120,,,,,3103,20086^4^-20^40^0.8 +49,79,秦王大殿,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王大殿|63|69,,120,,,,,100013,382^4^-20^40^0.8 +50,80,秦王陵墓,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王陵墓|7|28,,120,,,,,100024,20010^4^-20^40^0.8 +51,81,往生之路,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,往生之路|63|32,,120,,,,,100010,20153^4^-20^40^0.8 +52,82,岩浆地狱,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,岩浆地狱|149|116,,120,,,,,100004,20112^4^-20^80^1 +53,83,龙爪宫殿,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:千年玄石x40,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,千年玄石^40^0,,,龙爪宫殿|20|37,,120,,,,,100015,20071^4^-20^40^1 +54,84,boss之家六层,,,,要求转生:6转|开通:狂暴之力|消耗:金币x200000,检测转生^不小于^6|检测称号^狂暴之力,,金币^200000^1,,,boss之家六层|55|86,,120,,,,,100017,20045^4^-20^40^0.6|20011^4^-20^40^0.6|20013^4^-20^40^0.6 +55,85,boss之家七层,,,,开通:狂暴之力|消耗:金币x500000,检测称号^狂暴之力,,金币^500000^1,,,boss之家七层|69|36,,120,,,,,100021,20136^4^-20^-20^1|20137^4^-20^-20^1|20138^4^-20^-20^1|20142^4^-20^-20^1|20087^4^-20^-20^1 +56,86,boss之家二层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x20000,检测转生^不小于^2|检测称号^狂暴之力,,金币^20000^1,,,Boss之家二层|26|44,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +57,87,boss之家三层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x30000,检测转生^不小于^3|检测称号^狂暴之力,,金币^30000^1,,,Boss之家三层|20|69,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +58,88,boss之家四层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x40000,检测转生^不小于^3|检测称号^狂暴之力,,金币^40000^1,,,Boss之家四层|105|85,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| diff --git a/csv/bak/2026-06-23-02-04-39/cfg_鍦板浘杩涘叆NPC.csv b/csv/bak/2026-06-23-02-04-39/cfg_鍦板浘杩涘叆NPC.csv new file mode 100644 index 00000000..e827fa42 --- /dev/null +++ b/csv/bak/2026-06-23-02-04-39/cfg_鍦板浘杩涘叆NPC.csv @@ -0,0 +1,62 @@ +///key,index,Filter,HD,,,,,,,,,,,,,,,,, +///Filter,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD +//;中文,NPCID,地图名,有无面板(默认打开),开荒大陆,掉落展示,展示条件,进入检测一,检测二(检测一和二满足一条就通用),进入消耗,变量记录,面板刷新变量(变量^限制数量),进入位置,随机地图进入,进入限时(分钟),退出后CD(秒),BOSS信息,进入提醒,地图介绍,小地图id,BOSS外观(怪物形象ID^方向(0-8)^偏移x^偏移y_缩放(0.1-1))^动作(默认1走路) +///index,npcid,name,parent,dalu,drop,zstz,check,check_2,xh,varcale,reloadvar,pos,randompos,limitedTime,LeaveMapCD,BOSSvar,sendmsg,ps,minimap,BOSS +1,14,蜈蚣洞,,,,进入条件:免费,,,,,,蜈蚣洞|202|213,,,,,,,25,20078^4^-20^40^1|20046^4^-20^40^1 +2,15,沃玛一层,,,,进入条件:免费,,,,,,沃玛一层,,,,,,,5,10005^4^-20^40^1|3021^4^-20^70^1|20043^4^-20^40^1|141^4^-20^40^1 +3,16,祖玛四层,,,,要求等级:52|消耗:金币x500,检测等级^52,,金币^500^1,,,祖玛四层|168|215,,,,,,,24,63^4^-20^40^1|1226^4^-20^40^1|20072^4^-20^40^0.8 +4,17,僵尸洞,,,,要求等级:54|消耗:金币x500,检测等级^54,,金币^500^1,,,僵尸洞|27|180,,,,,,,7,3035^4^-20^40^1|3033^4^-20^60^1|20073^4^-20^40^1 +5,18,赤月深处,,,,要求等级:56|消耗:金币x500,检测等级^56,,金币^500^1,,,赤月深处|96|182,,,,,,,98,131^0^-20^40^1^0|20089^4^-20^40^1|20050^4^-20^80^1 +6,19,奴隶山谷,,,,要求转生:1转|消耗:金币x1000,检测转生^不小于^1,,金币^1000^1,,,奴隶山谷|73|25,,,,,,,39,2036^4^-20^40^1|20029^4^-20^40^1|20002^4^-20^40^1 +7,20,海外仙岛,,,,要求转生:2转|消耗:金币x5000,检测转生^不小于^2,,金币^5000^1,,,海外仙岛,,,,,,,100027,3060^4^-20^20^1|2020^4^-20^40^0.6|20139^4^-20^20^0.8 +8,21,狐月山,,,,要求转生:3转|消耗:金币x10000,检测转生^不小于^3,,金币^10000^1,,,狐月山|112|284,,,,,,,329,10309^4^-20^40^1|327^0^-20^40^1^0|20136^4^-20^-10^1 +9,22,卧龙山庄,,,,消耗:英雄贴x1|消耗:千年玄石x20|要求转生:3转,检测转生^不小于^3,,英雄帖^1^0|千年玄石^20^0,,,卧龙山庄|207|203,,120,,,阁下难道是要去拜访传说中的卧龙凤雏。,,301,327^4^-20^40^1 +10,23,Boss之家一层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x10000、拥有非绑元宝>=2000(不消耗),检测转生^不小于^2|检测称号^狂暴之力|检测货币^元宝^2000^0,,金币^10000^1,,,Boss之家一层|28|95,,120,,,听说到这里存在身怀有最顶级的至宝。,,100020,20042^4^-20^40^1|20103^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +11,24,NPC冰魔之地,,,,,,,,,,起始之地,,,,,无尽财富唾手可得。,,, +12,25,圣域,,,,每日10-11、16-17点开放,检测转生^不小于^4,,,,,,,60,,,,,, +13,26,灵魂祭坛,,,,消耗:千年玄石x50|每日充值>=18元|每日限制:4次,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|比较数字变量^INT_灵魂祭坛每日次数^周期^小于^4^今日次数已达到,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|穿戴装备^九秘珠^1,千年玄石^50^0,周期^INT_灵魂祭坛每日次数^1,INT_灵魂祭坛每日次数|4,灵魂祭坛|238|200,,,,,,,3059, +14,27,先天秘境,,,,开通:狂暴之力|消耗:金币x50000、拥有非绑元宝>=1000(不消耗)|进入限时60分钟(退出地图后CD3分钟),检测称号^狂暴之力|检测货币^元宝^1000^0,,金币^50000^1,,,,先天秘境1层|先天秘境2层|先天秘境3层|先天秘境4层|先天秘境5层|先天秘境6层|先天秘境7层|先天秘境8层|先天秘境9层,60,180,STR_MIGONGBOSSINFO,能否寻找到狡猾的迷宫之主或者神秘的神墟。,,41,20012^4^-20^40^1 +15,28,天关,,,,灵符x1,,,灵符^1^0,,,,,60,,,据闻特戒在此现世,天关之主必爆不朽以上首饰,,, +16,29,神龙帝国,,,,要求转生:4转|开通:狂暴之力,检测转生^不小于^4|检测称号^狂暴之力,,,,,神龙帝国|249|310,,,,,神龙帝主统治着这片大陆,拥有诸多凶险地图和不可战神之存在。,,3105,800^4^-20^40^1|10608^4^-20^40^1|20143^4^-20^40^1|20085^4^-20^40^1 +17,30,死亡棺材,1,,,,,,,,,死亡棺材|13|28,,,,,,,, +18,31,邪恶之都,1,,,,,,,,,邪恶之都|27|27,,,,,,,, +19,32,沃玛二层,1,,,,,,,,,沃玛二层,,,,,,,, +20,33,沃玛大厅,1,,,,,,,,,沃玛大厅|16|19,,,,,,,, +21,34,祖玛五层,1,,,,,,,,,祖玛五层|99|98,,,,,,,, +22,35,祖玛大厅,1,,,,,,,,,祖玛大厅|8|11,,,,,,,, +23,36,霸者大厅,1,,,,,,,,,霸者大厅|76|75,,,,,,,, +24,37,封魔殿,1,,,,,,,,,封魔殿|74|80,,,,,,,, +25,38,赤月魔穴,1,,,,,,,,,赤月魔穴|11|25,,,,,,,, +26,40,奴隶之家,1,,,,,,,,,奴隶之家,,,,,,,, +27,41,仙岛秘境,1,,,,,,,,,仙岛秘境|21|56,,,,,,,, +28,42,狐月秘境,1,,,,,,,,,狐月秘境|40|56,,,,,,,, +29,43,魔兽前哨,1,,,,检测地图怪物数量^0,,,,,魔兽前哨,,,,,,,, +30,44,巨魔巢穴,1,,,,检测地图怪物数量^0,,,,,巨魔巢穴|37|76,,,,,,,, +31,61,废墟之城,,,,消耗:金币x50000|开通:狂暴之力,检测称号^狂暴之力,,金币^50000^1,,,废墟之城|384|323,,120,,,黄沙百战穿金甲,不破楼兰终不还。,,100000,20019^4^-20^40^1|20051^4^-20^40^1|20145^4^-20^40^1|20124^4^-20^40^1 +32,62,天龙遗址,,,,要求转生:5转|消耗:灵符x4|开通:狂暴之力|消耗:金币x50000,检测称号^狂暴之力|检测转生^不小于^5,,灵符^4^0|金币^50000^1,,,天龙遗址|451|439,,120,,,龙行大运,火力全开。,,100006,20022^4^-20^40^1|20061^4^-20^40^1|20140^4^-20^40^1|20141^4^-20^40^1 +33,63,静谧山谷,,,,要求转生:6转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^6|检测称号^狂暴之力,,金币^50000^1,,,静谧山谷|40|653,,120,,,作恶多端之徒妄想在此归隐,休想!,,100012,20038^4^-20^60^1|20036^4^-20^60^1|20039^4^-20^60^1|20041^4^-20^60^1 +34,64,冰晶雪域,,,,消耗:金币x30000|开通:狂暴之力|进入后每秒消耗:金币x50,检测称号^狂暴之力,,金币^30000^1,,,冰晶雪域|141|233,,120,,,冰雪覆盖的大陆,此地怪物经验超高,适合升级。,,100007,10202^4^-20^60^0.6|263^4^-20^60^1|20134^4^-20^60^0.6 +35,65,水上世界,,,,要求转生:7转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^7|检测称号^狂暴之力,,金币^50000^1,,,水上世界|102|198,,120,,,海底十万米深处自成一个奇异的世界。,,100008,20056^4^-20^60^1|20067^4^-20^60^0.8 +36,66,秦王地宫,,,,要求转生:8转|开通:狂暴之力|消耗:金币x100000,检测转生^不小于^8|检测称号^狂暴之力,,金币^100000^1,,,秦王地宫|14|386,,120,,,或许能寻到传说中的千古一帝。,,100011,20018^4^-20^20^0.7|20083^4^-20^40^0.7|20053^4^-20^20^0.7 +37,67,熔岩之地,,,,要求转生:9转|开通:狂暴之力|消耗:金币x150000,检测转生^不小于^9|检测称号^狂暴之力,,金币^150000^1,,,熔岩之地|321|324,,120,,,路的尽头是往生还是地狱?,,100009,20060^4^-20^40^1|20059^4^-20^80^1|20128^4^-20^40^1 +38,68,遗忘之地,,,,开通:狂暴之力|消耗:千年玄石x50、金币x5万|九秘等级>65级,检测称号^狂暴之力|比较数字变量^INT_九秘排行榜^永久^不小于^65^九秘等级未达到,,千年玄石^50^0|金币^50000^1,,,遗忘之地|52|55,,120,,,传说此地为某位古天尊隐居之处。,,307,20109^4^-20^40^1|20142^4^-20^40^1 +39,69,黑暗宫殿,,,,开通:狂暴之力|要求:攻击力>300|消耗:千年玄石x50、金币x50000,检测称号^狂暴之力|检测属性^4^不小于^300^攻击力,,千年玄石^50^0|金币^50000^1,,,黑暗宫殿,,120,,,寂静的宫殿透露着渗人的寒冷。,,000317,20111^4^-20^40^1|20155^4^-20^40^1 +40,70,龙爪要塞,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:金币x100000,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,金币^100000^1,,,龙爪要塞|266|98,,120,,,四圣兽守护着一位无比尊贵的存在。,,3025,20113^4^-20^40^1|20118^4^-20^40^1|20120^4^-20^40^1 +41,71,boss之家五层,,,,要求转生:5转|开通:狂暴之力|消耗:金币x100000、拥有非绑元宝>=3000(不消耗),检测转生^不小于^5|检测称号^狂暴之力|检测货币^元宝^3000^0,,金币^100000^1,,,boss之家五层|44|66,,120,,,挑战无比强大的存在,寻找顶级至宝的踪迹,他能成功吗?,,100023,20092^4^-20^40^1|20150^4^-20^40^1|20021^4^-20^40^1 +42,72,缥缈山庄,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,缥缈山庄|129|145,,120,,,,,100022,20084^4^-20^40^1 +43,73,天龙巢穴,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,天龙巢穴|25|100,,120,,,,,100018,20021^4^-20^40^1|11020^4^-20^40^1|20093^4^-20^40^1 +44,74,镇魔之地,,,,要求转生:6转|开通:狂暴之力|消耗:千年玄石x40,检测转生^不小于^6|检测称号^狂暴之力,,千年玄石^40^0,,,镇魔之地|39|102,,120,,,,,100005,20035^4^-20^40^1 +45,75,雪域深处,,,,开通:狂暴之力|消耗:千年玄石x20|进入后每秒消耗:金币x100,检测称号^狂暴之力,,千年玄石^20^0,,,雪域深处|165|172,,120,,,,,311,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6 +46,76,冰封王座,,,,开通:狂暴之力|消耗:千年玄石x40|进入后每秒消耗:金币x200,检测称号^狂暴之力,,千年玄石^40^0,,,冰封王座|34|170,,120,,,,,3138,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6|10209^4^-20^40^0.7 +47,77,狂暴海域,,,,开通:狂暴之力|消耗:千年玄石x30,检测称号^狂暴之力,,千年玄石^30^0,,,狂暴海域|45|63,,120,,,,,3104,20023^4^-20^40^0.8|20015^4^-20^40^0.8 +48,78,幽灵船,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,幽灵船|30|61,,120,,,,,3103,20086^4^-20^40^0.8 +49,79,秦王大殿,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王大殿|63|69,,120,,,,,100013,382^4^-20^40^0.8 +50,80,秦王陵墓,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王陵墓|7|28,,120,,,,,100024,20010^4^-20^40^0.8 +51,81,往生之路,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,往生之路|63|32,,120,,,,,100010,20153^4^-20^40^0.8 +52,82,岩浆地狱,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,岩浆地狱|149|116,,120,,,,,100004,20112^4^-20^80^1 +53,83,龙爪宫殿,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:千年玄石x40,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,千年玄石^40^0,,,龙爪宫殿|20|37,,120,,,,,100015,20071^4^-20^40^1 +54,84,boss之家六层,,,,要求转生:6转|开通:狂暴之力|消耗:金币x200000,检测转生^不小于^6|检测称号^狂暴之力,,金币^200000^1,,,boss之家六层|55|86,,120,,,,,100017,20045^4^-20^40^0.6|20011^4^-20^40^0.6|20013^4^-20^40^0.6 +55,85,boss之家七层,,,,开通:狂暴之力|消耗:金币x500000,检测称号^狂暴之力,,金币^500000^1,,,boss之家七层|69|36,,120,,,,,100021,20136^4^-20^-20^1|20137^4^-20^-20^1|20138^4^-20^-20^1|20142^4^-20^-20^1|20087^4^-20^-20^1 +56,86,boss之家二层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x20000,检测转生^不小于^2|检测称号^狂暴之力,,金币^20000^1,,,Boss之家二层|26|44,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +57,87,boss之家三层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x30000,检测转生^不小于^3|检测称号^狂暴之力,,金币^30000^1,,,Boss之家三层|20|69,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +58,88,boss之家四层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x40000,检测转生^不小于^3|检测称号^狂暴之力,,金币^40000^1,,,Boss之家四层|105|85,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| diff --git a/csv/bak/2026-06-23-02-09-35/cfg_鍦板浘杩涘叆NPC.csv b/csv/bak/2026-06-23-02-09-35/cfg_鍦板浘杩涘叆NPC.csv new file mode 100644 index 00000000..9e22904d --- /dev/null +++ b/csv/bak/2026-06-23-02-09-35/cfg_鍦板浘杩涘叆NPC.csv @@ -0,0 +1,62 @@ +///key,index,Filter,HD,,,,,,,,,,,,,,,,, +///Filter,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD +//;中文,NPCID,地图名,有无面板(默认打开),开荒大陆,掉落展示,展示条件,进入检测一,检测二(检测一和二满足一条就通用),进入消耗,变量记录,面板刷新变量(变量^限制数量),进入位置,随机地图进入,进入限时(分钟),退出后CD(秒),BOSS信息,进入提醒,地图介绍,小地图id,BOSS外观(怪物形象ID^方向(0-8)^偏移x^偏移y_缩放(0.1-1))^动作(默认1走路) +///index,npcid,name,parent,dalu,drop,zstz,check,check_2,xh,varcale,reloadvar,pos,randompos,limitedTime,LeaveMapCD,BOSSvar,sendmsg,ps,minimap,BOSS +1,14,蜈蚣洞,,,,进入条件:免费,,,,,,蜈蚣洞|202|213,,,,,,,25,20078^4^-20^40^1|20046^4^-20^40^1 +2,15,沃玛一层,,,,进入条件:免费,,,,,,沃玛一层,,,,,,,5,10005^4^-20^40^1|3021^4^-20^70^1|20043^4^-20^40^1|141^4^-20^40^1 +3,16,祖玛四层,,,,要求等级:52|消耗:金币x500,检测等级^52,,金币^500^1,,,祖玛四层|168|215,,,,,,,24,63^4^-20^40^1|1226^4^-20^40^1|20072^4^-20^40^0.8 +4,17,僵尸洞,,,,要求等级:54|消耗:金币x500,检测等级^54,,金币^500^1,,,僵尸洞|27|180,,,,,,,7,3035^4^-20^40^1|3033^4^-20^60^1|20073^4^-20^40^1 +5,18,赤月深处,,,,要求等级:56|消耗:金币x500,检测等级^56,,金币^500^1,,,赤月深处|96|182,,,,,,,98,131^0^-20^40^1^0|20089^4^-20^40^1|20050^4^-20^80^1 +6,19,奴隶山谷,,,,要求转生:1转|消耗:金币x1000,检测转生^不小于^1,,金币^1000^1,,,奴隶山谷|73|25,,,,,,,39,2036^4^-20^40^1|20029^4^-20^40^1|20002^4^-20^40^1 +7,20,海外仙岛,,,,要求转生:2转|消耗:金币x5000,检测转生^不小于^2,,金币^5000^1,,,海外仙岛,,,,,,,100027,3060^4^-20^20^1|2020^4^-20^40^0.6|20139^4^-20^20^0.8 +8,21,狐月山,,,,要求转生:3转|消耗:金币x10000,检测转生^不小于^3,,金币^10000^1,,,狐月山|112|284,,,,,,,329,10309^4^-20^40^1|327^0^-20^40^1^0|20136^4^-20^-10^1 +9,22,卧龙山庄,,,,消耗:英雄贴x1|消耗:千年玄石x20|要求转生:3转,检测转生^不小于^3,,英雄帖^1^0|千年玄石^20^0,,,卧龙山庄|207|203,,120,,,阁下难道是要去拜访传说中的卧龙凤雏。,,301,327^4^-20^40^1 +10,23,Boss之家一层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x10000、拥有非绑元宝>=2000(不消耗),检测转生^不小于^2|检测称号^狂暴之力|检测货币^元宝^2000^0,,金币^10000^1,,,Boss之家一层|28|95,,120,,,听说到这里存在身怀有最顶级的至宝。,,100020,20042^4^-20^40^1|20103^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +11,24,NPC冰魔之地,,,,,,,,,,起始之地,,,,,无尽财富唾手可得。,,, +12,25,圣域,,,,每日10-11、16-17点开放,检测转生^不小于^4,,,,,,,60,,,,,, +13,26,灵魂祭坛,,,,消耗:千年玄石x50|每日充值>=18元|每日限制:4次,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|比较数字变量^INT_灵魂祭坛每日次数^周期^小于^4^今日次数已达到|穿戴装备^九秘珠^999,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|穿戴装备^九秘珠^1,千年玄石^50^0,周期^INT_灵魂祭坛每日次数^1,INT_灵魂祭坛每日次数|4,灵魂祭坛|238|200,,,,,,,3059, +14,27,先天秘境,,,,开通:狂暴之力|消耗:金币x50000、拥有非绑元宝>=1000(不消耗)|进入限时60分钟(退出地图后CD3分钟),检测称号^狂暴之力|检测货币^元宝^1000^0,,金币^50000^1,,,,先天秘境1层|先天秘境2层|先天秘境3层|先天秘境4层|先天秘境5层|先天秘境6层|先天秘境7层|先天秘境8层|先天秘境9层,60,180,STR_MIGONGBOSSINFO,能否寻找到狡猾的迷宫之主或者神秘的神墟。,,41,20012^4^-20^40^1 +15,28,天关,,,,灵符x1,,,灵符^1^0,,,,,60,,,据闻特戒在此现世,天关之主必爆不朽以上首饰,,, +16,29,神龙帝国,,,,要求转生:4转|开通:狂暴之力,检测转生^不小于^4|检测称号^狂暴之力,,,,,神龙帝国|249|310,,,,,神龙帝主统治着这片大陆,拥有诸多凶险地图和不可战神之存在。,,3105,800^4^-20^40^1|10608^4^-20^40^1|20143^4^-20^40^1|20085^4^-20^40^1 +17,30,死亡棺材,1,,,,,,,,,死亡棺材|13|28,,,,,,,, +18,31,邪恶之都,1,,,,,,,,,邪恶之都|27|27,,,,,,,, +19,32,沃玛二层,1,,,,,,,,,沃玛二层,,,,,,,, +20,33,沃玛大厅,1,,,,,,,,,沃玛大厅|16|19,,,,,,,, +21,34,祖玛五层,1,,,,,,,,,祖玛五层|99|98,,,,,,,, +22,35,祖玛大厅,1,,,,,,,,,祖玛大厅|8|11,,,,,,,, +23,36,霸者大厅,1,,,,,,,,,霸者大厅|76|75,,,,,,,, +24,37,封魔殿,1,,,,,,,,,封魔殿|74|80,,,,,,,, +25,38,赤月魔穴,1,,,,,,,,,赤月魔穴|11|25,,,,,,,, +26,40,奴隶之家,1,,,,,,,,,奴隶之家,,,,,,,, +27,41,仙岛秘境,1,,,,,,,,,仙岛秘境|21|56,,,,,,,, +28,42,狐月秘境,1,,,,,,,,,狐月秘境|40|56,,,,,,,, +29,43,魔兽前哨,1,,,,检测地图怪物数量^0,,,,,魔兽前哨,,,,,,,, +30,44,巨魔巢穴,1,,,,检测地图怪物数量^0,,,,,巨魔巢穴|37|76,,,,,,,, +31,61,废墟之城,,,,消耗:金币x50000|开通:狂暴之力,检测称号^狂暴之力,,金币^50000^1,,,废墟之城|384|323,,120,,,黄沙百战穿金甲,不破楼兰终不还。,,100000,20019^4^-20^40^1|20051^4^-20^40^1|20145^4^-20^40^1|20124^4^-20^40^1 +32,62,天龙遗址,,,,要求转生:5转|消耗:灵符x4|开通:狂暴之力|消耗:金币x50000,检测称号^狂暴之力|检测转生^不小于^5,,灵符^4^0|金币^50000^1,,,天龙遗址|451|439,,120,,,龙行大运,火力全开。,,100006,20022^4^-20^40^1|20061^4^-20^40^1|20140^4^-20^40^1|20141^4^-20^40^1 +33,63,静谧山谷,,,,要求转生:6转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^6|检测称号^狂暴之力,,金币^50000^1,,,静谧山谷|40|653,,120,,,作恶多端之徒妄想在此归隐,休想!,,100012,20038^4^-20^60^1|20036^4^-20^60^1|20039^4^-20^60^1|20041^4^-20^60^1 +34,64,冰晶雪域,,,,消耗:金币x30000|开通:狂暴之力|进入后每秒消耗:金币x50,检测称号^狂暴之力,,金币^30000^1,,,冰晶雪域|141|233,,120,,,冰雪覆盖的大陆,此地怪物经验超高,适合升级。,,100007,10202^4^-20^60^0.6|263^4^-20^60^1|20134^4^-20^60^0.6 +35,65,水上世界,,,,要求转生:7转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^7|检测称号^狂暴之力,,金币^50000^1,,,水上世界|102|198,,120,,,海底十万米深处自成一个奇异的世界。,,100008,20056^4^-20^60^1|20067^4^-20^60^0.8 +36,66,秦王地宫,,,,要求转生:8转|开通:狂暴之力|消耗:金币x100000,检测转生^不小于^8|检测称号^狂暴之力,,金币^100000^1,,,秦王地宫|14|386,,120,,,或许能寻到传说中的千古一帝。,,100011,20018^4^-20^20^0.7|20083^4^-20^40^0.7|20053^4^-20^20^0.7 +37,67,熔岩之地,,,,要求转生:9转|开通:狂暴之力|消耗:金币x150000,检测转生^不小于^9|检测称号^狂暴之力,,金币^150000^1,,,熔岩之地|321|324,,120,,,路的尽头是往生还是地狱?,,100009,20060^4^-20^40^1|20059^4^-20^80^1|20128^4^-20^40^1 +38,68,遗忘之地,,,,开通:狂暴之力|消耗:千年玄石x50、金币x5万|九秘等级>65级,检测称号^狂暴之力|比较数字变量^INT_九秘排行榜^永久^不小于^65^九秘等级未达到,,千年玄石^50^0|金币^50000^1,,,遗忘之地|52|55,,120,,,传说此地为某位古天尊隐居之处。,,307,20109^4^-20^40^1|20142^4^-20^40^1 +39,69,黑暗宫殿,,,,开通:狂暴之力|要求:攻击力>300|消耗:千年玄石x50、金币x50000,检测称号^狂暴之力|检测属性^4^不小于^300^攻击力,,千年玄石^50^0|金币^50000^1,,,黑暗宫殿,,120,,,寂静的宫殿透露着渗人的寒冷。,,000317,20111^4^-20^40^1|20155^4^-20^40^1 +40,70,龙爪要塞,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:金币x100000,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,金币^100000^1,,,龙爪要塞|266|98,,120,,,四圣兽守护着一位无比尊贵的存在。,,3025,20113^4^-20^40^1|20118^4^-20^40^1|20120^4^-20^40^1 +41,71,boss之家五层,,,,要求转生:5转|开通:狂暴之力|消耗:金币x100000、拥有非绑元宝>=3000(不消耗),检测转生^不小于^5|检测称号^狂暴之力|检测货币^元宝^3000^0,,金币^100000^1,,,boss之家五层|44|66,,120,,,挑战无比强大的存在,寻找顶级至宝的踪迹,他能成功吗?,,100023,20092^4^-20^40^1|20150^4^-20^40^1|20021^4^-20^40^1 +42,72,缥缈山庄,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,缥缈山庄|129|145,,120,,,,,100022,20084^4^-20^40^1 +43,73,天龙巢穴,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,天龙巢穴|25|100,,120,,,,,100018,20021^4^-20^40^1|11020^4^-20^40^1|20093^4^-20^40^1 +44,74,镇魔之地,,,,要求转生:6转|开通:狂暴之力|消耗:千年玄石x40,检测转生^不小于^6|检测称号^狂暴之力,,千年玄石^40^0,,,镇魔之地|39|102,,120,,,,,100005,20035^4^-20^40^1 +45,75,雪域深处,,,,开通:狂暴之力|消耗:千年玄石x20|进入后每秒消耗:金币x100,检测称号^狂暴之力,,千年玄石^20^0,,,雪域深处|165|172,,120,,,,,311,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6 +46,76,冰封王座,,,,开通:狂暴之力|消耗:千年玄石x40|进入后每秒消耗:金币x200,检测称号^狂暴之力,,千年玄石^40^0,,,冰封王座|34|170,,120,,,,,3138,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6|10209^4^-20^40^0.7 +47,77,狂暴海域,,,,开通:狂暴之力|消耗:千年玄石x30,检测称号^狂暴之力,,千年玄石^30^0,,,狂暴海域|45|63,,120,,,,,3104,20023^4^-20^40^0.8|20015^4^-20^40^0.8 +48,78,幽灵船,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,幽灵船|30|61,,120,,,,,3103,20086^4^-20^40^0.8 +49,79,秦王大殿,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王大殿|63|69,,120,,,,,100013,382^4^-20^40^0.8 +50,80,秦王陵墓,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王陵墓|7|28,,120,,,,,100024,20010^4^-20^40^0.8 +51,81,往生之路,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,往生之路|63|32,,120,,,,,100010,20153^4^-20^40^0.8 +52,82,岩浆地狱,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,岩浆地狱|149|116,,120,,,,,100004,20112^4^-20^80^1 +53,83,龙爪宫殿,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:千年玄石x40,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,千年玄石^40^0,,,龙爪宫殿|20|37,,120,,,,,100015,20071^4^-20^40^1 +54,84,boss之家六层,,,,要求转生:6转|开通:狂暴之力|消耗:金币x200000,检测转生^不小于^6|检测称号^狂暴之力,,金币^200000^1,,,boss之家六层|55|86,,120,,,,,100017,20045^4^-20^40^0.6|20011^4^-20^40^0.6|20013^4^-20^40^0.6 +55,85,boss之家七层,,,,开通:狂暴之力|消耗:金币x500000,检测称号^狂暴之力,,金币^500000^1,,,boss之家七层|69|36,,120,,,,,100021,20136^4^-20^-20^1|20137^4^-20^-20^1|20138^4^-20^-20^1|20142^4^-20^-20^1|20087^4^-20^-20^1 +56,86,boss之家二层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x20000,检测转生^不小于^2|检测称号^狂暴之力,,金币^20000^1,,,Boss之家二层|26|44,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +57,87,boss之家三层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x30000,检测转生^不小于^3|检测称号^狂暴之力,,金币^30000^1,,,Boss之家三层|20|69,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +58,88,boss之家四层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x40000,检测转生^不小于^3|检测称号^狂暴之力,,金币^40000^1,,,Boss之家四层|105|85,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| diff --git a/csv/bak/2026-06-23-02-10-07/cfg_鍦板浘杩涘叆NPC.csv b/csv/bak/2026-06-23-02-10-07/cfg_鍦板浘杩涘叆NPC.csv new file mode 100644 index 00000000..120f30f4 --- /dev/null +++ b/csv/bak/2026-06-23-02-10-07/cfg_鍦板浘杩涘叆NPC.csv @@ -0,0 +1,62 @@ +///key,index,Filter,HD,,,,,,,,,,,,,,,,, +///Filter,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD +//;中文,NPCID,地图名,有无面板(默认打开),开荒大陆,掉落展示,展示条件,进入检测一,检测二(检测一和二满足一条就通用),进入消耗,变量记录,面板刷新变量(变量^限制数量),进入位置,随机地图进入,进入限时(分钟),退出后CD(秒),BOSS信息,进入提醒,地图介绍,小地图id,BOSS外观(怪物形象ID^方向(0-8)^偏移x^偏移y_缩放(0.1-1))^动作(默认1走路) +///index,npcid,name,parent,dalu,drop,zstz,check,check_2,xh,varcale,reloadvar,pos,randompos,limitedTime,LeaveMapCD,BOSSvar,sendmsg,ps,minimap,BOSS +1,14,蜈蚣洞,,,,进入条件:免费,,,,,,蜈蚣洞|202|213,,,,,,,25,20078^4^-20^40^1|20046^4^-20^40^1 +2,15,沃玛一层,,,,进入条件:免费,,,,,,沃玛一层,,,,,,,5,10005^4^-20^40^1|3021^4^-20^70^1|20043^4^-20^40^1|141^4^-20^40^1 +3,16,祖玛四层,,,,要求等级:52|消耗:金币x500,检测等级^52,,金币^500^1,,,祖玛四层|168|215,,,,,,,24,63^4^-20^40^1|1226^4^-20^40^1|20072^4^-20^40^0.8 +4,17,僵尸洞,,,,要求等级:54|消耗:金币x500,检测等级^54,,金币^500^1,,,僵尸洞|27|180,,,,,,,7,3035^4^-20^40^1|3033^4^-20^60^1|20073^4^-20^40^1 +5,18,赤月深处,,,,要求等级:56|消耗:金币x500,检测等级^56,,金币^500^1,,,赤月深处|96|182,,,,,,,98,131^0^-20^40^1^0|20089^4^-20^40^1|20050^4^-20^80^1 +6,19,奴隶山谷,,,,要求转生:1转|消耗:金币x1000,检测转生^不小于^1,,金币^1000^1,,,奴隶山谷|73|25,,,,,,,39,2036^4^-20^40^1|20029^4^-20^40^1|20002^4^-20^40^1 +7,20,海外仙岛,,,,要求转生:2转|消耗:金币x5000,检测转生^不小于^2,,金币^5000^1,,,海外仙岛,,,,,,,100027,3060^4^-20^20^1|2020^4^-20^40^0.6|20139^4^-20^20^0.8 +8,21,狐月山,,,,要求转生:3转|消耗:金币x10000,检测转生^不小于^3,,金币^10000^1,,,狐月山|112|284,,,,,,,329,10309^4^-20^40^1|327^0^-20^40^1^0|20136^4^-20^-10^1 +9,22,卧龙山庄,,,,消耗:英雄贴x1|消耗:千年玄石x20|要求转生:3转,检测转生^不小于^3,,英雄帖^1^0|千年玄石^20^0,,,卧龙山庄|207|203,,120,,,阁下难道是要去拜访传说中的卧龙凤雏。,,301,327^4^-20^40^1 +10,23,Boss之家一层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x10000、拥有非绑元宝>=2000(不消耗),检测转生^不小于^2|检测称号^狂暴之力|检测货币^元宝^2000^0,,金币^10000^1,,,Boss之家一层|28|95,,120,,,听说到这里存在身怀有最顶级的至宝。,,100020,20042^4^-20^40^1|20103^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +11,24,NPC冰魔之地,,,,,,,,,,起始之地,,,,,无尽财富唾手可得。,,, +12,25,圣域,,,,每日10-11、16-17点开放,检测转生^不小于^4,,,,,,,60,,,,,, +13,26,灵魂祭坛,,,,消耗:千年玄石x50|每日充值>=18元|每日限制:4次,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|穿戴装备^九秘珠^999|比较数字变量^INT_灵魂祭坛每日次数^周期^小于^4^今日次数已达到,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|穿戴装备^九秘珠^1,千年玄石^50^0,周期^INT_灵魂祭坛每日次数^1,INT_灵魂祭坛每日次数|4,灵魂祭坛|238|200,,,,,,,3059, +14,27,先天秘境,,,,开通:狂暴之力|消耗:金币x50000、拥有非绑元宝>=1000(不消耗)|进入限时60分钟(退出地图后CD3分钟),检测称号^狂暴之力|检测货币^元宝^1000^0,,金币^50000^1,,,,先天秘境1层|先天秘境2层|先天秘境3层|先天秘境4层|先天秘境5层|先天秘境6层|先天秘境7层|先天秘境8层|先天秘境9层,60,180,STR_MIGONGBOSSINFO,能否寻找到狡猾的迷宫之主或者神秘的神墟。,,41,20012^4^-20^40^1 +15,28,天关,,,,灵符x1,,,灵符^1^0,,,,,60,,,据闻特戒在此现世,天关之主必爆不朽以上首饰,,, +16,29,神龙帝国,,,,要求转生:4转|开通:狂暴之力,检测转生^不小于^4|检测称号^狂暴之力,,,,,神龙帝国|249|310,,,,,神龙帝主统治着这片大陆,拥有诸多凶险地图和不可战神之存在。,,3105,800^4^-20^40^1|10608^4^-20^40^1|20143^4^-20^40^1|20085^4^-20^40^1 +17,30,死亡棺材,1,,,,,,,,,死亡棺材|13|28,,,,,,,, +18,31,邪恶之都,1,,,,,,,,,邪恶之都|27|27,,,,,,,, +19,32,沃玛二层,1,,,,,,,,,沃玛二层,,,,,,,, +20,33,沃玛大厅,1,,,,,,,,,沃玛大厅|16|19,,,,,,,, +21,34,祖玛五层,1,,,,,,,,,祖玛五层|99|98,,,,,,,, +22,35,祖玛大厅,1,,,,,,,,,祖玛大厅|8|11,,,,,,,, +23,36,霸者大厅,1,,,,,,,,,霸者大厅|76|75,,,,,,,, +24,37,封魔殿,1,,,,,,,,,封魔殿|74|80,,,,,,,, +25,38,赤月魔穴,1,,,,,,,,,赤月魔穴|11|25,,,,,,,, +26,40,奴隶之家,1,,,,,,,,,奴隶之家,,,,,,,, +27,41,仙岛秘境,1,,,,,,,,,仙岛秘境|21|56,,,,,,,, +28,42,狐月秘境,1,,,,,,,,,狐月秘境|40|56,,,,,,,, +29,43,魔兽前哨,1,,,,检测地图怪物数量^0,,,,,魔兽前哨,,,,,,,, +30,44,巨魔巢穴,1,,,,检测地图怪物数量^0,,,,,巨魔巢穴|37|76,,,,,,,, +31,61,废墟之城,,,,消耗:金币x50000|开通:狂暴之力,检测称号^狂暴之力,,金币^50000^1,,,废墟之城|384|323,,120,,,黄沙百战穿金甲,不破楼兰终不还。,,100000,20019^4^-20^40^1|20051^4^-20^40^1|20145^4^-20^40^1|20124^4^-20^40^1 +32,62,天龙遗址,,,,要求转生:5转|消耗:灵符x4|开通:狂暴之力|消耗:金币x50000,检测称号^狂暴之力|检测转生^不小于^5,,灵符^4^0|金币^50000^1,,,天龙遗址|451|439,,120,,,龙行大运,火力全开。,,100006,20022^4^-20^40^1|20061^4^-20^40^1|20140^4^-20^40^1|20141^4^-20^40^1 +33,63,静谧山谷,,,,要求转生:6转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^6|检测称号^狂暴之力,,金币^50000^1,,,静谧山谷|40|653,,120,,,作恶多端之徒妄想在此归隐,休想!,,100012,20038^4^-20^60^1|20036^4^-20^60^1|20039^4^-20^60^1|20041^4^-20^60^1 +34,64,冰晶雪域,,,,消耗:金币x30000|开通:狂暴之力|进入后每秒消耗:金币x50,检测称号^狂暴之力,,金币^30000^1,,,冰晶雪域|141|233,,120,,,冰雪覆盖的大陆,此地怪物经验超高,适合升级。,,100007,10202^4^-20^60^0.6|263^4^-20^60^1|20134^4^-20^60^0.6 +35,65,水上世界,,,,要求转生:7转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^7|检测称号^狂暴之力,,金币^50000^1,,,水上世界|102|198,,120,,,海底十万米深处自成一个奇异的世界。,,100008,20056^4^-20^60^1|20067^4^-20^60^0.8 +36,66,秦王地宫,,,,要求转生:8转|开通:狂暴之力|消耗:金币x100000,检测转生^不小于^8|检测称号^狂暴之力,,金币^100000^1,,,秦王地宫|14|386,,120,,,或许能寻到传说中的千古一帝。,,100011,20018^4^-20^20^0.7|20083^4^-20^40^0.7|20053^4^-20^20^0.7 +37,67,熔岩之地,,,,要求转生:9转|开通:狂暴之力|消耗:金币x150000,检测转生^不小于^9|检测称号^狂暴之力,,金币^150000^1,,,熔岩之地|321|324,,120,,,路的尽头是往生还是地狱?,,100009,20060^4^-20^40^1|20059^4^-20^80^1|20128^4^-20^40^1 +38,68,遗忘之地,,,,开通:狂暴之力|消耗:千年玄石x50、金币x5万|九秘等级>65级,检测称号^狂暴之力|比较数字变量^INT_九秘排行榜^永久^不小于^65^九秘等级未达到,,千年玄石^50^0|金币^50000^1,,,遗忘之地|52|55,,120,,,传说此地为某位古天尊隐居之处。,,307,20109^4^-20^40^1|20142^4^-20^40^1 +39,69,黑暗宫殿,,,,开通:狂暴之力|要求:攻击力>300|消耗:千年玄石x50、金币x50000,检测称号^狂暴之力|检测属性^4^不小于^300^攻击力,,千年玄石^50^0|金币^50000^1,,,黑暗宫殿,,120,,,寂静的宫殿透露着渗人的寒冷。,,000317,20111^4^-20^40^1|20155^4^-20^40^1 +40,70,龙爪要塞,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:金币x100000,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,金币^100000^1,,,龙爪要塞|266|98,,120,,,四圣兽守护着一位无比尊贵的存在。,,3025,20113^4^-20^40^1|20118^4^-20^40^1|20120^4^-20^40^1 +41,71,boss之家五层,,,,要求转生:5转|开通:狂暴之力|消耗:金币x100000、拥有非绑元宝>=3000(不消耗),检测转生^不小于^5|检测称号^狂暴之力|检测货币^元宝^3000^0,,金币^100000^1,,,boss之家五层|44|66,,120,,,挑战无比强大的存在,寻找顶级至宝的踪迹,他能成功吗?,,100023,20092^4^-20^40^1|20150^4^-20^40^1|20021^4^-20^40^1 +42,72,缥缈山庄,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,缥缈山庄|129|145,,120,,,,,100022,20084^4^-20^40^1 +43,73,天龙巢穴,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,天龙巢穴|25|100,,120,,,,,100018,20021^4^-20^40^1|11020^4^-20^40^1|20093^4^-20^40^1 +44,74,镇魔之地,,,,要求转生:6转|开通:狂暴之力|消耗:千年玄石x40,检测转生^不小于^6|检测称号^狂暴之力,,千年玄石^40^0,,,镇魔之地|39|102,,120,,,,,100005,20035^4^-20^40^1 +45,75,雪域深处,,,,开通:狂暴之力|消耗:千年玄石x20|进入后每秒消耗:金币x100,检测称号^狂暴之力,,千年玄石^20^0,,,雪域深处|165|172,,120,,,,,311,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6 +46,76,冰封王座,,,,开通:狂暴之力|消耗:千年玄石x40|进入后每秒消耗:金币x200,检测称号^狂暴之力,,千年玄石^40^0,,,冰封王座|34|170,,120,,,,,3138,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6|10209^4^-20^40^0.7 +47,77,狂暴海域,,,,开通:狂暴之力|消耗:千年玄石x30,检测称号^狂暴之力,,千年玄石^30^0,,,狂暴海域|45|63,,120,,,,,3104,20023^4^-20^40^0.8|20015^4^-20^40^0.8 +48,78,幽灵船,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,幽灵船|30|61,,120,,,,,3103,20086^4^-20^40^0.8 +49,79,秦王大殿,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王大殿|63|69,,120,,,,,100013,382^4^-20^40^0.8 +50,80,秦王陵墓,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王陵墓|7|28,,120,,,,,100024,20010^4^-20^40^0.8 +51,81,往生之路,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,往生之路|63|32,,120,,,,,100010,20153^4^-20^40^0.8 +52,82,岩浆地狱,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,岩浆地狱|149|116,,120,,,,,100004,20112^4^-20^80^1 +53,83,龙爪宫殿,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:千年玄石x40,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,千年玄石^40^0,,,龙爪宫殿|20|37,,120,,,,,100015,20071^4^-20^40^1 +54,84,boss之家六层,,,,要求转生:6转|开通:狂暴之力|消耗:金币x200000,检测转生^不小于^6|检测称号^狂暴之力,,金币^200000^1,,,boss之家六层|55|86,,120,,,,,100017,20045^4^-20^40^0.6|20011^4^-20^40^0.6|20013^4^-20^40^0.6 +55,85,boss之家七层,,,,开通:狂暴之力|消耗:金币x500000,检测称号^狂暴之力,,金币^500000^1,,,boss之家七层|69|36,,120,,,,,100021,20136^4^-20^-20^1|20137^4^-20^-20^1|20138^4^-20^-20^1|20142^4^-20^-20^1|20087^4^-20^-20^1 +56,86,boss之家二层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x20000,检测转生^不小于^2|检测称号^狂暴之力,,金币^20000^1,,,Boss之家二层|26|44,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +57,87,boss之家三层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x30000,检测转生^不小于^3|检测称号^狂暴之力,,金币^30000^1,,,Boss之家三层|20|69,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +58,88,boss之家四层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x40000,检测转生^不小于^3|检测称号^狂暴之力,,金币^40000^1,,,Boss之家四层|105|85,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| diff --git a/csv/bak/2026-06-23-02-11-34/cfg_鍦板浘杩涘叆NPC.csv b/csv/bak/2026-06-23-02-11-34/cfg_鍦板浘杩涘叆NPC.csv new file mode 100644 index 00000000..f85cd89c --- /dev/null +++ b/csv/bak/2026-06-23-02-11-34/cfg_鍦板浘杩涘叆NPC.csv @@ -0,0 +1,62 @@ +///key,index,Filter,HD,,,,,,,,,,,,,,,,, +///Filter,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD,HD +//;中文,NPCID,地图名,有无面板(默认打开),开荒大陆,掉落展示,展示条件,进入检测一,检测二(检测一和二满足一条就通用),进入消耗,变量记录,面板刷新变量(变量^限制数量),进入位置,随机地图进入,进入限时(分钟),退出后CD(秒),BOSS信息,进入提醒,地图介绍,小地图id,BOSS外观(怪物形象ID^方向(0-8)^偏移x^偏移y_缩放(0.1-1))^动作(默认1走路) +///index,npcid,name,parent,dalu,drop,zstz,check,check_2,xh,varcale,reloadvar,pos,randompos,limitedTime,LeaveMapCD,BOSSvar,sendmsg,ps,minimap,BOSS +1,14,蜈蚣洞,,,,进入条件:免费,,,,,,蜈蚣洞|202|213,,,,,,,25,20078^4^-20^40^1|20046^4^-20^40^1 +2,15,沃玛一层,,,,进入条件:免费,,,,,,沃玛一层,,,,,,,5,10005^4^-20^40^1|3021^4^-20^70^1|20043^4^-20^40^1|141^4^-20^40^1 +3,16,祖玛四层,,,,要求等级:52|消耗:金币x500,检测等级^52,,金币^500^1,,,祖玛四层|168|215,,,,,,,24,63^4^-20^40^1|1226^4^-20^40^1|20072^4^-20^40^0.8 +4,17,僵尸洞,,,,要求等级:54|消耗:金币x500,检测等级^54,,金币^500^1,,,僵尸洞|27|180,,,,,,,7,3035^4^-20^40^1|3033^4^-20^60^1|20073^4^-20^40^1 +5,18,赤月深处,,,,要求等级:56|消耗:金币x500,检测等级^56,,金币^500^1,,,赤月深处|96|182,,,,,,,98,131^0^-20^40^1^0|20089^4^-20^40^1|20050^4^-20^80^1 +6,19,奴隶山谷,,,,要求转生:1转|消耗:金币x1000,检测转生^不小于^1,,金币^1000^1,,,奴隶山谷|73|25,,,,,,,39,2036^4^-20^40^1|20029^4^-20^40^1|20002^4^-20^40^1 +7,20,海外仙岛,,,,要求转生:2转|消耗:金币x5000,检测转生^不小于^2,,金币^5000^1,,,海外仙岛,,,,,,,100027,3060^4^-20^20^1|2020^4^-20^40^0.6|20139^4^-20^20^0.8 +8,21,狐月山,,,,要求转生:3转|消耗:金币x10000,检测转生^不小于^3,,金币^10000^1,,,狐月山|112|284,,,,,,,329,10309^4^-20^40^1|327^0^-20^40^1^0|20136^4^-20^-10^1 +9,22,卧龙山庄,,,,消耗:英雄贴x1|消耗:千年玄石x20|要求转生:3转,检测转生^不小于^3,,英雄帖^1^0|千年玄石^20^0,,,卧龙山庄|207|203,,120,,,阁下难道是要去拜访传说中的卧龙凤雏。,,301,327^4^-20^40^1 +10,23,Boss之家一层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x10000、拥有非绑元宝>=2000(不消耗),检测转生^不小于^2|检测称号^狂暴之力|检测货币^元宝^2000^0,,金币^10000^1,,,Boss之家一层|28|95,,120,,,听说到这里存在身怀有最顶级的至宝。,,100020,20042^4^-20^40^1|20103^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +11,24,NPC冰魔之地,,,,,,,,,,起始之地,,,,,无尽财富唾手可得。,,, +12,25,圣域,,,,每日10-11、16-17点开放,检测转生^不小于^4,,,,,,,60,,,,,, +13,26,灵魂祭坛,,,,消耗:千年玄石x50|每日充值>=18元|每日限制:4次,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|穿戴装备^九秘珠^999|比较数字变量^INT_灵魂祭坛每日次数^周期^小于^4,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|穿戴装备^九秘珠^1,千年玄石^50^0,周期^INT_灵魂祭坛每日次数^1,INT_灵魂祭坛每日次数|4,灵魂祭坛|238|200,,,,,,,3059, +14,27,先天秘境,,,,开通:狂暴之力|消耗:金币x50000、拥有非绑元宝>=1000(不消耗)|进入限时60分钟(退出地图后CD3分钟),检测称号^狂暴之力|检测货币^元宝^1000^0,,金币^50000^1,,,,先天秘境1层|先天秘境2层|先天秘境3层|先天秘境4层|先天秘境5层|先天秘境6层|先天秘境7层|先天秘境8层|先天秘境9层,60,180,STR_MIGONGBOSSINFO,能否寻找到狡猾的迷宫之主或者神秘的神墟。,,41,20012^4^-20^40^1 +15,28,天关,,,,灵符x1,,,灵符^1^0,,,,,60,,,据闻特戒在此现世,天关之主必爆不朽以上首饰,,, +16,29,神龙帝国,,,,要求转生:4转|开通:狂暴之力,检测转生^不小于^4|检测称号^狂暴之力,,,,,神龙帝国|249|310,,,,,神龙帝主统治着这片大陆,拥有诸多凶险地图和不可战神之存在。,,3105,800^4^-20^40^1|10608^4^-20^40^1|20143^4^-20^40^1|20085^4^-20^40^1 +17,30,死亡棺材,1,,,,,,,,,死亡棺材|13|28,,,,,,,, +18,31,邪恶之都,1,,,,,,,,,邪恶之都|27|27,,,,,,,, +19,32,沃玛二层,1,,,,,,,,,沃玛二层,,,,,,,, +20,33,沃玛大厅,1,,,,,,,,,沃玛大厅|16|19,,,,,,,, +21,34,祖玛五层,1,,,,,,,,,祖玛五层|99|98,,,,,,,, +22,35,祖玛大厅,1,,,,,,,,,祖玛大厅|8|11,,,,,,,, +23,36,霸者大厅,1,,,,,,,,,霸者大厅|76|75,,,,,,,, +24,37,封魔殿,1,,,,,,,,,封魔殿|74|80,,,,,,,, +25,38,赤月魔穴,1,,,,,,,,,赤月魔穴|11|25,,,,,,,, +26,40,奴隶之家,1,,,,,,,,,奴隶之家,,,,,,,, +27,41,仙岛秘境,1,,,,,,,,,仙岛秘境|21|56,,,,,,,, +28,42,狐月秘境,1,,,,,,,,,狐月秘境|40|56,,,,,,,, +29,43,魔兽前哨,1,,,,检测地图怪物数量^0,,,,,魔兽前哨,,,,,,,, +30,44,巨魔巢穴,1,,,,检测地图怪物数量^0,,,,,巨魔巢穴|37|76,,,,,,,, +31,61,废墟之城,,,,消耗:金币x50000|开通:狂暴之力,检测称号^狂暴之力,,金币^50000^1,,,废墟之城|384|323,,120,,,黄沙百战穿金甲,不破楼兰终不还。,,100000,20019^4^-20^40^1|20051^4^-20^40^1|20145^4^-20^40^1|20124^4^-20^40^1 +32,62,天龙遗址,,,,要求转生:5转|消耗:灵符x4|开通:狂暴之力|消耗:金币x50000,检测称号^狂暴之力|检测转生^不小于^5,,灵符^4^0|金币^50000^1,,,天龙遗址|451|439,,120,,,龙行大运,火力全开。,,100006,20022^4^-20^40^1|20061^4^-20^40^1|20140^4^-20^40^1|20141^4^-20^40^1 +33,63,静谧山谷,,,,要求转生:6转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^6|检测称号^狂暴之力,,金币^50000^1,,,静谧山谷|40|653,,120,,,作恶多端之徒妄想在此归隐,休想!,,100012,20038^4^-20^60^1|20036^4^-20^60^1|20039^4^-20^60^1|20041^4^-20^60^1 +34,64,冰晶雪域,,,,消耗:金币x30000|开通:狂暴之力|进入后每秒消耗:金币x50,检测称号^狂暴之力,,金币^30000^1,,,冰晶雪域|141|233,,120,,,冰雪覆盖的大陆,此地怪物经验超高,适合升级。,,100007,10202^4^-20^60^0.6|263^4^-20^60^1|20134^4^-20^60^0.6 +35,65,水上世界,,,,要求转生:7转|开通:狂暴之力|消耗:金币x50000,检测转生^不小于^7|检测称号^狂暴之力,,金币^50000^1,,,水上世界|102|198,,120,,,海底十万米深处自成一个奇异的世界。,,100008,20056^4^-20^60^1|20067^4^-20^60^0.8 +36,66,秦王地宫,,,,要求转生:8转|开通:狂暴之力|消耗:金币x100000,检测转生^不小于^8|检测称号^狂暴之力,,金币^100000^1,,,秦王地宫|14|386,,120,,,或许能寻到传说中的千古一帝。,,100011,20018^4^-20^20^0.7|20083^4^-20^40^0.7|20053^4^-20^20^0.7 +37,67,熔岩之地,,,,要求转生:9转|开通:狂暴之力|消耗:金币x150000,检测转生^不小于^9|检测称号^狂暴之力,,金币^150000^1,,,熔岩之地|321|324,,120,,,路的尽头是往生还是地狱?,,100009,20060^4^-20^40^1|20059^4^-20^80^1|20128^4^-20^40^1 +38,68,遗忘之地,,,,开通:狂暴之力|消耗:千年玄石x50、金币x5万|九秘等级>65级,检测称号^狂暴之力|比较数字变量^INT_九秘排行榜^永久^不小于^65^九秘等级未达到,,千年玄石^50^0|金币^50000^1,,,遗忘之地|52|55,,120,,,传说此地为某位古天尊隐居之处。,,307,20109^4^-20^40^1|20142^4^-20^40^1 +39,69,黑暗宫殿,,,,开通:狂暴之力|要求:攻击力>300|消耗:千年玄石x50、金币x50000,检测称号^狂暴之力|检测属性^4^不小于^300^攻击力,,千年玄石^50^0|金币^50000^1,,,黑暗宫殿,,120,,,寂静的宫殿透露着渗人的寒冷。,,000317,20111^4^-20^40^1|20155^4^-20^40^1 +40,70,龙爪要塞,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:金币x100000,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,金币^100000^1,,,龙爪要塞|266|98,,120,,,四圣兽守护着一位无比尊贵的存在。,,3025,20113^4^-20^40^1|20118^4^-20^40^1|20120^4^-20^40^1 +41,71,boss之家五层,,,,要求转生:5转|开通:狂暴之力|消耗:金币x100000、拥有非绑元宝>=3000(不消耗),检测转生^不小于^5|检测称号^狂暴之力|检测货币^元宝^3000^0,,金币^100000^1,,,boss之家五层|44|66,,120,,,挑战无比强大的存在,寻找顶级至宝的踪迹,他能成功吗?,,100023,20092^4^-20^40^1|20150^4^-20^40^1|20021^4^-20^40^1 +42,72,缥缈山庄,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,缥缈山庄|129|145,,120,,,,,100022,20084^4^-20^40^1 +43,73,天龙巢穴,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,天龙巢穴|25|100,,120,,,,,100018,20021^4^-20^40^1|11020^4^-20^40^1|20093^4^-20^40^1 +44,74,镇魔之地,,,,要求转生:6转|开通:狂暴之力|消耗:千年玄石x40,检测转生^不小于^6|检测称号^狂暴之力,,千年玄石^40^0,,,镇魔之地|39|102,,120,,,,,100005,20035^4^-20^40^1 +45,75,雪域深处,,,,开通:狂暴之力|消耗:千年玄石x20|进入后每秒消耗:金币x100,检测称号^狂暴之力,,千年玄石^20^0,,,雪域深处|165|172,,120,,,,,311,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6 +46,76,冰封王座,,,,开通:狂暴之力|消耗:千年玄石x40|进入后每秒消耗:金币x200,检测称号^狂暴之力,,千年玄石^40^0,,,冰封王座|34|170,,120,,,,,3138,10202^4^-20^60^0.6|20050^4^-20^60^1|20134^4^-20^60^0.6|10209^4^-20^40^0.7 +47,77,狂暴海域,,,,开通:狂暴之力|消耗:千年玄石x30,检测称号^狂暴之力,,千年玄石^30^0,,,狂暴海域|45|63,,120,,,,,3104,20023^4^-20^40^0.8|20015^4^-20^40^0.8 +48,78,幽灵船,,,,开通:狂暴之力|消耗:千年玄石x40,检测称号^狂暴之力,,千年玄石^40^0,,,幽灵船|30|61,,120,,,,,3103,20086^4^-20^40^0.8 +49,79,秦王大殿,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王大殿|63|69,,120,,,,,100013,382^4^-20^40^0.8 +50,80,秦王陵墓,,,,要求转生:8转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^8|检测称号^狂暴之力,,千年玄石^50^0,,,秦王陵墓|7|28,,120,,,,,100024,20010^4^-20^40^0.8 +51,81,往生之路,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,往生之路|63|32,,120,,,,,100010,20153^4^-20^40^0.8 +52,82,岩浆地狱,,,,要求转生:9转|开通:狂暴之力|消耗:千年玄石x50,检测转生^不小于^9|检测称号^狂暴之力,,千年玄石^50^0,,,岩浆地狱|149|116,,120,,,,,100004,20112^4^-20^80^1 +53,83,龙爪宫殿,,,,开通:狂暴之力|要求:全身重铸攻击力>=30|消耗:千年玄石x40,检测称号^狂暴之力|检测属性^211^不小于^30^全身重铸攻击力,,千年玄石^40^0,,,龙爪宫殿|20|37,,120,,,,,100015,20071^4^-20^40^1 +54,84,boss之家六层,,,,要求转生:6转|开通:狂暴之力|消耗:金币x200000,检测转生^不小于^6|检测称号^狂暴之力,,金币^200000^1,,,boss之家六层|55|86,,120,,,,,100017,20045^4^-20^40^0.6|20011^4^-20^40^0.6|20013^4^-20^40^0.6 +55,85,boss之家七层,,,,开通:狂暴之力|消耗:金币x500000,检测称号^狂暴之力,,金币^500000^1,,,boss之家七层|69|36,,120,,,,,100021,20136^4^-20^-20^1|20137^4^-20^-20^1|20138^4^-20^-20^1|20142^4^-20^-20^1|20087^4^-20^-20^1 +56,86,boss之家二层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x20000,检测转生^不小于^2|检测称号^狂暴之力,,金币^20000^1,,,Boss之家二层|26|44,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +57,87,boss之家三层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x30000,检测转生^不小于^3|检测称号^狂暴之力,,金币^30000^1,,,Boss之家三层|20|69,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| +58,88,boss之家四层,,,,要求转生:3转|开通:狂暴之力|消耗:金币x40000,检测转生^不小于^3|检测称号^狂暴之力,,金币^40000^1,,,Boss之家四层|105|85,,120,,,,,100020,20042^4^-20^40^1|20073^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| diff --git a/csv/cfg_鍦板浘杩涘叆NPC.csv b/csv/cfg_鍦板浘杩涘叆NPC.csv index 007d918e..f85cd89c 100644 --- a/csv/cfg_鍦板浘杩涘叆NPC.csv +++ b/csv/cfg_鍦板浘杩涘叆NPC.csv @@ -14,7 +14,7 @@ 10,23,Boss之家一层,,,,要求转生:2转|开通:狂暴之力|消耗:金币x10000、拥有非绑元宝>=2000(不消耗),检测转生^不小于^2|检测称号^狂暴之力|检测货币^元宝^2000^0,,金币^10000^1,,,Boss之家一层|28|95,,120,,,听说到这里存在身怀有最顶级的至宝。,,100020,20042^4^-20^40^1|20103^4^-20^40^1|20017^4^-20^40^1|20146^4^-20^40^1| 11,24,NPC冰魔之地,,,,,,,,,,起始之地,,,,,无尽财富唾手可得。,,, 12,25,圣域,,,,每日10-11、16-17点开放,检测转生^不小于^4,,,,,,,60,,,,,, -13,26,灵魂祭坛,,,,消耗:千年玄石x50|每日充值>=18元|每日限制:4次,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|比较数字变量^INT_灵魂祭坛每日次数^周期^小于^4^今日次数已达到,,千年玄石^50^0,周期^INT_灵魂祭坛每日次数^1,INT_灵魂祭坛每日次数|4,灵魂祭坛|238|200,,,,,,,3059, +13,26,灵魂祭坛,,,,消耗:千年玄石x50|每日充值>=18元|每日限制:4次,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|穿戴装备^九秘珠^999|比较数字变量^INT_灵魂祭坛每日次数^周期^小于^4,比较数字变量^INT_每日充值金额^周期^不小于^18^每日充值未达到|穿戴装备^九秘珠^1,千年玄石^50^0,周期^INT_灵魂祭坛每日次数^1,INT_灵魂祭坛每日次数|4,灵魂祭坛|238|200,,,,,,,3059, 14,27,先天秘境,,,,开通:狂暴之力|消耗:金币x50000、拥有非绑元宝>=1000(不消耗)|进入限时60分钟(退出地图后CD3分钟),检测称号^狂暴之力|检测货币^元宝^1000^0,,金币^50000^1,,,,先天秘境1层|先天秘境2层|先天秘境3层|先天秘境4层|先天秘境5层|先天秘境6层|先天秘境7层|先天秘境8层|先天秘境9层,60,180,STR_MIGONGBOSSINFO,能否寻找到狡猾的迷宫之主或者神秘的神墟。,,41,20012^4^-20^40^1 15,28,天关,,,,灵符x1,,,灵符^1^0,,,,,60,,,据闻特戒在此现世,天关之主必爆不朽以上首饰,,, 16,29,神龙帝国,,,,要求转生:4转|开通:狂暴之力,检测转生^不小于^4|检测称号^狂暴之力,,,,,神龙帝国|249|310,,,,,神龙帝主统治着这片大陆,拥有诸多凶险地图和不可战神之存在。,,3105,800^4^-20^40^1|10608^4^-20^40^1|20143^4^-20^40^1|20085^4^-20^40^1