unwelcome_guests.lua 330 B

12345678910
  1. -- Where's the header, chumps?
  2. function Init(Quest)
  3. AddQuestStepSpell(Quest, 1, "I need to capture five shrumblers from the Dyer Mycoria Geminariums.", 5, 100, "I need to capture five shrumblers from the Dyer Mycoria Geminariums.", 172, 1)
  4. AddQuestStepCompleteAction(Quest, 1, "Step1_Complete_ReleasedShrumblers")
  5. end