Update - 1.3.0.69

EN: 1.3.0.69
CN: 1.3.0.70
JP: 1.3.0.72
KR: 1.3.0.76
This commit is contained in:
SL1900
2025-12-14 22:30:00 +09:00
parent 5e0d58cfad
commit 5f417fbe9d
603 changed files with 1017024 additions and 5253 deletions
+9 -5
View File
@@ -58,6 +58,9 @@ local OnEvent_AvgSTStart = function(_, sAvgId, sLanguage, sVoLan, sGroupId, nSta
})
objAvgPanel:_PreEnter()
objAvgPanel:_Enter()
if nTransitionType == 12 then
nTransitionType = 0
end
end
local func_OnEvent_TransAnimInClear = function()
EventManager.Hit(EventId.SetTransition)
@@ -80,6 +83,9 @@ local OnEvent_AvgSTStart = function(_, sAvgId, sLanguage, sVoLan, sGroupId, nSta
end
end
local OnEvent_AvgSTEnd = function(_)
local func_AvgSTEnd = function()
EventManager.Hit("AvgSTEnd")
end
local func_DoEnd = function()
NovaAPI.DispatchEventWithData("StoryDialog_DialogEnd")
if objAvgPanel ~= nil then
@@ -99,16 +105,14 @@ local OnEvent_AvgSTEnd = function(_)
local func_OnEvent_TransAnimInClear = function()
EventManager.Hit(EventId.SetTransition)
func_DoEnd()
func_AvgSTEnd()
end
if nTransitionType ~= 0 then
if nTransitionType == 12 then
func_DoEnd()
else
EventManager.Hit(EventId.SetTransition, nTransitionType, func_OnEvent_TransAnimInClear)
end
EventManager.Hit(EventId.SetTransition, nTransitionType, func_OnEvent_TransAnimInClear)
nTransitionType = 0
else
func_DoEnd()
func_AvgSTEnd()
end
end
local function Uninit(_)