This commit is contained in:
aixianling
2024-12-13 13:41:02 +08:00
commit 06658f112f
3887 changed files with 2687822 additions and 0 deletions

View 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,
},
}

File diff suppressed because it is too large Load Diff

View 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,
},
},
}