View Single Post
  #6  
Old 05-07-2014, 09:52 PM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

Quote:
Originally Posted by vsab View Post
Might be worth reporting these on the Project EQ forum (http://www.peqtgc.com/phpBB3/ you want the "Quest bugs" section). Geeda.pl is expecting the wrong item (although my copy of quests is not 100% up to date). Open up Geeda.pl in notepad, find and change this:-

Code:
if($itemcount{67702} == 1) {
to this:-

Code:
if($itemcount{12183} == 1) {
And it will then work (you will need to restart that zone or issue the reload quest command, which I have forgotten :P )
I was able to fix every quest using that method. Thanx again for the great info vsab.
Reply With Quote