diff --git a/bin/json/game_searchitemall.json b/bin/json/game_searchitemall.json index ebb65c514..eec664f6b 100644 --- a/bin/json/game_searchitemall.json +++ b/bin/json/game_searchitemall.json @@ -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 ] } diff --git a/bin/json/game_worldtask.json b/bin/json/game_worldtask.json index ba371ddf6..c69b0001f 100644 --- a/bin/json/game_worldtask.json +++ b/bin/json/game_worldtask.json @@ -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 diff --git a/modules/mainline/api_challengeover.go b/modules/mainline/api_challengeover.go index d5dc76da8..b64e98554 100644 --- a/modules/mainline/api_challengeover.go +++ b/modules/mainline/api_challengeover.go @@ -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)) diff --git a/modules/mainline/api_levelpass.go b/modules/mainline/api_levelpass.go index 6f93202b1..32c9d2c76 100644 --- a/modules/mainline/api_levelpass.go +++ b/modules/mainline/api_levelpass.go @@ -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 {