1. #1

    Quest Complete Macro Not Working

    I'm attempting to make a macro that part of it should include completing a quest when I hit it. I've been trying the command /script CompleteQuest() but that doesn't seem to be working. This seems to be the only command I've been able to find. Did Blizz change something or am I missing something?

  2. #2
    Deleted
    Begins turning in a quest to a questgiver. Usable following the QUEST_PROGRESS event in which it is determined whether the player can complete the quest.

    Does not complete the quest turn-in process; after calling this function, the QUEST_COMPLETE event fires as the questgiver presents rewards (or sometimes only closure to the quest narrative); following that event, the GetQuestReward() function finishes the turn-in.
    Taken from here.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •