View Single Post
  #14  
Old 05-10-2010, 09:43 PM
orkim
Sarnak
 
Join Date: Sep 2008
Location: -
Posts: 31
Default

I did locate a bug in my script. There is a 'ln -s ../projecteqquests .' command which should read
'ln -s ../projecteqquests quests' as the symlink made is not correct. I fixed this manually here.

Likewise, I found a command missing (from at least mine, and maybe from your script too) to make
a symlink for commands.pl in the server directory.

None of the quests worked until I manually made that symlink (in utils/defaults/commands.pl) so I must
have somehow skipped this one.

I've added it to the symtargets variable and all is well again locally.

I'm not reposting the script for the 2 fixes listed above, but these do need to be done.

Hope that helps!

-ork
Reply With Quote