An Empty Vessel
An Empty Vessel
Found this out the hard way: DSP uses the answers found on BG wiki. FFXIclopedia has one answer different.
Re: An Empty Vessel
I just check the lua for the answers.
https://github.com/DarkstarProject/dark ... /Waoud.lua
https://github.com/DarkstarProject/dark ... /Waoud.lua
Code: Select all
if (csid == 0x003c) then
if (option == 2) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 6) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 7) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 12) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 13) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 18) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 21) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 24) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 26) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 30) then
player:setVar("SuccessfullyAnswered",success+1);
Re: An Empty Vessel
Yeah. That's where I verified it and found which answer was different.
Re: An Empty Vessel
I'm like 99% sure the "correct" answers on retail are not 100% static and thats why the 2 wiki's disagree in the first place.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: An Empty Vessel
Would help if I read this discussion on wikia. Definitely sounding not static.