Git Product home page Git Product logo

pfquest-epoch's Introduction

pfQuest [Project Epoch DB]

An extension for pfQuest-wotlk which adds support for Project Epoch. The latest version of pfQuest-wotlk is required and only enUS-Gameclients are supported at the time.

Installation

  1. Download Latest Version
  2. Unpack the Zip file
  3. Rename the folder "pfQuest-epoch-master" to "pfQuest-epoch"
  4. Copy "pfQuest-epoch" into Wow-Directory\Interface\AddOns
  5. Restart Wow

Contribute

The database format in use, is similar to the existing pfQuest databases. You might want to also look into the "pfQuest-tbc" databases to learn how entries could be removed or manipulated.

Demo quest commit: Do Slavers Keep Records?

If you wish to add more content, feel free to contribute and send Pull Requests.

Useful Macros

Your Current Cords: /script SetMapToCurrentZone() local x,y=GetPlayerMapPosition("player") DEFAULT_CHAT_FRAME:AddMessage(format("%s, %s: %.1f, %.1f",GetZoneText(),GetSubZoneText(),x*100,y*100)) Zone IDs

Targeted Unit Information: /run local guid = UnitGUID("target"); local npcId = tonumber(string.sub(guid, 8, 12), 16); local npcName = UnitName("target"); print("NPC ID:", npcId, "NPC Name:", npcName)

Selected QuestLog Data: /run local t, l, _, _, _, _, _, _, i = GetQuestLogTitle(GetQuestLogSelection()); print("\nID:"..i.."\nLevel:"..l.."\n[\"T\"] "..t.."\n[\"O\"] "..QuestInfoObjectivesText:GetText().."\n[\"D\"] "..QuestInfoDescriptionText:GetText())

Hover Over Item ID: /run local _, link = GameTooltip:GetItem(); if link then local itemID = tonumber(link:match("item:(%d+):")); if itemID then print("Item ID:", itemID) end end

Object ID: No Possible way to get this info currently

Detailed list of what each section is: Bennylavaa#4

Progress

Alliance Zones

Zone Level Alliance Horde
Dun Morogh 1-10
  • Done
  • Done
Elwynn Forest 1-10
  • Done
  • Done
Teldrassil 1-10
  • Done
  • Done
Darkshore 10-20
  • Done
  • Done
Loch Modan 10-20
  • Done
  • Done
Westfall 10-20
  • Done
  • Done

Horde Zones

Zone Level Alliance Horde
Durotar 1-10
  • Done
  • Done
Mulgore 1-10
  • Done
  • Done
Tirisfal Glades 1-10
  • Done
  • Done
Silverpine Forest 10-20
  • Done
  • Done
Barrens 10-25
  • Done
  • Done

Contested Zones

Zone Level Alliance Horde
Redridge Mountains 15-27
  • Done
  • Done
Stonetalon Mountains 15-27
  • Done
  • Done
Ashenvale 18-30
  • Done
  • Done
Duskwood 18-30
  • Done
  • Done
Hillsbrad Foothills 20-30
  • Done
  • Done
Wetlands 20-30
  • Done
  • Done
Thousand Needles 25-35
  • Done
  • Done
Alterac Mountains 30-40
  • Done
  • Done
Arathi Highlands 30-40
  • Done
  • Done
Desolace 30-40
  • Done
  • Done
Stranglethorn Vale 30-45
  • Done
  • Done
Dustwallow Marsh 35-45
  • Done
  • Done
Badlands 35-45
  • Done
  • Done
Swamp of Sorrows 35-45
  • Done
  • Done
Feralas 40-50
  • Done
  • Done
Hinterlands 40-50
  • Done
  • Done
Tanaris 40-50
  • Done
  • Done
Searing Gorge 45-50
  • Done
  • Done
Azshara 45-55
  • Done
  • Done
Blasted Lands 45-55
  • Done
  • Done
Un'goro Crater 48-55
  • Done
  • Done
Felwood 48-55
  • Done
  • Done
Burning Steppes 50-58
  • Done
  • Done
Western Plaguelands 51-58
  • Done
  • Done
Eastern Plaguelands 53-60
  • Done
  • Done
Winterspring 53-60
  • Done
  • Done
Deadwind Pass 55-60
  • Done
  • Done
Moonglade 55-60
  • Done
  • Done
Silithus 55-60
  • Done
  • Done

pfquest-epoch's People

Contributors

tkexalia avatar bennylavaa avatar skmd0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.