Page 1 of 1

An Empty Vessel

Posted: Tue Jul 21, 2015 11:26 pm
by xipies
Found this out the hard way: DSP uses the answers found on BG wiki. FFXIclopedia has one answer different.

Re: An Empty Vessel

Posted: Wed Jul 22, 2015 4:35 am
by Delaide
I just check the lua for the answers.
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

Posted: Wed Jul 22, 2015 9:43 pm
by xipies
Yeah. That's where I verified it and found which answer was different.

Re: An Empty Vessel

Posted: Thu Jul 23, 2015 4:52 pm
by TeoTwawki
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.

Re: An Empty Vessel

Posted: Thu Jul 23, 2015 10:35 pm
by xipies
Would help if I read this discussion on wikia. :) Definitely sounding not static.