Merge branch 'meixiongfeng' of http://git.legu.cc/liwei_3d/go_dreamfactory into meixiongfeng

This commit is contained in:
meixiongfeng 2022-11-28 17:35:34 +08:00
commit 7dc4407d77
3 changed files with 88 additions and 29 deletions

View File

@ -644,5 +644,22 @@
"text": "功能暂未开启"
},
"uiid": 0
},
{
"id": "sign",
"name": {
"key": "num_2028",
"text": "签到"
},
"main": 5,
"optional": "",
"wkqbx": 2,
"kqbx": 0,
"img": "zc_icon_01",
"prompt": {
"key": "opencond_prompt_sign",
"text": "功能暂未开启"
},
"uiid": 0
}
]

View File

@ -9,8 +9,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 102,
@ -22,8 +25,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 103,
@ -35,8 +41,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 104,
@ -48,8 +57,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 105,
@ -61,8 +73,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 106,
@ -74,8 +89,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 107,
@ -87,8 +105,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 108,
@ -100,8 +121,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 109,
@ -113,8 +137,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 110,
@ -126,8 +153,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 111,
@ -139,8 +169,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 112,
@ -152,8 +185,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 113,
@ -165,8 +201,11 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
},
{
"id": 114,
@ -178,7 +217,10 @@
"LockSlots": [],
"AssistTeam": 0,
"EventList": [],
"playexp": 1000,
"NoMidwayExit": 0
"playexp": {
"a": "attr",
"t": "exp",
"n": 1000
}
}
]

View File

@ -144,7 +144,7 @@ func (this *apiComp) Login(session comm.IUserSession, req *pb.UserLoginReq) (cod
// 初始化随机任务数据
// this.module.ModuleRtask.InitCondiData(user.Uid)
//this.Sign(session, &pb.UserSignReq{})
// 日常登录任务
this.module.ModuleRtask.SendToRtask(session, comm.Rtype7, 1)