init
This commit is contained in:
72
server/cross/LogicServer/data/config/task/Task.config
Normal file
72
server/cross/LogicServer/data/config/task/Task.config
Normal file
@@ -0,0 +1,72 @@
|
||||
--R-任务配置.xlsx 任务
|
||||
TaskConfig = {
|
||||
[1] = {
|
||||
id = 1,
|
||||
award = {{type=1,id=1,count=9999}},
|
||||
teleport =
|
||||
{
|
||||
{
|
||||
state = 1,
|
||||
teleport = {
|
||||
{id = 1,map = 1,x = 10, y = 10, range = 10},
|
||||
{id = 2,map = 1,x = 10, y = 10, range = 10},
|
||||
}
|
||||
},
|
||||
{
|
||||
state = 2,
|
||||
teleport = {
|
||||
{id = 1,map = 1,x = 10, y = 10, range = 10},
|
||||
{id = 2,map = 1,x = 10, y = 10, range = 10},
|
||||
}
|
||||
},
|
||||
{
|
||||
state = 3,
|
||||
teleport = {
|
||||
{id = 1,map = 1,x = 10, y = 10, range = 10},
|
||||
{id = 2,map = 1,x = 10, y = 10, range = 10},
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
getType = 1,
|
||||
getparam = {
|
||||
npcid = 0,map = 1,x = 10, y = 10, range = 10, -- npc id 有就填 没有就不填或者为0
|
||||
},
|
||||
task = {
|
||||
type = , -- 类型
|
||||
value = , --进度
|
||||
id = {},
|
||||
scene ={},
|
||||
},
|
||||
completeType = 1,
|
||||
completeparam = {
|
||||
{npcid = 0,map = 1,x = 10, y = 10, range = 10}, -- npc id 有就填 没有就不填或者为0
|
||||
},
|
||||
flyshoe = {
|
||||
{times = 10, cost = {}},
|
||||
{times = 20, cost = {},},
|
||||
},
|
||||
flyshoeteleport =
|
||||
{
|
||||
{
|
||||
state = 1,
|
||||
teleport = {map = 1,x = 10, y = 10, range = 10},
|
||||
}
|
||||
},
|
||||
{
|
||||
state = 2,
|
||||
teleport = {map = 1,x = 10, y = 10, range = 10},
|
||||
}
|
||||
},
|
||||
{
|
||||
state = 3,
|
||||
teleport = {map = 1,x = 10, y = 10, range = 10},
|
||||
}
|
||||
},
|
||||
|
||||
},
|
||||
level = 0,
|
||||
zhuanshenglvl = 0,
|
||||
openday = 1,
|
||||
},
|
||||
}
|
||||
1945
server/cross/LogicServer/data/config/task/TaskDisplay.config
Normal file
1945
server/cross/LogicServer/data/config/task/TaskDisplay.config
Normal file
File diff suppressed because it is too large
Load Diff
70
server/cross/LogicServer/data/config/task/TaskType.config
Normal file
70
server/cross/LogicServer/data/config/task/TaskType.config
Normal file
@@ -0,0 +1,70 @@
|
||||
--R-任务配置.xlsx 任务类型
|
||||
TaskTypeConfig = {
|
||||
[1] = {
|
||||
[1] = {
|
||||
type = 1,
|
||||
ValueType = 1,
|
||||
map = 限制地图,
|
||||
},
|
||||
},
|
||||
[2] = {
|
||||
[2] = {
|
||||
type = 2,
|
||||
ValueType = 2,
|
||||
},
|
||||
},
|
||||
[3] = {
|
||||
[2] = {
|
||||
type = 3,
|
||||
ValueType = 2,
|
||||
},
|
||||
},
|
||||
[4] = {
|
||||
[1] = {
|
||||
type = 4,
|
||||
ValueType = 1,
|
||||
},
|
||||
},
|
||||
[5] = {
|
||||
[2] = {
|
||||
type = 5,
|
||||
ValueType = 2,
|
||||
},
|
||||
},
|
||||
[6] = {
|
||||
[2] = {
|
||||
type = 6,
|
||||
ValueType = 2,
|
||||
},
|
||||
},
|
||||
[7] = {
|
||||
[1] = {
|
||||
type = 7,
|
||||
ValueType = 1,
|
||||
},
|
||||
},
|
||||
[8] = {
|
||||
[2] = {
|
||||
type = 8,
|
||||
ValueType = 2,
|
||||
},
|
||||
},
|
||||
[9] = {
|
||||
[1] = {
|
||||
type = 9,
|
||||
ValueType = 1,
|
||||
},
|
||||
},
|
||||
[10] = {
|
||||
[1] = {
|
||||
type = 10,
|
||||
ValueType = 1,
|
||||
},
|
||||
},
|
||||
[11] = {
|
||||
[1] = {
|
||||
type = 11,
|
||||
ValueType = 1,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user