Skip to content

Commit

Permalink
Add support for the supplies world quest in Revendreth
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Sep 12, 2021
1 parent 9fa9701 commit 1507d45
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This addon will add "helpers" to automate certain quests or types of quests:
- "[We'll Make an Aspirant Out of You](https://www.wowhead.com/quest=59585)"
- "[A More Civilized Way](https://ptr.wowhead.com/quest=64271)"
- "[The Weight of Stone](https://www.wowhead.com/quest=64018)"
- "[Aid From Above](https://www.wowhead.com/quest=60657)"
- "[Taming the Wilderling](https://www.wowhead.com/npc=180014)"

## Feedback
Expand Down
26 changes: 25 additions & 1 deletion modules/supplies.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,31 @@ local QUESTS = {
{x=0.447420, y=0.735700, action=2},
},
},
-- TODO: there is one in Revendreth as well
[333872] = { -- spellID trigger for "Aid From Above" in Revendreth
distance = 12,
mapID = 1525, -- Revendreth
locations = {
{x=0.683944, y=0.437566, action=1}, -- the dumb gargoyle never flies over this one on the first round
{x=0.666762, y=0.438336, action=1},
{x=0.652696, y=0.439629, action=1},
{x=0.647043, y=0.456809, action=1},
{x=0.644403, y=0.481154, action=1},
{x=0.644432, y=0.513499, action=1},
{x=0.655230, y=0.537048, action=1},
{x=0.666641, y=0.548268, action=1},
{x=0.680197, y=0.547572, action=1},
{x=0.694791, y=0.541007, action=1},
{x=0.714492, y=0.544043, action=1},
{x=0.729770, y=0.541664, action=1},
{x=0.735927, y=0.529035, action=1},
{x=0.743653, y=0.514971, action=1},
{x=0.746677, y=0.490237, action=1},
{x=0.737623, y=0.476768, action=1},
{x=0.728714, y=0.463651, action=1},
{x=0.714103, y=0.451544, action=1},
{x=0.696749, y=0.441193, action=1},
},
},
}

local activeTicker
Expand Down

0 comments on commit 1507d45

Please sign in to comment.