|  |  |  | 
|---|
|  |  |  | #import PlayerFamilyStore | 
|---|
|  |  |  | import PlayerSocial | 
|---|
|  |  |  | import PlayerFamilyParty | 
|---|
|  |  |  | import PlayerSealDemon | 
|---|
|  |  |  | #import PlayerSealDemon | 
|---|
|  |  |  | import PlayerBillboard | 
|---|
|  |  |  | import PlayerLVAward | 
|---|
|  |  |  | import PlayerDuJie | 
|---|
|  |  |  | 
|---|
|  |  |  | #仙盟宴会 | 
|---|
|  |  |  | PlayerFamilyParty.OnPlayerLogin(curPlayer) | 
|---|
|  |  |  | #封魔坛 | 
|---|
|  |  |  | PlayerSealDemon.OnPlayerLogin(curPlayer) | 
|---|
|  |  |  | #PlayerSealDemon.OnPlayerLogin(curPlayer) | 
|---|
|  |  |  | #仙魔之争 | 
|---|
|  |  |  | PlayerXMZZ.OnXMZZOnLogin(curPlayer) | 
|---|
|  |  |  | #等级奖励 | 
|---|
|  |  |  | 
|---|
|  |  |  | GameWorldActionControl.OnPlayerLogin(curPlayer) | 
|---|
|  |  |  | #玩家等级记录 | 
|---|
|  |  |  | PyGameData.g_todayPlayerLVDict[curPlayer.GetID()] = curPlayer.GetLV() | 
|---|
|  |  |  | #副本助战 | 
|---|
|  |  |  | PlayerFBHelpBattle.OnHelpPlayerLogin(curPlayer) | 
|---|
|  |  |  | #跨服PK | 
|---|
|  |  |  | CrossRealmPK.OnPlayerLogin(curPlayer) | 
|---|
|  |  |  | #诛仙BOSS | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | elif packType == IPY_GameServer.CDBPlayerRefresh_ExAttr10: | 
|---|
|  |  |  | PlayerControl.SetChatBubbleBox(curPlayer, packValue) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | elif packType == IPY_GameServer.CDBPlayerRefresh_ExAttr11: | 
|---|
|  |  |  | PlayerControl.SetTodayXianyuanCoin(curPlayer, packValue) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | elif packType == IPY_GameServer.CDBPlayerRefresh_ExAttr13: | 
|---|
|  |  |  | PlayerControl.SetPlayerServerGroupID(curPlayer, packValue) | 
|---|