Skip to content

Commit

Permalink
Merge pull request Ludovicus-Maior#2614 from Cagomei/Z-tag-updates-pa…
Browse files Browse the repository at this point in the history
…rt-6

1/3/24
  • Loading branch information
Ludovicus-Maior authored Jan 3, 2024
2 parents af51b3a + e09cd67 commit 328b2a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions WoWPro_Leveling/Alliance/WOTLK_Intro.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local guide = WoWPro:RegisterGuide("wotlkintro", "Leveling", "Stormwind City", "Elidion", "Alliance")
local guide = WoWPro:RegisterGuide("wotlkintro", "Leveling", "Dalaran City@Dalaran!Crystalsong Forest", "Elidion", "Alliance")
WoWPro:GuideLevels(guide, 10, 60, 10)
WoWPro:GuideSort(guide, 1)
WoWPro:GuideContent(guide, "Wrath of the Lich King")
Expand All @@ -10,11 +10,11 @@ WoWPro:GuideSteps(guide, function()
return
[[
N It's Chromie Time!|AVAILABLE|62567|M|62.25,29.93|Z|84;Stormwind City|JUMP|Chromie Time|S!US|N|You can now accept Chromie's Call at the Hero's Call board in Stormwind. This will allow you to choose which expansion you want to level in and scale the content to your level.\n\nYou're free to continue your current guide by skipping this and continuing on, but it won't continue to scale. If you want to enable Chromie Time, click the guide button next to this frame to direct you to Chromie in Stormwind!|LVL|-60|CT|
A To Northrend!|QID|60096|M|56.26,17.31|N|From Chromie after activating Wrath of the Lich King timeline.|
A To Northrend!|QID|60096|M|56.26,17.31|Z|84;Stormwind City|N|From Chromie after activating Wrath of the Lich King timeline.|
N Choose Borean Tundra|QID|99999|M|56.26,17.31|JUMP|Borean Tundra|S|N|Easiest to get to for most, you can hop on a boat in Stormwind Harbor.|
N Choose Howling Fjord|QID|99999|M|56.26,17.31|JUMP|Howling Fjord|S|N|A little bit trickier, you need to travel to Menethil Harbor in Wetlands to take the boat here.|
N Make your choice|QID|99999|M|56.26,17.31|N|In Wrath of Lich King there are 2 starting zone, you can choose which you want to go to.|
N Choose Borean Tundra|QID|99999|M|56.26,17.31|Z|84;Stormwind City|JUMP|Borean Tundra|S|N|Easiest to get to for most, you can hop on a boat in Stormwind Harbor.|
N Choose Howling Fjord|QID|99999|M|56.26,17.31|Z|84;Stormwind City|JUMP|Howling Fjord|S|N|A little bit trickier, you need to travel to Menethil Harbor in Wetlands to take the boat here.|
N Make your choice|QID|99999|M|56.26,17.31|Z|84;Stormwind City|N|In Wrath of Lich King there are 2 starting zone, you can choose which you want to go to.|
]]
end)
6 changes: 3 additions & 3 deletions WoWPro_Leveling/Neutral/LEGION_Order_Hall_Evoker.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
local guide = WoWPro:RegisterGuide('CagLegionEvoker', 'Leveling', 'Dalaran', 'WoWPro Team', 'Neutral')
WoWPro:GuideLevels(guide, 10, 50, 10)
local guide = WoWPro:RegisterGuide('CagLegionEvoker', 'Leveling', 'Dalaran!Broken Isles', 'WoWPro Team', 'Neutral')
WoWPro:GuideLevels(guide, 60, 60, 60)
WoWPro:GuideSort(guide, 3)
WoWPro:GuideContent(guide, "Legion")
WoWPro:GuideName(guide, 'Evoker: Order Hall')
WoWPro:GuideNickname(guide, "Evoker: Order Hall")
WoWPro:GuideClassSpecific(guide,"Evoker")
WoWPro:GuideNextGuide(guide, "Legion: Guide Hub")
WoWPro:GuideClassSpecific(guide,"Evoker")
WoWPro:GuideSteps(guide, function()
return [[
Expand Down

0 comments on commit 328b2a4

Please sign in to comment.