quest system support

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

curseddemon
Noob
Noob
Posts: 4
Joined: 21 Sep 2009, 07:12
Noob?: No

Re: quest system support

#41 Post by curseddemon »

Hi, I'd like to use the quest system you guys set up but I'm really lost on what to do. Every time i read this topic over again to try and get a grasp of it i get even more confused. At this point I'm guessing this is a Dev only thing where the files aren't released to the public and you all are setting up a Quest.txt file/packets for slower people like me to config easily in a later patch. If i am wrong about that and its out already can someone guide me to where i can download/install/set up the file/packet required for this nifty system. Thank You
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: quest system support

#42 Post by kLabMouse »

curseddemon wrote:Hi, I'd like to use the quest system you guys set up but I'm really lost on what to do. Every time i read this topic over again to try and get a grasp of it i get even more confused. At this point I'm guessing this is a Dev only thing where the files aren't released to the public and you all are setting up a Quest.txt file/packets for slower people like me to config easily in a later patch. If i am wrong about that and its out already can someone guide me to where i can download/install/set up the file/packet required for this nifty system. Thank You
It's Already in current SVN version of OpenKore.
Just one note, it still can't read "Quest.txt" data file, so output is not so good as it should be.
curseddemon
Noob
Noob
Posts: 4
Joined: 21 Sep 2009, 07:12
Noob?: No

Re: quest system support

#43 Post by curseddemon »

ah ok thank you
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: quest system support

#44 Post by EternalHarvest »

New command: quest info <questID>
New tables file: quests.txt

Quests file is questid2display.txt from RO client's data.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: quest system support

#45 Post by kLabMouse »

EternalHarvest wrote:New command: quest info <questID>
New tables file: quests.txt

Quests file is questid2display.txt from RO client's data.
Please note. that quest*.txt table files, must be loaded only, if they exist.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: quest system support

#46 Post by EternalHarvest »

kLabMouse wrote:Please note. that quest*.txt table files, must be loaded only, if they exist.
Done.