Skip to content

Releases: DMCK96/acore-quest-creator

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 15:35

The first release of ACORE Quest Creator: build and script quests for your AzerothCore server, then export them as SQL, without editing database tables by hand.

What's in it

  • Quest chains on a canvas. Make new quests or bring in existing chains from your world database, and see how they connect.
  • Givers and objectives. Choose who offers and takes back a quest, and what the player must kill, use, collect or explore.
  • Quest scripting. Describe what happens around a quest as scenes: an NPC speaks on accept, a talk option gives credit, an escort walks a path.
  • Combat wizard. Design how an NPC fights, from one ability to a boss with phases, adds and health thresholds.
  • New NPCs and objects. Pick how they look, their faction and weapons; make readable books and notes, and chests with loot.
  • Quest map. Place spawns on the world map with the game's zone art, snap them to the ground and draw patrol routes.
  • Test in game. Get the GM commands to reload and try a quest on your test server.
  • Export. Review every change, then export an SQL patch or apply it to a dev database. Your live world database is only ever read.

Download

System File
Windows acore-quest-creator-0.1.0-win-x64.exe
macOS, Apple silicon acore-quest-creator-0.1.0-mac-arm64.dmg
macOS, Intel acore-quest-creator-0.1.0-mac-x64.dmg
Linux .AppImage, or the .deb for Debian and Ubuntu

The installers are not code-signed, so Windows and macOS warn you the first time you open the app. The install guide shows how to get past it.

You'll need

  • An AzerothCore world database (including the Conquest of AzerothCore fork) reachable over MySQL.
  • Optional: your server's data folder (the one holding dbc/) and your game client folder, for XP values, name search, ground heights and map imagery.

New here? Start with the guide.