Skip to content

Commit

Permalink
Cozy Sleeping Bag v1.2.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazminite authored Mar 3, 2024
1 parent 7e1de9d commit 9c00c12
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Versions
### 1.2.1
- Add Cozy sleeping bag route for Alliance (v1)

### 1.2.0
- Add Cozy sleeping bag route for Horde (v1)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The guides in this addon require [RestedXP's][1] base addon. RestedXP's base add

- Level 25 Collection and Turn-in Guides for Alliance
- Level 25 Turn-in Guide for the Horde
- Cozy Sleeping Bag route for Horde
- Cozy Sleeping Bag route for Alliance & Horde

## Installation
Download the latest release on [Curseforge][2].
Expand Down
2 changes: 1 addition & 1 deletion RXPGuides_Quests.toc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Title: RestedXP Quests
## Notes: In-game quest stacking
## Author: Jazminite
## Version: 1.2.0
## Version: 1.2.1

## Dependencies: RXPGuides

Expand Down
99 changes: 99 additions & 0 deletions SoD/Extras.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,102 @@
RXPGuides.RegisterGuide([[
#classic
<< Alliance
#name Cozy Sleeping Bag
#version 1
#group Quest Stacking SoD Extras
-- |cRXP_FRIENDLY_, |cRXP_ENEMY_, |cRXP_LOOT_, |cRXP_WARN_, |cRXP_PICK_, |cRXP_BUY_
-- |c99ffff99 OR|r
-- |Tinterface/worldmap/chatbubble_64grey.blp:20|tTalk
step
#completewith next
.zone Westfall >>Travel to Westfall
step
.goto Westfall,37.41,50.64
>>Click on the |cRXP_FRIENDLY_Burned-Out Remains|r at the Alexston Farmstead
.accept 79008 >>Accept ...and that note you found
step
#completewith next
.goto Westfall,56.6,52.6
.target Thor
.fly Booty Bay
step
#completewith next
.zone The Barrens >>Take the boat to The Barrens
step
.goto The Barrens,46.35,73.90
>>Click on the |cRXP_FRIENDLY_Burned-Out Remains|r at the burnt tower
.turnin 79008 >>Turn in ...and that note you found
.accept 79192 >>Accept Stepping Stones
step
#completewith next
>>Return to Ratchet
.goto The Barrens,63.0,37.2
.target Bragok
.fly Stonetalon Peak
step
.goto Stonetalon Mountains,50.09,60.81,10,0
.goto Stonetalon Mountains,50.9,52.3,10,0
>>Follow the path NE of Sun Rock Retreat
.goto Stonetalon Mountains,40.76,52.57
>>Click the |cRXP_FRIENDLY_Pocket Litter|r at the abandoned camp
.turnin 79192 >>Turn in Stepping Stones
.accept 79980 >>Accept Scramble
step
.goto Stonetalon Mountains,39.6,49.8
>>Click on the |cRXP_FRIENDLY_Mound of Dirt|r
.turnin 79980 >>Turn in Scramble
.accept 79974 >>Accept Wet Job
step << !Mage
#completewith next
>>Head back to Stonetalon Peak
.fly Auberdine
.goto Stonetalon Mountains,36.4,7.2
.target Teloren
step << !Mage
#complete with next
.zone Wetlands >>Take the boat to Wetlands
step << Mage
#completewith next
.zone Ironforge >>Teleport to Ironforge
step
#completewith next
.goto Wetlands,9.6,59.6 << !Mage
.goto Ironforge,55.6,48.0 << Mage
.fly Loch Modan
step
#completewith next
.goto Loch Modan,35.4,48.4
.target Innkeeper Hearthstove
.home >>Set your hearth at Loch Modan (Optional)
step
.goto Loch Modan,49.4,12.9
>>Click the |cRXP_FRIENDLY_Eagle Figurine|r at the top of the Loch Modan Dam
.turnin 79974 >>Turn in Wet Job
.accept 79975 >>Accept Eagle's Fist
step
#completewith next
.hs >>Hearth to Loch Modan
.goto Loch Modan,33.8,50.8
.target Thorgrum Borrelson
.fly Southshore
step
.goto Hillsbrad Foothills,87.46,47.78,5,0
>>Use the Broken Cart to climb the Thoradin Wall
.goto Arathi Highlands,22.46,24.16
>>Click the |cRXP_FRIENDLY_Messenger Bag|r
.turnin 79975 >>Turn in Eagle's Fist
.accept 79976 >>Accept This Must Be The Place
step
.goto Arathi Highlands,22.46,24.16
>>Click the |cRXP_FRIENDLY_Hastily Rolled-Up Satchel|r
.turnin 79976 >>Turn in This Must Be The Place
step
+CONGRATULATIONS!!! You should now have the |cRXP_LOOT_Cozy Sleeping Bag|r
.use 211527
]])

RXPGuides.RegisterGuide([[
#classic
<< Horde
Expand Down

0 comments on commit 9c00c12

Please sign in to comment.