285 lines
7.4 KiB
Lua
285 lines
7.4 KiB
Lua
-- cfg_主线任务
|
||
local config = {
|
||
[1] = {
|
||
next = 2,
|
||
enabled = true,
|
||
title = "[主线]了解首充",
|
||
desc = "了解首充后,前往任意地图击杀任意怪物5只。",
|
||
doingDesc = "前往任意地图击杀任意怪物。",
|
||
rewardText = "经验100万、金币5000",
|
||
visit_type = "module",
|
||
ShouChongOBJ = "",
|
||
visit_open = "ShouChongOBJ_main",
|
||
visit_ids_1 = 0,
|
||
visit_scripts_1 = "",
|
||
target_type = "kill_mon",
|
||
target_count = 5,
|
||
target_map = "*",
|
||
target_mon = "*",
|
||
finish = false,
|
||
reward = {
|
||
[1] = {
|
||
type = "money",
|
||
name = "经验",
|
||
num = 1000000,
|
||
bind = 0,
|
||
},
|
||
[2] = {
|
||
type = "money",
|
||
name = "金币",
|
||
num = 5000,
|
||
bind = 0,
|
||
},
|
||
},
|
||
},
|
||
[2] = {
|
||
next = 3,
|
||
enabled = true,
|
||
title = "[主线]拜访渡劫天尊",
|
||
desc = "拜访渡劫天尊后,前往任意地图击杀怪物5只。",
|
||
doingDesc = "前往任意地图击杀怪物。",
|
||
rewardText = "经验100万、金币10000",
|
||
visit_type = "npc",
|
||
ShouChongOBJ = "",
|
||
visit_open = "",
|
||
visit_ids_1 = 6,
|
||
visit_scripts_1 = "转生",
|
||
target_type = "kill_mon",
|
||
target_count = 5,
|
||
target_map = "*",
|
||
target_mon = "*",
|
||
finish = false,
|
||
reward = {
|
||
[1] = {
|
||
type = "money",
|
||
name = "经验",
|
||
num = 1000000,
|
||
bind = 0,
|
||
},
|
||
[2] = {
|
||
type = "money",
|
||
name = "金币",
|
||
num = 10000,
|
||
bind = 0,
|
||
},
|
||
},
|
||
},
|
||
[3] = {
|
||
next = 4,
|
||
enabled = true,
|
||
title = "[主线]拜访神兽淬体",
|
||
desc = "拜访神兽淬体后,前往任意地图击杀怪物5只。",
|
||
doingDesc = "前往任意地图击杀怪物。",
|
||
rewardText = "神兽之血*50、神兽之骨*50",
|
||
visit_type = "npc",
|
||
ShouChongOBJ = "",
|
||
visit_open = "",
|
||
visit_ids_1 = 5,
|
||
visit_scripts_1 = "神兽淬体",
|
||
target_type = "kill_mon",
|
||
target_count = 5,
|
||
target_map = "*",
|
||
target_mon = "*",
|
||
finish = false,
|
||
reward = {
|
||
[1] = {
|
||
type = "item",
|
||
name = "神兽之血",
|
||
num = 50,
|
||
bind = 0,
|
||
},
|
||
[2] = {
|
||
type = "item",
|
||
name = "神兽之骨",
|
||
num = 50,
|
||
bind = 0,
|
||
},
|
||
},
|
||
},
|
||
[4] = {
|
||
next = 5,
|
||
enabled = true,
|
||
title = "[主线]拜访紫金仙人",
|
||
desc = "拜访紫金仙人后,前往任意地图击杀怪物5只。",
|
||
doingDesc = "前往任意地图击杀怪物。",
|
||
rewardText = "经验100万、千年玄石*50、金币10000",
|
||
visit_type = "npc",
|
||
ShouChongOBJ = "",
|
||
visit_open = "",
|
||
visit_ids_1 = 189,
|
||
visit_scripts_1 = "紫金葫芦",
|
||
target_type = "kill_mon",
|
||
target_count = 5,
|
||
target_map = "*",
|
||
target_mon = "*",
|
||
finish = false,
|
||
reward = {
|
||
[1] = {
|
||
type = "money",
|
||
name = "经验",
|
||
num = 1000000,
|
||
bind = 0,
|
||
},
|
||
[2] = {
|
||
type = "item",
|
||
name = "千年玄石",
|
||
num = 50,
|
||
bind = 0,
|
||
},
|
||
[3] = {
|
||
type = "money",
|
||
name = "金币",
|
||
num = 10000,
|
||
bind = 0,
|
||
},
|
||
},
|
||
},
|
||
[5] = {
|
||
next = 6,
|
||
enabled = true,
|
||
title = "[主线]了解绝学NPC",
|
||
desc = "了解绝学NPC后,前往任意地图击杀怪物5只。",
|
||
doingDesc = "前往任意地图击杀怪物。",
|
||
rewardText = "灵石*50、武林秘籍*1",
|
||
visit_type = "npc",
|
||
ShouChongOBJ = "",
|
||
visit_open = "",
|
||
visit_ids_1 = 12,
|
||
visit_scripts_1 = "绝学修炼",
|
||
target_type = "kill_mon",
|
||
target_count = 5,
|
||
target_map = "*",
|
||
target_mon = "*",
|
||
finish = false,
|
||
reward = {
|
||
[1] = {
|
||
type = "item",
|
||
name = "灵石",
|
||
num = 50,
|
||
bind = 0,
|
||
},
|
||
[2] = {
|
||
type = "item",
|
||
name = "武林秘籍",
|
||
num = 1,
|
||
bind = 0,
|
||
},
|
||
},
|
||
},
|
||
[6] = {
|
||
next = 7,
|
||
enabled = true,
|
||
title = "[主线]拜访幸运仙子",
|
||
desc = "拜访幸运仙子后,前往任意地图击杀怪物5只。",
|
||
doingDesc = "前往任意地图击杀怪物。",
|
||
rewardText = "经验100万、金币10000",
|
||
visit_type = "npc",
|
||
ShouChongOBJ = "",
|
||
visit_open = "",
|
||
visit_ids_1 = 11,
|
||
visit_scripts_1 = "幸运项链",
|
||
target_type = "kill_mon",
|
||
target_count = 5,
|
||
target_map = "*",
|
||
target_mon = "*",
|
||
finish = false,
|
||
reward = {
|
||
[1] = {
|
||
type = "money",
|
||
name = "经验",
|
||
num = 1000000,
|
||
bind = 0,
|
||
},
|
||
[2] = {
|
||
type = "money",
|
||
name = "金币",
|
||
num = 10000,
|
||
bind = 0,
|
||
},
|
||
},
|
||
},
|
||
[7] = {
|
||
next = 8,
|
||
enabled = true,
|
||
title = "[主线]前往装备重铸",
|
||
desc = "前往装备重铸后,前往任意地图击杀怪物5只。",
|
||
doingDesc = "前往任意地图击杀怪物。",
|
||
rewardText = "经验100万、金币10000",
|
||
visit_type = "npc",
|
||
ShouChongOBJ = "",
|
||
visit_open = "",
|
||
visit_ids_1 = 10,
|
||
visit_scripts_1 = "装备重铸",
|
||
target_type = "kill_mon",
|
||
target_count = 5,
|
||
target_map = "*",
|
||
target_mon = "*",
|
||
finish = false,
|
||
reward = {
|
||
[1] = {
|
||
type = "money",
|
||
name = "经验",
|
||
num = 1000000,
|
||
bind = 0,
|
||
},
|
||
[2] = {
|
||
type = "money",
|
||
name = "金币",
|
||
num = 10000,
|
||
bind = 0,
|
||
},
|
||
},
|
||
},
|
||
[8] = {
|
||
next = 9,
|
||
enabled = true,
|
||
title = "[主线]前往武器升级",
|
||
desc = "前往武器升级后,前往任意地图击杀怪物5只。",
|
||
doingDesc = "前往任意地图击杀怪物。",
|
||
rewardText = "黑铁矿石*4、金币10000",
|
||
visit_type = "npc",
|
||
ShouChongOBJ = "",
|
||
visit_open = "",
|
||
visit_ids_1 = 13,
|
||
visit_scripts_1 = "武器升级",
|
||
target_type = "kill_mon",
|
||
target_count = 5,
|
||
target_map = "*",
|
||
target_mon = "*",
|
||
finish = false,
|
||
reward = {
|
||
[1] = {
|
||
type = "item",
|
||
name = "黑铁矿石",
|
||
num = 4,
|
||
bind = 0,
|
||
},
|
||
[2] = {
|
||
type = "money",
|
||
name = "金币",
|
||
num = 10000,
|
||
bind = 0,
|
||
},
|
||
},
|
||
},
|
||
[9] = {
|
||
next = 0,
|
||
enabled = true,
|
||
title = "[主线]任务结束",
|
||
desc = "主线任务已完成。",
|
||
doingDesc = "主线任务已完成。",
|
||
rewardText = "无",
|
||
visit_type = "",
|
||
ShouChongOBJ = "",
|
||
visit_open = "",
|
||
visit_ids_1 = 0,
|
||
visit_scripts_1 = "",
|
||
target_type = "",
|
||
target_count = 0,
|
||
target_map = "",
|
||
target_mon = "",
|
||
finish = true,
|
||
reward = {},
|
||
},
|
||
}
|
||
return config
|