From 9aa469a20cb48867d414d024c19db770bec79d75 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 28 三月 2019 15:31:28 +0800
Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(新手指导员)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py |   47 ++++++++++++++++++++++-------------------------
 1 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
index 40ac9b2..9796fcd 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -613,17 +613,14 @@
     #通知运行成功
     curPlayer.BalanceServer_PlayerLoginInitOK()
     
-    # 新手指导员上线处理
-#    #PlayerFreshmanGuide.FreshmanGuiderOnLogin(curPlayer)
-#    
     # 坐骑相关通知
     PlayerHorse.PlayerHorseLogin(curPlayer)
     
     PlayerTreasure.OnTreasureLogin(curPlayer)
     
-#    # 通知累计登陆礼
+    # 通知累计登陆礼
     PlayerLoginDayAward.OnLoginNotifyLoginDayAward(curPlayer)
-#    
+    
     # 开服活动奖励信息
     OpenServerCampaign.OnOpenServerCampaignLogin(curPlayer)
 
@@ -631,39 +628,39 @@
     GameLogic_TrialTower.OnFBPlayerLogin(curPlayer)
     # 古神禁地
     GameLogic_GodArea.GodAreaOnLogin(curPlayer)
-#    # 采集NPC次数通知
+    # 采集NPC次数通知
     NPCCommon.SyncCollNPCTime(curPlayer)
-#    
-#    # 每日活跃度
+    
+    # 每日活跃度
     PlayerActivity.OnLogin(curPlayer)
-#    
-#    # 副本进入时间
+    
+    # 副本进入时间
     FBCommon.FBOnLogin(curPlayer)
-#    
-#    #世界等级
+    
+    #世界等级
     PlayerWorldAverageLv.OnLogin(curPlayer)
-#    
+    
     # 投资理财
     PlayerGoldInvest.OnLogin(curPlayer)
-#    
-#    #属性果实使用情况
+    
+    #属性果实使用情况
     PlayerAttrFruit.AttrFruitOnLogin(curPlayer)
-#    
-#    #成就
+    
+    #成就
     PlayerSuccess.SuccOnLogin(curPlayer)
-#    
-#    #同步自动战斗配置记录
+    
+    #同步自动战斗配置记录
 #    Sync_AutoFightSetting(curPlayer)
-#    
+    
     PlayerFamily.FamilyPlayerOnLogin(curPlayer, tick)
     #改到 GameServerRefresh GameSever_PlayerInitOK后处理才能保证玩家已经在Gameserver注册
     #PlayerDienstgrad.RefreshBillBoardDienstgrad(curPlayer)
     # 称号
     PlayerDienstgrad.Sync_AllDienstgradOnLogin(curPlayer)
-#    # 资源找回OnLogin
+    # 资源找回OnLogin
     PlayerRecover.RecoverOnLogin(curPlayer)
-#
-#    # 时装
+    
+    # 时装
     PlayerCoat.OnLogin_Coat(curPlayer)
     
     # 跨服PK
@@ -687,8 +684,8 @@
     # 世界boss
     BossHurtMng.OnLogin(curPlayer)
     ChItem.Sync_ItemDayUseCnt(curPlayer)
-#    # 悬赏登录通知
-#    PlayerArrestTask.OnLogin(curPlayer)
+    # 悬赏登录通知
+    #PlayerArrestTask.OnLogin(curPlayer)
     # 符印登录通知
     PlayerRune.PlayerRuneLogin(curPlayer)
     # 仙盟红包登录通知

--
Gitblit v1.8.0