| | |
| | | import ShareDefine
|
| | | import PlayerControl
|
| | | import IpyGameDataPY
|
| | | import PlayerZhanling
|
| | | #import PlayerZhanling
|
| | | import ChPyNetSendPack
|
| | | import ItemControler
|
| | | import IPY_GameWorld
|
| | |
| | | if ipyData:
|
| | | if ipyData.GetAwardExCTGID():
|
| | | PlayerCoin.DoResetCTGCountByIDList(curPlayer, "ActLoginNew", [ipyData.GetAwardExCTGID()])
|
| | | if ipyData.GetActZhanlingType():
|
| | | PlayerZhanling.ResetZhanling(curPlayer, ipyData.GetActZhanlingType())
|
| | | #if ipyData.GetActZhanlingType():
|
| | | # PlayerZhanling.ResetZhanling(curPlayer, ipyData.GetActZhanlingType())
|
| | | Sync_ActLoginActionInfo(curPlayer, actNum)
|
| | | Sync_ActLoginPlayerInfo(curPlayer, actNum)
|
| | | return True
|