配置更新

This commit is contained in:
meixiongfeng 2023-08-12 00:42:14 +08:00
parent 64ef4708bb
commit d0d557ac23
3 changed files with 74 additions and 14 deletions

View File

@ -11,7 +11,13 @@
"Value2": 0,
"Value3": 0,
"Value4": 0,
"CostItem": [],
"CostItem": [
{
"a": "item",
"t": "10000039",
"n": 1
}
],
"PostEvent": 0,
"probability": 0
},
@ -27,7 +33,13 @@
"Value2": 2,
"Value3": 0,
"Value4": 0,
"CostItem": [],
"CostItem": [
{
"a": "item",
"t": "10000039",
"n": 1
}
],
"PostEvent": 0,
"probability": 0
},
@ -43,7 +55,13 @@
"Value2": 2,
"Value3": 0,
"Value4": 0,
"CostItem": [],
"CostItem": [
{
"a": "item",
"t": "10000039",
"n": 1
}
],
"PostEvent": 0,
"probability": 0
},
@ -59,7 +77,13 @@
"Value2": 2,
"Value3": 0,
"Value4": 0,
"CostItem": [],
"CostItem": [
{
"a": "item",
"t": "10000039",
"n": 1
}
],
"PostEvent": 0,
"probability": 0
},
@ -75,7 +99,13 @@
"Value2": 2,
"Value3": 0,
"Value4": 0,
"CostItem": [],
"CostItem": [
{
"a": "item",
"t": "10000039",
"n": 1
}
],
"PostEvent": 0,
"probability": 0
},
@ -91,7 +121,13 @@
"Value2": 2,
"Value3": 0,
"Value4": 0,
"CostItem": [],
"CostItem": [
{
"a": "item",
"t": "10000039",
"n": 1
}
],
"PostEvent": 0,
"probability": 0
},
@ -107,7 +143,13 @@
"Value2": 2,
"Value3": 0,
"Value4": 0,
"CostItem": [],
"CostItem": [
{
"a": "item",
"t": "10000039",
"n": 1
}
],
"PostEvent": 0,
"probability": 0
},
@ -123,7 +165,13 @@
"Value2": 2,
"Value3": 0,
"Value4": 0,
"CostItem": [],
"CostItem": [
{
"a": "item",
"t": "10000039",
"n": 1
}
],
"PostEvent": 0,
"probability": 0
},
@ -139,7 +187,13 @@
"Value2": 2,
"Value3": 0,
"Value4": 0,
"CostItem": [],
"CostItem": [
{
"a": "item",
"t": "10000039",
"n": 1
}
],
"PostEvent": 0,
"probability": 0
},
@ -155,7 +209,13 @@
"Value2": 1,
"Value3": 0,
"Value4": 0,
"CostItem": [],
"CostItem": [
{
"a": "item",
"t": "10000039",
"n": 1
}
],
"PostEvent": 0,
"probability": 0
},

View File

@ -32,7 +32,7 @@
"EventStoreGroup": 0,
"BossEvent": 0,
"Condition": [
16
14
]
},
{
@ -50,7 +50,7 @@
"EventStoreGroup": 0,
"BossEvent": 0,
"Condition": [
16
14
]
},
{
@ -86,7 +86,7 @@
"EventStoreGroup": 0,
"BossEvent": 0,
"Condition": [
16
14
]
},
{

View File

@ -66,7 +66,7 @@ func (this *apiComp) Event(session comm.IUserSession, req *pb.StonehengeEventReq
}
_, bBox := stone.Rooms.Box[req.Eventid]
if stone.Rooms.Eventid[req.Eventid] || !bBox { // 重复完成
if stone.Rooms.Eventid[req.Eventid] { // 重复完成
errdata = &pb.ErrorData{
Code: pb.ErrorCode_StonehengeRepeatedReward,
Title: pb.ErrorCode_StonehengeRepeatedReward.ToString(),