TabulaRasaXI / TabulaRasa

https://tabularasaxi.com
GNU General Public License v3.0
5 stars 9 forks source link

🐛 Wild Card quest not progressing #294

Closed Capriya closed 2 years ago

Capriya commented 2 years ago

Branch affected by issue

base

Steps to reproduce

https://ffxiclopedia.fandom.com/wiki/Wild_Card_(Quest)

House of the Hero is not giving any cutscene, so opening the coffer is not producing the card. Have spoken to all of the NPCs multiple times, zoned, logged off/on, etc.

It might be missing the fix from this ASB pull https://github.com/AirSkyBoat/AirSkyBoat/pull/418

Cyber857 commented 2 years ago

https://github.com/TabulaRasaXI/TabulaRasa/blob/staging/scripts/quests/windurst/SOB6_Wild_Card.lua

on line : 73 Prog is set to 1, but never 2,

on line : 84 It is looking for Prog = 2,

proposed solution is to change line 84 to check for prog =1 (this will catch everyone in the quest who has not completed) if you change 73 to 2, the people in the quest will be stuck.

Capriya commented 2 years ago

This is still busted.

Capriya commented 2 years ago

Works now. Ty!