Skip to content

🐛 Cannot get middle CS from The Light Within (Seekers of Adoulin Missions) #9696

@Gradius2

Description

@Gradius2

I affirm:

  • I understand that if I do not agree to the following points by completing the checkboxes my issue will be ignored.
  • I have read and understood the Contributing Guide and the Code of Conduct.
  • I have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated.

OS / platform the server is running (if known)

Windows11

Branch affected by issue

base

Steps 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:

[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,
            },
        },

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions