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,17 +753,23 @@ 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)
--创号阶段先进入剧情对话,进入假战斗,然后对话起名,最后进入主界面
StoryManager.EventTrigger(300007)
-- 新的引导
-- StoryManager.EventTrigger(100001)
else
PatFaceManager.isLogin = true
UIManager.OpenPanel(UIName.CreateNamePopup, 10, 0, 0, 0, function()
UIManager.OpenPanel(UIName.FightPointPassMainPanel)
end)
LoadingPanel.End()
end
else
PatFaceManager.isLogin = true
UIManager.OpenPanel(UIName.CreateNamePopup, 10, 0, 0, 0, function()
UIManager.OpenPanel(UIName.FightPointPassMainPanel)
end)
LoadingPanel.End()
end
else