| | |
| | | import PlayerBourse
|
| | | import PlayerZhuXianBoss
|
| | | import PlayerXMZZ
|
| | | import GameWorldShopItem
|
| | | import PlayerTruck
|
| | | import HighLadder
|
| | | import EventReport
|
| | | import PlayerCompensation
|
| | | import PlayerFamilyRedPacket
|
| | | import PlayerFamilyStore
|
| | | #import PlayerFamilyStore
|
| | | import PyDataManager
|
| | | import PlayerSocial
|
| | | import PlayerFamilyParty
|
| | |
| | | #仙盟红包
|
| | | PlayerFamilyRedPacket.OnPlayerLogin(curPlayer)
|
| | | #仙盟仓库
|
| | | PlayerFamilyStore.OnPlayerLogin(curPlayer)
|
| | | #PlayerFamilyStore.OnPlayerLogin(curPlayer)
|
| | | #仙盟宴会
|
| | | PlayerFamilyParty.OnPlayerLogin(curPlayer)
|
| | | #封魔坛
|
| | |
| | |
|
| | | elif packType == IPY_GameServer.CDBPlayerRefresh_Job:
|
| | | curPlayer.SetJob(packValue)
|
| | | elif packType == IPY_GameServer.CDBPlayerRefresh_ExAttr1:
|
| | | PlayerControl.SetJobRank(curPlayer, packValue)
|
| | |
|
| | | # elif packType == IPY_GameServer.CDBPlayerRefresh_CurrentPlayerType:
|
| | | # #这里应该通知组队那边刷新
|
| | |
| | |
|
| | | elif packType == IPY_GameServer.CDBPlayerRefresh_ExAttr11:
|
| | | PlayerControl.SetTodayXianyuanCoin(curPlayer, packValue)
|
| | |
|
| | | |
| | | elif packType == IPY_GameServer.CDBPlayerRefresh_ExAttr13:
|
| | | PlayerControl.SetPlayerServerGroupID(curPlayer, packValue)
|
| | | |
| | | elif packType == IPY_GameServer.CDBPlayerRefresh_OperateInfo:
|
| | | curPlayer.SetOperateInfo(packValue);
|
| | |
|