Questie

Questie

116M Downloads

The Shimmering Frond quest does not appear on map after completing Timberling Seeds in Teldrassil

jaaty opened this issue ยท 0 comments

commented

Steps to Reproduce

  1. Create a new Night Elf character and log in to the game
  2. Type /questie NUKE and click Yes to clear quest db
  3. Complete all quests up to and including Timberling Seeds

Expected Behaviour

Observed Behaviour

Possible Solutions

I noticed in this commit that there were changes to the quest The Glowing Fruit that the startedType property was changed to monster, and that the value for startedType for The Shimmering Frond is object (https://github.com/AeroScripts/QuestieDev/blob/master/!Questie/Database/addendum.lua line 12388):

[866040024]={
  ['name']="The Shimmering Frond",
  ['startedType']="object",
  ['finishedType']="monster",
  ['startedBy']="Strange Fronded Plant",
  ['finishedBy']="Denalan",
  ['level']=7,
  ['questLevel']='10'
 }

It is possible that changing startedType to monster and adding Strange Fronded Plant to monsters.lua as in the earlier commit might also fix the issue with this quest.