Compare commits
2 Commits
50b8e047c8
...
ace83f2359
Author | SHA1 | Date |
---|---|---|
|
ace83f2359 | |
|
2a139f2515 |
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
(€β8–@΅θ;PdX–`c
|
(€β8–@΅θ;PdX–`c
|
||||||
< ((€β2ΕΈ2συ8¬@Άθ;JΖΈJσυPdX¬`Η
|
< ((€β2ΕΈ2συ8¬@Άθ;JΖΈJσυPdX¬`Η
|
||||||
?<18>ΑΧ/ 2(€β2ΕΈ2συ8ξ@£θ;JσυJΖΈPdXξ`σ
|
?<18>ΑΧ/ 2(€β2ΕΈ2συ8ξ@£θ;JΖΈJσυPdXξ`σ
|
Binary file not shown.
|
@ -117,48 +117,6 @@
|
||||||
"Gain": {
|
"Gain": {
|
||||||
"100001": 30000
|
"100001": 30000
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
|
@ -51,7 +51,7 @@ const (
|
||||||
ETCDKEY_LotteryUser = "/game/user_lottery" //抽奖用户必中配置
|
ETCDKEY_LotteryUser = "/game/user_lottery" //抽奖用户必中配置
|
||||||
ETCDKEY_PigBankDiamond = "/game/pigbank_diamond" //存钱罐消耗获得
|
ETCDKEY_PigBankDiamond = "/game/pigbank_diamond" //存钱罐消耗获得
|
||||||
ETCDKEY_PigBankProp = "/game/pigbank_prop" //存钱罐属性
|
ETCDKEY_PigBankProp = "/game/pigbank_prop" //存钱罐属性
|
||||||
ETCDKEY_NianConfig = "/game/activity_nian" //年兽活动配置
|
ETCDKEY_NianConfig = "/game/activity_nian/" //年兽活动配置
|
||||||
ETCDKEY_NianRankConfig = "/game/activity_nian_rank" //年兽排行榜配置
|
ETCDKEY_NianRankConfig = "/game/activity_nian_rank" //年兽排行榜配置
|
||||||
KeyRedPacket = "/game/act_redpacket" //红包配置
|
KeyRedPacket = "/game/act_redpacket" //红包配置
|
||||||
KeyActConsume = "/game/act_consume" //累计消耗活动配置
|
KeyActConsume = "/game/act_consume" //累计消耗活动配置
|
||||||
|
|
|
@ -312,7 +312,7 @@ func CSPushCoinPlayerOp(s *netlib.Session, packetid int, data interface{}, sid i
|
||||||
}
|
}
|
||||||
|
|
||||||
case activity.OpCodes_OP_Shake:
|
case activity.OpCodes_OP_Shake:
|
||||||
item := BagMgrSingleton.GetItem(p.SnId, common.ItemIDShake)
|
item := BagMgrSingleton.GetItem(p.SnId, common.ItemIDPlum)
|
||||||
if item == nil || item.ItemNum < msg.GetOpParam() {
|
if item == nil || item.ItemNum < msg.GetOpParam() {
|
||||||
pack.OpRetCode = activity.OpResultPushCoinCode_OPRC_PushCoin_ShakeNotEnough
|
pack.OpRetCode = activity.OpResultPushCoinCode_OPRC_PushCoin_ShakeNotEnough
|
||||||
goto here
|
goto here
|
||||||
|
@ -321,7 +321,7 @@ func CSPushCoinPlayerOp(s *netlib.Session, packetid int, data interface{}, sid i
|
||||||
BagMgrSingleton.AddItems(&model.AddItemParam{
|
BagMgrSingleton.AddItems(&model.AddItemParam{
|
||||||
Platform: p.Platform,
|
Platform: p.Platform,
|
||||||
SnId: p.SnId,
|
SnId: p.SnId,
|
||||||
Change: []*model.Item{{ItemId: common.ItemIDShake, ItemNum: -msg.GetOpParam()}},
|
Change: []*model.Item{{ItemId: common.ItemIDPlum, ItemNum: -msg.GetOpParam()}},
|
||||||
GainWay: common.GainWayPushCoinExchangeCost,
|
GainWay: common.GainWayPushCoinExchangeCost,
|
||||||
Operator: "system",
|
Operator: "system",
|
||||||
Remark: "推币机兑换消耗",
|
Remark: "推币机兑换消耗",
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue