LandSandBoat / server

:sailboat: LandSandBoat - a server emulator for Final Fantasy XI
https://landsandboat.github.io/server/
GNU General Public License v3.0
294 stars 592 forks source link

Task Delegator (SoA) NPC won't engage in dialogue #6259

Open linpahnefte opened 3 weeks ago

linpahnefte commented 3 weeks ago

I affirm:

OS / platform the server is running (if known)

Windows10

Branch affected by issue

'base'

Steps to reproduce

Completed cutscene & conversation with NPC Brenton to round out Seekers of Adoulin Mission 1-5. On completing, attempted to talk to NPC Task Delegator to begin accruing imprimaturs. While NPC can be targeted, pressing 'Enter' does not engage conversation or turning - only deselects. This inability to speak to Task Delegators occurs across multiple Task Delegators and cannot be "jiggled" by resetting or advancing the mission via GM Commands

Expected behavior

Expect menu/conversation to begin with Task Delegator. As in checklist above, scoured open and closed GitHub issues as well as background SQL to see if I could ascertain why NPC wasn't engaging. If I have missed a known issue please advise and apologies in advance, thank you!

Linpah_2024 09 20_134637 Linpah_2024 09 20_142132

zach2good commented 3 weeks ago

Hi there, Task Delegators and the underlying coalition assignment/imprimatur system aren't implemented. We have a module that allows you to bypass these imprimatur gates: https://github.com/LandSandBoat/server/blob/base/modules/custom/lua/soa_remove_imprimatur_gate.lua

There's another hard break whenever you get to the first block of fight content for SoA: because that also isn't implemented.

cobrasky3 commented 2 weeks ago

How to use this lua?