I compiled Mangos WotLK 3.3.5a using the most recent build last weekend. A discovered that quest 25229 (a few good gnomes) is bugged. When you accept the quest, you receive an item (ID 52566) that casts Motivate on your target. The object is to find 5 Gnomes (ID 39623) and use the item (ID 52566) to turn them into motivated gnomes (39466). The first issue was that I had no gnomes. So I created them (.npc add 39623). While on the quest, if I mouse over these newly created gnomes I see (0/5 Gnomes Motivated). So I have the right ID. If I use the item (ID 52566) to cast motivate, my 0/5 count doesn't go up. So I tried a few things -
1. Making the quest auto complete. This just changed the "?" above the quest giver blue and he still wanted motivated gnomes.
2. Removed the ReqCreatureOrGOid1(and 2) and the Count1 (and 2) making them all "0". Figured if I removed the gnomes the quest giver wanted but still have my item, the quest should complete. That didn't work.
3. Going with the theory of number 2 from above, I added a ReqItemID1 (6260) (blue dye) and Count1 (5). My thought was that I remove the required gnomes needed to complete the quest and add an item instead. I was going to put in gnomes selling just one of the item (refills after 5 minutes) that the player could buy for 1 c. But testing that theory proved it wouldn't work. I had 5 blue dye and I still couldn't complete the quest.
4. So I decided to change the verbiage of the quest. Instead of the quest saying "Gnomes found" and "Motivated gnomes brought back", I went with "Blue Dyes Obtained" but the verbiage stayed the same. Which means I'm editing the wrong info and it's using variables or code found some where else.
I am using Quice to alter the quests but double checking the changes in MySQL Workbench. The changes are being made so I seem to be greatly mistaken on how quests work or I'm just not doing something right.
Could I get a hand in looking in the right place?