TCX_LongZhu
DESKTOP-RH64908\Administrator 2025-12-30 18:28:00 +08:00
parent 9ef6e83c88
commit 4783f0fbb0
1 changed files with 10 additions and 4 deletions

View File

@ -753,6 +753,7 @@ function this.ExecuteLoading()
if AppConst.isGuide then
local data = ConfigManager.GetConfigData(ConfigName.GlobalSystemConfig, 161)
if data.IsOpen == 1 and GuideManager.GetCurId(GuideType.Force) == 1 and PlayerManager.nickName == tostring(PlayerManager.uid) and PlayerManager.level == 1 then
if data.IsOpen == 1 then
-- 新的引导
-- StoryManager.EventTrigger(300001)
--创号阶段先进入剧情对话,进入假战斗,然后对话起名,最后进入主界面
@ -767,6 +768,11 @@ function this.ExecuteLoading()
LoadingPanel.End()
end
else
PatFaceManager.isLogin = true
LoadingPanel.End()
end
else
UIManager.OpenPanelAsync(UIName.MainPanel, function()
if RoomManager.RoomAddress == nil or RoomManager.RoomAddress == "" then
RoomManager.IsMatch = 0