PlayerMadeQuests (PMQ)

PlayerMadeQuests (PMQ)

8.5k Downloads

Freshen up demo quests

dolphinspired opened this issue ยท 1 comments

commented

Would like to write a new series of demo quests that show off more of the features of the addon. Would also be nice to add a filter to the Demo Quests menu to only show quests for your faction.

We need quests that show off the following things:

  • quest name, description, and completion text
  • kill objective
    • kill 1 thing
    • kill x things
    • kill x things with custom display text
  • talkto objective
    • talkto an NPC
    • talkto multiple of the same NPC
    • talkto NPC(s) with custom display text
  • emote
    • use an emote (without a target)
    • use an emote on an NPC
    • use an emote on multiples of the same NPC
    • use an emote on NPC(s) with custom display text
  • explore
    • explore a subzone within a zone
    • explore coordinates within a zone (or subzone)
  • start/complete objectives
    • start/complete a quest by targeting an NPC
    • start/complete a quest by being in a certain subzone within a zone
    • start/complete a quest by being within certain coordinates in a zone

Other requirements:

  • Each quest should have an equivalent version for both Alliance and Horde. These quests should center around the starting areas and major cities for each faction (keep enemies around level 5 or so)
  • Quests should be quick to complete (don't spread it across the entire zone) so players can try them out quickly
  • Quests should be added to DemoQuestDB. Feel free to overwrite whatever's there. Put all of the quest information in the "script" except for the quest name, which needs to be in parameters (for now, probably gonna change that soon)
commented

Resolved by 0cf53c6