Updated quests.lua for accurate completion - Phase 1

Post Reply
ex0r
Posts: 83
Joined: Wed Aug 29, 2012 10:08 pm

Updated quests.lua for accurate completion - Phase 1

Post by ex0r » Thu Jan 03, 2013 6:44 pm

I noticed that the Quests list on the wiki isn't accurate, and it's because quests.lua wasn't accurate. I am going to spend the next few days going through quests.lua and checking which ones are done and which ones aren't, and updating it.

So far, I have gone through bastok and have gotten it updated, and here's the patch for it.

I will apply patches for Jeuno, Sandoria and Windurst as I go through them, and will post them in this forum so stay updated.
Attachments
quests.lua.patch
(1.92 KiB) Downloaded 175 times

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Updated quests.lua for accurate completion - Phase 1

Post by whasf » Thu Jan 03, 2013 6:51 pm

Thanks, patched into r2179
Last edited by whasf on Thu Jan 03, 2013 6:55 pm, edited 1 time in total.
Reason: corrected revision number
-- Whasf

ik2012
Posts: 53
Joined: Fri Nov 16, 2012 2:03 pm

Re: Updated quests.lua for accurate completion - Phase 1

Post by ik2012 » Fri Feb 22, 2013 5:30 am

Any updates on this or was it just Bastok that was out of sync?

Metalfiiish
Developer
Posts: 176
Joined: Tue Jul 31, 2012 7:21 am

Re: Updated quests.lua for accurate completion - Phase 1

Post by Metalfiiish » Sat Feb 23, 2013 6:54 am

I know it is not just bastok for sure. I just don't have time to check them all. I fixed some myself last week for windy

ik2012
Posts: 53
Joined: Fri Nov 16, 2012 2:03 pm

Re: Updated quests.lua for accurate completion - Phase 1

Post by ik2012 » Sun Feb 24, 2013 5:24 pm

Alright, I was kind of holding off on doing more quests til this was resolved...might jump in and do some WOTG quests since they are in the .lua now

Metalfiiish
Developer
Posts: 176
Joined: Tue Jul 31, 2012 7:21 am

Re: Updated quests.lua for accurate completion - Phase 1

Post by Metalfiiish » Wed Mar 06, 2013 7:36 am

To be honest the best way to find the inconsistencies is to try and do the ones that are not finished. If you notice that it is already scripted then go set it properly in quest.lua as scripted untested.

ik2012
Posts: 53
Joined: Fri Nov 16, 2012 2:03 pm

Re: Updated quests.lua for accurate completion - Phase 1

Post by ik2012 » Thu Mar 07, 2013 2:08 am

To be clear, what symbols mark it as scripted, untested? I may have inadvertently set some of my older contributions to scripted, tested. Not at home right now to check but I assume the "- - + - -" means scripted, tested. Can't say for sure but I don't think quests.lua has any comments as to the proper usage of the symbols.

User avatar
diatanato
Developer
Posts: 112
Joined: Thu Aug 30, 2012 9:59 pm

Re: Updated quests.lua for accurate completion - Phase 1

Post by diatanato » Thu Mar 07, 2013 2:54 am

untested symbol was "-- ± --" , but now idk

Metalfiiish
Developer
Posts: 176
Joined: Tue Jul 31, 2012 7:21 am

Re: Updated quests.lua for accurate completion - Phase 1

Post by Metalfiiish » Thu Mar 07, 2013 6:45 am

Dia is right

ik2012
Posts: 53
Joined: Fri Nov 16, 2012 2:03 pm

Re: Updated quests.lua for accurate completion - Phase 1

Post by ik2012 » Thu Mar 07, 2013 5:52 pm

thanks guys!

Post Reply