View Single Post
Old 08-17-2003, 08:10 PM   #8
Yui Unifex
Senior Member
 
Join Date: Apr 2002
Location: Florida
Posts: 323
Yui Unifex is on a distinguished road
Send a message via ICQ to Yui Unifex Send a message via AIM to Yui Unifex
Question

Yeah, startup is indeed screwed up. You need to mkdir QUESTplr, QUESTlog, and QUESTrmsave. Then you need to edit the Makefile and change the line:
OUT_FILE = QUESTtest

To:
OUT_FILE = QUESTexecutable

Then edit QUESTarea/area.lst and move the areas 'ys.are' and 'food.are' above 'dcity.are'. The file should look something like this when you're done:
help.are
limbo.are
stdeq.are
food.are
ys.are
dcity.are
random.are
elfforst.are
celemir.are
outscele.are
$

Then it should work.
Yui Unifex is offline   Reply With Quote