View Single Post
  #3  
Old 05-07-2014, 11:52 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

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 )
Reply With Quote