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 )