上传配置
This commit is contained in:
parent
deee1f3f15
commit
f8196891e5
@ -13,6 +13,7 @@
|
||||
2000,
|
||||
2000,
|
||||
2000,
|
||||
2000,
|
||||
2000
|
||||
]
|
||||
},
|
||||
@ -30,6 +31,7 @@
|
||||
2000,
|
||||
2000,
|
||||
2000,
|
||||
2000,
|
||||
2000
|
||||
]
|
||||
},
|
||||
@ -47,6 +49,7 @@
|
||||
2000,
|
||||
2000,
|
||||
2000,
|
||||
2000,
|
||||
2000
|
||||
]
|
||||
},
|
||||
@ -64,6 +67,7 @@
|
||||
2000,
|
||||
2000,
|
||||
2000,
|
||||
2000,
|
||||
2000
|
||||
]
|
||||
},
|
||||
@ -81,6 +85,7 @@
|
||||
2000,
|
||||
2000,
|
||||
2000,
|
||||
2000,
|
||||
2000
|
||||
]
|
||||
}
|
||||
|
@ -6424,7 +6424,7 @@
|
||||
"text": "寻找所有宝箱1"
|
||||
},
|
||||
"get_item": [],
|
||||
"trigger": 0,
|
||||
"trigger": 1,
|
||||
"npc": 60130,
|
||||
"completetask": [
|
||||
50000023
|
||||
@ -6466,7 +6466,7 @@
|
||||
"text": "寻找所有宝箱2"
|
||||
},
|
||||
"get_item": [],
|
||||
"trigger": 0,
|
||||
"trigger": 1,
|
||||
"npc": 60140,
|
||||
"completetask": [
|
||||
50000024
|
||||
@ -6508,7 +6508,7 @@
|
||||
"text": "寻找所有宝箱3"
|
||||
},
|
||||
"get_item": [],
|
||||
"trigger": 0,
|
||||
"trigger": 1,
|
||||
"npc": 60150,
|
||||
"completetask": [
|
||||
50000025
|
||||
@ -6550,7 +6550,7 @@
|
||||
"text": "寻找所有宝箱4"
|
||||
},
|
||||
"get_item": [],
|
||||
"trigger": 0,
|
||||
"trigger": 1,
|
||||
"npc": 60160,
|
||||
"completetask": [
|
||||
50000026
|
||||
@ -6592,7 +6592,7 @@
|
||||
"text": "寻找所有宝箱5"
|
||||
},
|
||||
"get_item": [],
|
||||
"trigger": 0,
|
||||
"trigger": 1,
|
||||
"npc": 60170,
|
||||
"completetask": [
|
||||
50000027
|
||||
|
@ -177,6 +177,7 @@ func (this *apiComp) ChallengeOver(session comm.IUserSession, req *pb.MainlineCh
|
||||
Star: star,
|
||||
HeroExp: conf.HeroExp,
|
||||
UserExp: userExp,
|
||||
Reward: aeward,
|
||||
})
|
||||
|
||||
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype60, 1))
|
||||
|
@ -120,6 +120,7 @@ func (this *apiComp) LevelPass(session comm.IUserSession, req *pb.MainlineLevelP
|
||||
Star: star,
|
||||
HeroExp: conf.HeroExp,
|
||||
UserExp: userExp,
|
||||
Reward: aeward,
|
||||
}) // 数据推送
|
||||
|
||||
if err = this.module.modelMline.updateMainlineData(session.GetUserId(), info); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user