I did this entire mission for fun, even there aren't fights implemented until date, it lock up on middle CS:
[xi.zone.LEAFALLIA] =
{
onZoneIn = function(player, prevZone)
if mission:getVar(player, 'Status') == 2 then
return 13
end
end,
onEventUpdate =
{
[13] = function(player, csid, option, npc)
if option == 0 then
player:updateEvent(281, 3899944, 1, 0, 6815078, 4654893, 4095, 393328)
end
end,
},
onEventFinish =
{
[13] = function(player, csid, option, npc)
mission:setVar(player, 'Status', 3)
player:setPos(427.93, 0.555, 178.2, 192, xi.zone.CEIZAK_BATTLEGROUNDS)
end,
},
},
Yes, I fixed this: "Game may lock up if you don't change FPS back to 30." it was locking on the first CS.
I affirm:
OS / platform the server is running (if known)
Windows11
Branch affected by issue
baseSteps to reproduce
I did this entire mission for fun, even there aren't fights implemented until date, it lock up on middle CS:
Script: 5_5_1_The_Light_Within.lua (from soa)
Expected behavior
It hangs here:
And never goes to the end:
[xi.zone.EASTERN_ADOULIN] =
{
['Ploh_Trishbahk'] =
More infos:
https://ffxiclopedia.fandom.com/wiki/The_Light_Within
Yes, I fixed this: "Game may lock up if you don't change FPS back to 30." it was locking on the first CS.