LATEST NEWS

Using the WoW-Pro Recorder

img
Oct
25


In this guide, I’ll go over how to use the WoW-Pro Recorder to help you write leveling guides. The Recorder is awesome both for writing addon guides, AND for writing paper guides – the pseudo-code is very simple and works GREAT for an outline for your paper guide, and has all the information you’ll need including coordinates, quest IDs, and NPC names!

Coming Soon: The Recorder will soon have the ability to add notes to quests, add custom steps, and delete steps on the fly, but right now all it can do is record automated steps. I’ll post comments on this guide, as well as update the guide, when the new features are added to the recorder.


Table of Contents


 

  1. Downloading the Recorder
  2. Creating a New Guide
  3. Editing an Existing Guide
  4. Recording
  5. Saving Your Work
  6. Working With the File
  7. Submitting Your Work
  8. Frequently Asked Questions
  9. Comments


Downloading the Recorder


To get started, you’ll need to download the guide recorder. There are versions available on Curse and WoW Interface, but I’ve got a handy link here that includes:

  • The In-Dev (most up to date) version of the WoW-Pro Addon
  • The most current guides
  • WoW-Pro Recorder

Download here.

Unzip the file into your beta addons folder. You should have eight separate folders:

  • WoWPro
  • WoWPro_Achievements
  • WoWPro_Dailies
  • WoWPro_Leveling
  • WoWPro_Profession
  • WoWPro_Recorder (disabled by default)
  • WoWPro_Utilities (not an addon)
  • WoWPro_WorldEvents

Everything should be ready to go – fire up the client and log in!
By default WoWPro_Recorder is disabled, so you need to enable it in your addons list for each character you will use it on.

[Back to top]


Creating a New Guide


If you’d like to append a guide that’s already been created, skip to the Editing an Existing Guide section below.

To create a new guide, simply click on the « new » button. It’s toward the right side of the Recorder’s bar, and it looks like a piece of blank paper.

This will bring up a dialog box asking what type of guide you’d like to create. For now, we only have one type, and that’s Leveling! Select it.

This will being up a new window. Now, some of these fields will be automatically filled out. I need to make this very very clear:

YOU HAVE TO HIT « ENTER » FOR EVERY SINGLE FIELD EVEN IF IT’S ALREADY FILLED OUT!

I plan to fix this in the future but for now please just hit enter in each field. Sorries!

Note that the stuff you put in these fields isn’t really that important, and can always be edited later.

Once all of the fields are filled out, just hit « Register Guide ». If you did it correctly, your guide window will change to a mostly blank guide with one step, called « First Step ». If it doesn’t change, it means you didn’t hit enter for every field – try going through them all again.

Now that you have a new guide, you can start recording! Skip to the Recording section below.

[Back to top]


Editing an Existing Guide


If you want to add to one of the guides that’s already included in the addon, OR if you have saved a guide using the recorder and would like to edit it, this section will explain how to do that.

All you need to do is open up the guide you want from the guide list, just as you would if you wanted to play it! Don’t worry if it’s already completed – if the recorder is enabled, the addon doesn’t automatically ask if you want to go to the next guide.

Note: Guides saved with the recorder currently aren’t displayed on the guide list. Instead, you can access them by clicking the « Open Guide » button (it looks like a folder). This will open a dialog where you can select the guide you want to edit. This list will contain ALL guides, both those in the WoWPro_Leveling folder, and those you’ve saved using the Recorder.

[Back to top]


Recording


First of all – the recorder is set to « REC » or record, by default. You can use the record (circle) and stop (square) buttons to toggle between recording and not recording. This can be useful in several situations. Say for example you take a break to do an instance – you can stop recording during the instance so instance quests aren’t tracked. Similarly, if you for example need to abandon and re-accept a quest, you can stop the recorder so the second accept step isn’t tracked.

Once you have the guide you want loaded and the recorder is set to « REC », you really don’t have to do anything – just play the game! It can be useful, however, to keep in mind the things that the guide recorder records.

    • Accept steps:
      • Quest Name
      • Quest ID
      • Location (including zone if it’s different from the title zone)
      • Quest giver name (if you have them targeted)
    • Complete steps:
      • Quest Name
      • Quest ID
      • Location of the LAST place you completed a quest objective
      • Use items for the quest
    • Turn-In steps:
      • Quest Name
      • Quest ID
      • Location (including zone if it’s different from the title zone)
      • Quest giver name (if you have them targeted)
    • Get Flight Path Steps:
      • Location as the title
      • Quest ID of the last quest you accepted
      • Location (including zone if it’s different from the title zone)
      • Flight master name (if you have them targeted)
    • Set Hearth Steps:
      • Location as the title
      • Quest ID of the last quest you accepted
      • Location (including zone if it’s different from the title zone)
      • Innkeeper name (if you have them targeted)
    • Level Up Steps:
      • Your level as the title
      • Quest ID of the last quest you accepted

If you make a mistake while recording, you can delete the last step recorded by using the minus (-) button.

I recommend recording while in scroll mode. This will allow you to see what you are recording. You’ll note that the bottom step will be highlighted – this is the active recorder step. New steps will be placed AFTER this step. This is also the step that will be edited when using the edit or delete buttons.

To change steps, simply left-click on a different step! You can also right-click a step to open a small menu. With this menu, you can move the step up, down, or clone it.

You can add new steps by clicking the « Add Step » button – it looks like a plus (+) sign. You can choose to have the recorder automatically fill in information from one of your quests, or you can fill everything in for a step from scratch.

You can also edit the selected step by clicking the « Edit Step » button – it looks like a pencil.

Now that you know how to record, you need to know what to do with the data you are gathering.


Saving Your Work


Though the recorder does save your work automatically when a new step is added, it’s still wise to save it manually, and often! That’s because when WoW closes unexpectedly, it doesn’t always save it’s saved variables, and your data may be lost!

You can save your work at any time by clicking on the save button. It’s on the far right of the Recorder’s bar, and it looks like a little disk.

Clicking this button does two things.

FIRST: It will save your data in the WTF file. When you quit and log back in, your guide will be loaded and you can select it at the bottom of the guide list. Note that the guide is also automatically saved every time a new step is added.

SECOND: It will open a dialog box which contains the code for your guide. This is how you will submit your guide, and also the best way to manually save to make sure you don’t lose your work – just copy/paste the stuff in the box into a text file and save it. You can also use this to work with your guide to fill it out, change the order, and more – we’ll cover that later in the Working With the File section. For now, just know that you can safely close this box without doing anything to it if you want to.

Just hit that save button often and you’ll be okay, I’ll try to get an auto-save feature enabled soon!

[Back to top]


Working With the File


Note that with the advanced features recently added to the recorder, it’s no longer necessary to work directly with the file. Reading this section still may give you some insight into how the files work, though, which can be useful.

If you would like to do a bit more advanced work with the guide file, please read this section. No coding knowledge of any sort is needed – the guide files are written in pseudo-code and they are very easy to understand once you have a key.

First of all, open up your favorite simple text editor. I prefer Notepad++, it’s a WONDERFUL editor with lots of very nice features.

Open up a new text file. Now, hit the save button on the recorder to bring up the code for your guide. Select all (Ctrl+A for PC users) and copy (Ctrl+C for PC users). Paste your code into your new file.

You should see something that looks similar to this:

A Clear the High Road|QID|24504|M|31.42,13.32|N|From Nura Pathfinder.|
f Hunter's Hill|QID|24504|M|39.75,20.18|N|At Unega.|
h Hunter's Hill|QID|24504|M|39.30,20.05|N|At Innkeeper Hurnahet.|
C Clear the High Road|QID|24504|M|35.93,15.58|
L Level 30|QID|24504|N|You should be around level 30 by this point|
T Clear the High Road|QID|24504|M|37.36,16.70|N|To Tunawa Stillwind.|

 

First, I’ll explain how to read this stuff and what it means. Then, I’ll tell you how you can improve your guide file’s code to make it even better!

Anatomy of a guide step:
Each step is only ONE LINE of code. A new line means a new step to the addon.

Step Type:

    • The first letter that you see all by it self at the beginning of the line is the step type. Every step has a step type. These are the types of steps that the addon can process:
      • A = “Accept”
      • C = “Complete”
      • T = “Turn in”
      • K = “Kill”
      • R = “Run to”
      • H = “Hearth to”
      • h = “Set hearth to”
      • F = “Fly to”
      • f = “Get flight path for”
      • N = “Note:”
      • B = “Buy”
      • b = “Boat or Zeppelin”
      • U = “Use”
      • L = “Level”
      • r = “Repair/Restock”
    The Recorder only automatically creates A, C, T, h, f, and L type steps. If you want the guide to have other types of steps, you’ll need to add them in yourself.

 

Step Name:

    The step name is the word or set of words that follows the step type. This is often a quest name, but is sometimes a location or other short descriptor for the step. The addon knows when the step name ends based on the | symbol.

 

Tags:

    • The rest of the step is defined by tags. Tags basically either flag the step for a special function, or feed a piece of information to the addon. The most common tags are map tags, note tags, and quest ID tags. There are a LOT more tags, too, but I won’t cover them all here.
      • |QID|24504| = Tags the step as being tied to quest #24504. EVERY step must have a quest ID!
      • |M|37.36,16.70| = Tells TomTom where to map it’s arrow to.
      • |N|To Tunawa Stillwind.| = Displays “To Tunawa Stillwind” as a note for this step. These should be limited to one or two sentences – we want to minimize reading as much as possible!

 

This covers the basics of the pseudo-code. It would be really awesome if people wanted to improve their guide file code before submitting it, since it’s pretty bare-bones otherwise. However, some guide code is MUCH better than no guide code, so if you don’t feel comfortable doing this, don’t worry about it!

If you’d like to learn more about the pseudo-code and how to use it, check out the addon’s documentation page!

[Back to top]


Submitting your work


So now you’ve got some stuff recorded – maybe you even edited the code to make it a bit nicer. What do you do with it?

Well, lucky you, it’s really easy to submit your code to the addon! All you have to do is make a comment on this page containing your copy/pasted code! Be sure to disable rich text and set the input format to bbcode so the line break don’t get wrapped. I’ll look it over, and if it seems sound, I’ll put it into the addon!

Remember that not only are we trying to get a lot of addon guides done, we also want to make more « paper » guides – guides here on our website. If you’d like to make a paper guide based on your (or someone else’s) recorded guide, go ahead! You already have most of the information you need for your guide at your fingertips – all you need are maps and screenshots. The recorder file makes a very nice outline, as well, with steps that can be easily moved around to make the best questing route.

[Back to top]


Frequently Asked Questions


Register Guide doesn’t seem to do anything – I don’t see my guide being recorded! Is the addon broken?

    No – you probably didn’t hit enter for every single field. Go through them and try hitting enter for each.

My guide won’t save, what’s going on? I’m getting lua errors when I try to save!

    In all liklihood, you didn’t actually make a new guide and instead tried to record on the « Nil Guide » – the « No guide is currently loaded » guide. This will indeed produce errors. Make sure you click that « New Guide » button before starting!

I was testing a guide, and when I got to the end, it started repeating! What happened?

    You probably accidentally had REC on while you were testing! Don’t worry – the Recorder can’t actually modify any of the files included with the leveling addon, so the double steps won’t be saved over the real guide. However you WILL need to delete your WTF file for the Recorder before you can access the original guide. Make sure to back up your work first!

Please let me know if you have any questions about this process, either by PM or by comment!

[Back to top]

  • img
    Capau
    Nov 21, 2023 @ 14:10 pm

    local guide = WoWPro:RegisterGuide(‘Gnome_Heritage_Armor’, ‘Achievements’, ‘Ironforge’, ‘Capau’, ‘Alliance’)
    WoWPro:GuideName(guide,”Gnome Heritage Armor”)
    WoWPro:GuideLevels(guide,60, 70)
    WoWPro.Achievements:GuideMisc(guide, “Night_Elf_Heritage_Armor”, “Heritage Armor”, “Dragonflight”)
    WoWPro:GuideSteps(guide, function()
    return [[
    T Shifting Gears|QID|54402|M|41.95,31.46|Z|469|N|To Captain Tread Sparknozzle.|
    A Gnomeregan’s Finest|QID|54576|PRE|54402|M|41.95,31.46|Z|469|N|From Captain Tread Sparknozzle.|
    C Gnomeregan’s Finest|QID|54576|M|38.12,34.08|Z|469|QO|2|CHAT|N|Speak with Fizzi Tinkerbow.|
    C Gnomeregan’s Finest|QID|54576|M|40.38,37.88|Z|469|QO|3|CHAT|N|Speak with Cog Captain Winklespring.|
    C Gnomeregan’s Finest|QID|54576|M|38.08,38.86|Z|469|QO|1|CHAT|N|Speak with Emaedi Autoblast.|
    T Gnomeregan’s Finest|QID|54576|M|41.68,31.93|Z|469|N|To Captain Tread Sparknozzle.|
    A Shadowed Halls and Dusty Cogs|QID|54577|PRE|54576|M|41.68,31.93|Z|469|N|From Captain Tread Sparknozzle.|
    R New Tinkertown|ACTIVE|54577|M|32.63,36.95|Z|New Tinkertown|N|Make your way to the New Tinkertown.|
    R Train Depot|ACTIVE|54577|M|54.50,23.13|Z|New Tinkertown|N|Make your way to the Train Depot.|
    P Workshop Entrance|ACTIVE|54577|M|45.30,13.90|Z|New Tinkertown|N|Take the portal to Workshop Entrance.|
    C Shadowed Halls and Dusty Cogs|QID|54577|M|85.00,60.19|Z|1380|QO|1|NC|N|Enter Gnomeregan through the Workshop Entrance.|
    A Shadowed Halls and Dusty Cogs|QID|54577|M|72.23,73.51|Z|1380|
    A Shadowed Halls and Dusty Cogs|QID|54577|M|72.23,73.51|Z|1380|
    C Shadowed Halls and Dusty Cogs|QID|54577|M|36.05,73.47|Z|1380|QO|2|NC|N|Prototype Arcane Engine.|
    T Shadowed Halls and Dusty Cogs|QID|54577|M|41.57,31.65|Z|469|N|To Captain Tread Sparknozzle.|
    A A Tundra Conundrum|QID|54580|PRE|54577|M|41.57,31.65|Z|469|N|From Captain Tread Sparknozzle.|
    T A Tundra Conundrum|QID|54580|M|55.33,18.90|Z|114|N|To Cog Captain Winklespring.|
    A Now With More Mechanical Fowl|QID|54581|PRE|54580|M|55.35,18.92|Z|114|N|From Fizzi Tinkerbow.|
    R West Point Station|ACTIVE|54581|M|60.69,20.08|Z|Borean Tundra|N|Make your way to the West Point Station.|
    C Now With More Mechanical Fowl|QID|54581|M|63.03,19.19|Z|114|QO|1|N|Ironbound Brute slain.|
    T Now With More Mechanical Fowl|QID|54581|M|63.03,19.19|Z|114|
    A Smarter Than Your Average Trogg|QID|54582|PRE|54581|M|63.03,19.19|Z|114|
    C Smarter Than Your Average Trogg|QID|54582|M|64.55,23.22|Z|114|QO|1|N|Krugg the Smart slain.|
    C Smarter Than Your Average Trogg|QID|54582|M|64.55,23.22|Z|114|QO|2|NC|N|Broken Communication Device.|
    T Smarter Than Your Average Trogg|QID|54582|M|55.38,19.02|Z|114|N|To Fizzi Tinkerbow.|
    A The Gnome Behind the Trogg|QID|54579|PRE|54582|M|55.38,19.02|Z|114|N|From Fizzi Tinkerbow.|
    C The Gnome Behind the Trogg|QID|54579|M|55.29,18.95|Z|114|QO|1|NC|N|RCV Control Switch.|
    T The Gnome Behind the Trogg|QID|54579|M|55.28,18.93|Z|114|N|To Fizzi Tinkerbow.|
    A A Signal in Storm Peaks|QID|54639|PRE|54579|M|55.28,18.93|Z|114|N|From Fizzi Tinkerbow.|
    C A Signal in Storm Peaks|QID|54639|M|55.18,18.82|Z|114|QO|1|NC|N|Jump in the First Squadron Prototype.|
    C A Signal in Storm Peaks|QID|54639|M|37.49,60.26|Z|120|QO|2|NC|N|Reach the signal point.|
    T A Signal in Storm Peaks|QID|54639|M|37.56,60.24|Z|120|N|To Cog Captain Winklespring.|
    A Gnomercy!|QID|54640|PRE|54639|M|37.56,60.24|Z|120|N|From Cog Captain Winklespring.|
    N Gnomercy |QID|54640|M|37.44,60.49|Z|120|QO|1|NC|N|This Quest is bugged! Spam right click the Assault Tank to get in before it is at max size.
    C Gnomercy!|QID|54640|M|37.44,60.49|Z|120|QO|1|NC|N|De-Shrinkify the Assault Tank.|
    C Gnomercy!|QID|54640|M|37.71,59.98|Z|120|QO|2|NC|N|Commandeer the Assault Tank.|
    C Gnomercy!|QID|54640|M|37.88,58.77|Z|120|QO|3|N|Ironbound Invader slain.|
    T Gnomercy!|QID|54640|M|56.17,51.40|Z|120|N|To Cog Captain Winklespring.|
    A Operation: Troggageddon|QID|54850|PRE|54640|M|56.17,51.40|Z|120|N|From Cog Captain Winklespring.|
    C Operation: Troggageddon|QID|54850|M|56.19,51.52|Z|120|QO|1|NC|N|Jump in the First Squadron Prototype.|
    C Operation: Troggageddon|QID|54850|M|41.77,37.55|Z|120|QO|2|N|Defeat Sparkspanner’s Army (100%).|
    T Operation: Troggageddon|QID|54850|M|41.68,32.68|Z|120|
    A For Gnomeregan!|QID|54641|PRE|54850|M|45.15,26.18|Z|120|N|From Cog Captain Winklespring. He is sitting in front of you in the Aircraft|
    C For Gnomeregan!|QID|54641|M|39.45,26.91|Z|120|QO|1|NC|N|Enter the Halls of Stone.|
    C For Gnomeregan!|QID|54641|M|49.50,15.06|Z|1375|QO|2|N|Smasher X900 slain.|
    T For Gnomeregan!|QID|54641|M|49.95,13.07|Z|1375|N|To Cog Captain Winklespring.|
    A G.E.A.R. Up|QID|54642|PRE|54641|M|49.95,13.07|Z|1375|N|From Cog Captain Winklespring.|
    T G.E.A.R. Up|QID|54642|M|41.91,31.71|Z|469;New Tinkertown|N|To Captain Tread Sparknozzle.|
    ]]

    end)

  • img
    Aug 27, 2018 @ 22:50 pm

    Re: Help Getting Recorder to Work – PLEASESorry about that.  That link is horribly outdated.Please head out to the WoWPro discord and we can get you setup on using the recorder.

  • img
    CommanderMom
    Aug 23, 2018 @ 0:01 am

    Help Getting Recorder to Work – PLEASEI have downloaded the recorder using the link you provided above. I couldn’t find anything on Curse, and WoW Interface had the same version.  I have used the WoW-Pro guides for years, and I have some ideas for new ones that I may or may not share depending on if my ideas develop into something actually useful.I cannot, however, get the recorder to work.  It throws a lot of LUA errors.  When I try to open a guide, it will let me pick from a list, but only shows “no guide loaded.”  Some of the other options will bring up boxes, but the result of trying to do anything is either nothing happening or a LUA error.I was hoping to start with one of the leveling guides and create an achievement one.  I had planned to use Notepadd++ to remove steps and adding things and then open it in the game.Is there a newer version of this recorder?  Is there a better place to have questions answered and/or see discussions around using the recorder?Thanks! –CM

  • img
    May 21, 2017 @ 20:10 pm

    WoWPro_RecorderHow do i get an actual version of the WoWPro_Recorder? It seems, that the download above is outdated…. Found the GitHub Archiv, but do i have to download every single file?

  • img
    miharuchan
    Apr 22, 2013 @ 12:48 pm

    got a lua error  1x WoWPro_Recorder-1.2.0WoWPro_Recorder_Frames.lua:1285: attempt to index field “AnchorFrame” (a nil value)WoWPro_Recorder-1.2.0WoWPro_Recorder_Frames.lua:1285: in function “CustomizeFrames”WoWPro_RecorderWoWPro_Recorder-1.2.0.lua:32: in function <WoWPro_RecorderWoWPro_Recorder.lua:19>(tail call): ?<in C code><string>:”safecall Dispatcher[1]”:9: in function <string>:”safecall Dispatcher[1]”:5(tail call): ?Skillet-2.42LibsAceAddon-3.0AceAddon-3.0-11.lua:543: in function <SkilletLibsAceAddon-3.0AceAddon-3.0.lua:536>(tail call): ?WoWProWoWPro-2.5.0.lua:288: in function <WoWProWoWPro.lua:260>(tail call): ?<in C code><string>:”safecall Dispatcher[1]”:9: in function <string>:”safecall Dispatcher[1]”:5Skillet-2.42LibsAceAddon-3.0AceAddon-3.0-11.lua:543: in function “EnableAddon”Skillet-2.42LibsAceAddon-3.0AceAddon-3.0-11.lua:636: in function <SkilletLibsAceAddon-3.0AceAddon-3.0.lua:621><in C code>FrameXMLUIParent.lua:301: in function “UIParentLoadAddOn”FrameXMLUIParent.lua:375: in function “TimeManager_LoadUI”FrameXMLUIParent.lua:713: in function <FrameXMLUIParent.lua:678> Locals:nil 

  • img
    Nov 16, 2012 @ 18:51 pm

    recorderI had come to the conclusion also that it just doesnt work with a ‘dailies’ guide. (dispite that being one of the options when creating a new guide)  but I am having issues with guides registered as leveling also.I have been doing the dailies with two characters.  The first one does the quest with recorder on and creating a guide registered as leveling, then I copy the steps (using the save button) into the actual dailies guide that I then run thru with the 2nd character.  At least that is my theoretical plan,  it only works part of the time, usually I cant “save” the guide.  Either, when I click on save, the box doesnt open to copy it out of or sometimes only the first few steps will be there (up until I got the first error message, which unfortuantly usually happens upon accepting the first or second quest).It also creates screen artifacts of the steps, at first I thought it was creating multiple copies of the steps.  But at some point I moved the frame and the “extra” steps stayed in the same place, while the guide moved.  This behavior began towards the end of beta, but I didn’t notice it was screen artifacts until just this week.  I remember previously trying to delete them and nothing would happen, and they didnt show up when you saved, so I should have suspected it earlier.

  • img
    Nov 16, 2012 @ 11:03 am

    Re: recorder errorsOK.  Will take a  look at this.  I suspect that it was designed with the leveling module in mind and needs some for TLC.

  • img
    Nov 15, 2012 @ 3:53 am

    recorder errorsOK, not sure where I should post this, Im afraid it will get lost here, but this seems like a better place for it?Basically, just about everything I do causes an error. Here is a sample for today, with minimal addons loaded.Error occured upon accepting first quest into existing guide created with the recorder a couple of days ago.note, the PRE tag stuff is NOT something I put in, I don’t know why its here?Date: 2012-11-14 18:35:24ID: 1Error occured in: GlobalCount: 1Message: ..AddOnsWoWPro_RecorderWoWPro_Recorder.lua line 342:   attempt to concatenate field ‘?’ (a nil value)Debug:   WoWPro_RecorderWoWPro_Recorder.lua:342: SaveGuide()   WoWPro_RecorderWoWPro_Recorder.lua:300: AddStep()   WoWPro_RecorderWoWPro_Recorder.lua:174:      WoWPro_RecorderWoWPro_Recorder.lua:93Locals:self = <table> { SetDefaultModuleLibraries = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:383 CreateRecorderFrame = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder_Frames.lua:18 OnInitialize = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder.lua:12 NewModule = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:256 stepInfo = <table> { } EnableModule = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:348 modules = <table> { } GetModule = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:231 IterateEmbeds = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:458 RegisterSavedGuides = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder.lua:50 defaultModuleLibraries = <table> { } RowDropdownMenu = <table> { } SelectedStep = 30 GetName = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:300 RowUpdate = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder.lua:229 name = “WoWPro_Recorder” SaveGuide = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder.lua:315 IsEnabled = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:467 orderedModules = <table> { } DisableModule = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:366 lastStep = 30336 SetEnabledState = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:440 RemoveStep = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder.lua:303 AddStep = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder.lua:289 IsModule = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:238 FramesLoaded = true SetDefaultModuleState = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:403 status = “REC” CreateDialogs = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder_Frames.lua:1378 OnDisable = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder.lua:39 baseName = “WoWPro_Recorder” enabledState = true CustomizeFrames = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder_Frames.lua:1346 CurrentGuide = <table> { } RowLeftClick = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder.lua:284 Enable = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:315 RegisterEvents = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder.lua:85 SetDefaultModulePrototype = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:425 IterateModules = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:453 events = <table> { } RegisterGuide = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder.lua:68 OnEnable = <function> defined @InterfaceAddOnsWoWPro_RecorderWoWPro_Recorder.lua:19 moduleName = “Recorder” defaultModuleState = true Disable = <function> defined @InterfaceAddOnsBartender4libsAceAddon-3.0AceAddon-3.0.lua:330}window = nilGID = “test”header = “WoWPro.Leveling:RegisterGuide(‘test’, ‘Valley of the Four Winds’, ‘Salanaria’, ’90’, ’90’, ‘test’, ‘Horde’, function() return [[“sequence = “T The “Jinyu Princess” Irrigation System|QID|31936|PREable: 0000000025B5AAB0|M|52.20,48.86|To Farmer Yoon.|C A Gift For Gina|QID|30479|PRE|30257|M|41.98,41.92; 45.97,78.98; 37.36,36.98|A A Blue Feather for Chee Chee|QID|99999|O|M|34.44,46.814|C You Have to Burn the Ropes|QID|30327|PRE|30257|M|30.67,44.43|C The Kunzen Hunter-Chief|QID|30336|PRE|30257|M|30.47,46.43|A A Ruby Shard for Haohan|QID|30409|PREable: 00000000247991C0|M|44.56,34.07|C Fatty Goatsteak|QID|30332|PRE|30257|M|30.12,44.69|T A Gift For Gina|QID|30479|PRE|30257|M|53.06,51.69|To Gina Mudclaw.|C Money Matters|QID|30322|PRE|302AddOns:  Swatter, v4.0.6 (<%codename%>)  AutoBar, vv5.0.4.11  Bartender4, v4.5.5  Grail, v042  GrailAchievements, v005  GrailReputations, v004  TomTom, vv50001-1.3.1  Wholly, v027  WoWPro, v2.3.6A  WoWProAchievements, v2.3.6A  WoWProDailies, v2.3.6A  WoWProLeveling, v2.3.6A  WowProProfession, v2.3.6A  WoWProRecorder, v2.1.16  WoWProWorldEvents, v2.3.6A  BlizRuntimeLib_enUS v5.0.5.50001 <us>  (ck=192) upon trying to open an existing guide (from dailies module)Date: 2012-11-14 18:44:21ID: 3Error occured in: GlobalCount: 1Message: ..AddOnsWoWProWoWPro_Broker.lua line 476:   Usage: IsQuestFlaggedCompleted(questID)Debug:   [C]: IsQuestFlaggedCompleted()   WoWProWoWPro_Broker.lua:476: IsQuestFlaggedCompleted()   …faceAddOnsWoWPro_DailiesWoWPro_Dailies_Parser.lua:268: LoadGuide()   WoWProWoWPro_Broker.lua:74: LoadGuide()   WoWProWoWPro_GuideList.lua:278:      WoWProWoWPro_GuideList.lua:270Locals:(*temporary) = nilAddOns:  Swatter, v4.0.6 (<%codename%>)  AutoBar, vv5.0.4.11  Bartender4, v4.5.5  Grail, v042  GrailAchievements, v005  GrailReputations, v004  TomTom, vv50001-1.3.1  Wholly, v027  WoWPro, v2.3.6A  WoWProAchievements, v2.3.6A  WoWProDailies, v2.3.6A  WoWProLeveling, v2.3.6A  WowProProfession, v2.3.6A  WoWProRecorder, v2.1.16  WoWProWorldEvents, v2.3.6A  BlizRuntimeLib_enUS v5.0.5.50001 <us>  (ck=192)upon trying to manually check off the first step in the guide, after receiving this error, I can no longer scroll thru the guide.Date: 2012-11-14 18:49:46ID: 4Error occured in: GlobalCount: 1Message: ..AddOnsWoWProWoWPro_Broker.lua line 288:   Usage: GetFactionInfoByID(id)Debug:   [C]: GetFactionInfoByID()   WoWProWoWPro_Broker.lua:288: NextStep()   WoWProWoWPro_Broker.lua:116: UpdateGuide()   …faceAddOnsWoWPro_DailiesWoWPro_Dailies_Parser.lua:409: CheckFunction()   …faceAddOnsWoWPro_DailiesWoWPro_Dailies_Parser.lua:412:      …faceAddOnsWoWPro_DailiesWoWPro_Dailies_Parser.lua:411Locals:(*temporary) = nilAddOns:  Swatter, v4.0.6 (<%codename%>)  AutoBar, vv5.0.4.11  Bartender4, v4.5.5  Grail, v042  GrailAchievements, v005  GrailReputations, v004  TomTom, vv50001-1.3.1  Wholly, v027  WoWPro, v2.3.6A  WoWProAchievements, v2.3.6A  WoWProDailies, v2.3.6A  WoWProLeveling, v2.3.6A  WowProProfession, v2.3.6A  WoWProRecorder, v2.1.16  WoWProWorldEvents, v2.3.6A  BlizRuntimeLib_enUS v5.0.5.50001 <us>  (ck=192)  

  • img
    Aug 26, 2012 @ 7:48 am

    Kun-Lai Summit (Neutral)-edited 8/25/12 to correct a few errors I found, (coords were wrong for One Keg flightmaster and some extra “|”) and to change the guide to use h /H steps to save a bit of time (altho I don’t think its more than 10 min saved and probably more like 5… only important if you are going for realm first. I also editted some |N| steps.
    WoWPro.Leveling:RegisterGuide(‘EmmKun8889’, ‘Kun-Lai Summit’, ‘Emmaleah’, ’88’, ’89’, ‘EmmTow8990’, ‘Neutral’, function()
    return [[

    N Welcome to Kun-Lai Summit.|N|This guide assumes you are starting at Grassy Cline in Valley of the Four Winds. If you don’t have the quest ‘Road to Kun-Lai’ it is available in Halfhill.|

    C The Road to Kun-Lai|QID|31254|FACTION|Alliance|QO|Speak with Highroad Grummle: 1/1|NC|M|70.08,23.47|Z|Valley of the Four Winds|
    C The Road to Kun-Lai|QID|31255|FACTION|Horde|QO|Speak with Highroad Grummle: 1/1|NC|M|70.08,23.47|Z|Valley of the Four Winds|

    f Tavern in the Mists|QID|99999|M|56.75,75.82|Z|The Veiled Stair|N|At Shin the Weightless.|
    A Robbing Robbers of Robbers|QID|31286|M|53.52,65.78|Z|The Veiled Stair|N|From Len the Whisperer.|
    A Educating Saurok|QID|31287|M|53.52,65.78|Z|The Veiled Stair|N|From Len the Whisperer.|
    C Robbing Robbers of Robbers|QID|31286|Z|The Veiled Stair|M|45.62,45.63|
    C Educating Saurok|QID|31287|M|50.18,42.00|Z|The Veiled Stair|N|In the back of the cave.|
    T Robbing Robbers of Robbers|QID|31286|M|53.49,65.77|Z|The Veiled Stair|N|To Len the Whisperer.|
    T Educating Saurok|QID|31287|M|53.49,65.77|Z|The Veiled Stair|N|To Len the Whisperer.|

    C The Road to Kun-Lai|QID|31254|FACTION|Alliance|QO|Speak with Brewmaster Boof: 1/1|NC|M|51.98,43.69|Z|The Veiled Stair|
    C The Road to Kun-Lai|QID|31255|FACTION|Horde|QO|Speak with Brewmaster Boof: 1/1|NC|M|51.98,43.69|Z|The Veiled Stair|
    A The Spring Drifter|QID|31285|M|51.98,43.69|Z|The Veiled Stair|N|From Brewmaster Boof.|
    C The Spring Drifter|QID|31285|M|51.98,43.69|Z|The Veiled Stair|N|Get on the boat and enjoy the ride.|

    f Binan Village|QID|99999|CC|M|72.52,94.18|N|At Jo the Wind Watcher.|
    A Temple of the White Tiger|QID|31392|FACTION|Alliance|M|72.04,94.17|N|From Wang Chung.|
    A Temple of the White Tiger|QID|31393|FACTION|Horde|M|72.04,94.17|N|From Wang Chung.|
    A Hit Medicine|QID|30460|M|71.62,92.82|N|From Apothecary Cheng.|
    r Repair/Restock|QID|30457|M|71.42,92.22|N|At The Metal Paw.|
    T The Road to Kun-Lai|QID|31254|FACTION|Alliance|M|72.25,91.86|N|To Mayor Bramblestaff.|
    T The Road to Kun-Lai|QID|31255|FACTION|Horde|M|72.25,91.86|N|To Mayor Bramblestaff.|
    A Call Out Their Leader|QID|30457|M|72.25,91.86|N|From Mayor Bramblestaff.|
    A All of the Arrows|QID|30459|M|70.47,90.05|N|From Commander Hsieh.|
    C Hit Medicine|QID|30460|U|79819|M|68.03,87.57|
    C All of the Arrows|QID|30459|M|68.79,86.46|
    C Call Out Their Leader|QID|30457|M|68.89,88.51|
    T All of the Arrows|QID|30459|M|71.01,90.45|N|To Commander Hsieh.|
    T Call Out Their Leader|QID|30457|M|72.27,91.85|N|To Mayor Bramblestaff.|
    T The Spring Drifter|QID|31285|M|72.64,93.00|N|To Brewmaster Boof.|
    T Hit Medicine|QID|30460|M|71.59,92.83|N|To Apothecary Cheng.|

    A Admiral Taylor has Awakened|QID|30508|FACTION|Alliance|M|71.59,92.83|N|From Apothecary Cheng.|
    T Admiral Taylor has Awakened|QID|30508|FACTION|Alliance|M|71.53,93.06|N|To Admiral Taylor, upstairs.|
    A Westwind Rest|QID|30512|M|71.53,93.06|FACTION|Alliance|N|From Admiral Taylor.|

    A General Nazgrim has Awakened|QID|30511|FACTION|Horde|M|71.58,92.78|N|From Apothecary Cheng.|
    T General Nazgrim has Awakened|QID|30511|FACTION|Horde|M|71.62,93.12|N|To General Nazgrim.|
    A Eastwind Rest|QID|30513|FACTION|Horde|M|71.62,93.12|N|From General Nazgrim.|

    A Repossession|QID|30469|M|74.94,88.85|N|From Merchant Shi.|
    A My Son…|QID|30467|M|74.94,88.85|N|From Merchant Shi.|
    A Enraged Vengeance|QID|30468|M|74.77,88.74|N|From Swordmistress Mei.|
    A The Waterspeaker’s Staff|QID|30496|M|75.07,87.97|N|From Waterspeaker Gorai.|
    A Free the Dissenters|QID|30967|M|75.07,87.97|N|From Waterspeaker Gorai.|
    C Free the Dissenters|QID|30967|S|M|74.40,78.82|N|Talk to the Prisoners, pick up the sparklies and kill what attacks you as you travel towards the next spot.|
    C The Waterspeaker’s Staff|QID|30496|M|74.39,77.69|
    C Repossession|QID|30469|M|73.99,77.54|
    T My Son…|QID|30467|M|74.68,76.88|N|To Wu-Peng.|
    A Father and Child Reunion|QID|30834|M|74.68,76.88|N|From Wu-Peng.|
    C Enraged Vengeance|QID|30468|M|73.26,77.51|
    C Free the Dissenters|QID|30967|US|M|74.40,78.82|
    T The Waterspeaker’s Staff|QID|30496|M|75.17,88.21|N|To Waterspeaker Gorai.|
    T Free the Dissenters|QID|30967|M|75.17,88.21|N|To Waterspeaker Gorai.|
    C Father and Child Reunion|QID|30834|M|74.95,88.86|
    T Repossession|QID|30469|M|74.95,88.86|N|To Merchant Shi.|
    T Father and Child Reunion|QID|30834|M|74.95,88.86|N|To Merchant Shi.|
    T Enraged Vengeance|QID|30468|M|74.79,88.70|N|To Swordmistress Mei.|
    A The Ritual|QID|30480|M|75.17,88.26|N|From Waterspeaker Gorai.|
    C The Ritual|QID|30480|M|74.92,88.52|
    T The Ritual|QID|30480|M|74.92,88.52|N|To Waterspeaker Gorai.|
    A Cleansing the Mere|QID|30828|M|74.92,88.52|N|From Waterspeaker Gorai.|
    C Cleansing the Mere|QID|30828|M|71.74,87.39|
    T Cleansing the Mere|QID|30828|M|71.74,87.39|N|To Waterspeaker Gorai.|
    A The Fall of Shai Hu|QID|30855|M|71.74,87.39|N|From Waterspeaker Gorai.|
    C The Fall of Shai Hu|QID|30855|M|71.16,82.96|N|Kill the small Sha on the island.|
    T The Fall of Shai Hu|QID|30855|M|74.93,88.53|N|To Waterspeaker Gorai.|

    C Eastwind Rest|QID|30513|FACTION|Horde|NC|QO|Spoke with Farmhand Ko: 1/1|M|63.65,86.68|N|Talk to Farmhand Ko.|
    C Eastwind Rest|QID|30513|FACTION|Horde|NC|QO|Spoke with Elder Shiao: 1/1|M|61.25,82.25|N|Talk to Elder Shiao.|
    T Eastwind Rest|QID|30513|FACTION|Horde|M|61.25,82.25|N|To Elder Shiao.|
    A Challenge Accepted|QID|30515|FACTION|Horde|M|61.25,82.25|N|From Elder Shiao.|
    C Challenge Accepted|QID|30515|M|58.28,84.30|FACTION|Horde|N|Click on the flag to summon Ur-Bataar.|
    T Challenge Accepted|QID|30515|M|61.55,80.22|FACTION|Horde|N|To Elder Shiao.|
    A Round ‘Em Up|QID|31256|M|62.99,80.22|FACTION|Horde|N|From General Nazgrim.|
    A Best Meals Anywhere!|QID|31251|M|62.73,79.83|FACTION|Horde|N|From Rivett Clutchpop.|
    A Trouble on the Farmstead|QID|30570|FACTION|Horde|M|62.52,79.55|N|From Farmhand Ko.|
    A Mogu?! Oh No-gu!|QID|30620|FACTION|Horde|M|62.33,79.69|N|From Elder Shiao.|
    f Eastwind Rest|QID|30620|FACTION|Horde|M|62.46,80.69|N|At Soaring Paw.|
    A Deanimate the Reanimated|QID|30594|FACTION|Horde|M|62.69,80.67|N|From Shademaster Kiryn.|
    T Trouble on the Farmstead|QID|30570|FACTION|Horde|M|60.29,85.72|N|To Farmer Chow.|

    C Westwind Rest|QID|30512|FACTION|Alliance|NC|QO|Speak with Farmhand Bo: 1/1|M|58.89,80.47|
    C Westwind Rest|QID|30512|FACTION|Alliance|NC|QO|Speak with Elder Tsulan: 1/1|M|56.38,84.44|
    T Westwind Rest|QID|30512|FACTION|Alliance|M|56.38,84.44|N|To Elder Tsulan.|
    A Challenge Accepted|QID|30514|FACTION|Alliance|M|56.38,87.44|N|From Elder Tsulan.|
    C Challenge Accepted|QID|30514|FACTION|Alliance|M|58.30,84.20|
    T Challenge Accepted|QID|30514|FACTION|Alliance|M|54.69,84.27|N|To Elder Tsulan.|
    A Round ‘Em Up|QID|30575|FACTION|Alliance|M|53.77,82.70|N|From Admiral Taylor.|
    A Blue Dwarf Needs Food Badly|QID|30583|FACTION|Alliance|M|54.14,83.28|N|From Sully “The Pickle” McLeary.|
    A Mogu?! Oh No-gu!|QID|30619|M|54.19,83.44|FACTION|Alliance|N|From Elder Tsulan.|
    f Westwind Rest|QID|30619|M|53.97,84.27|FACTION|Alliance|N|At Tabo the Flyer.|
    A Trouble on the Farmstead|QID|30569|FACTION|Alliance|M|53.80,84.10|N|From Farmhand Bo.|
    A Deanimate the Reanimated|QID|30593|FACTION|Alliance|M|53.44,83.09|N|From Mishka.|
    T Trouble on the Farmstead|QID|30569|FACTION|Alliance|M|60.25,85.73|N|To Farmer Chow.|

    A Farmhand Freedom|QID|30571|M|60.25,85.73|N|From Farmer Chow.|
    A … and the Pot, Too!|QID|30581|M|60.19,85.81|N|From Uyen Chow.|
    C Farmhand Freedom|QID|30571|M|61.88,87.04|
    C … and the Pot, Too!|QID|30581|M|60.03,88.43|N|The pot is in the house.|
    T … and the Pot, Too!|QID|30581|M|60.18,85.86|N|To Uyen Chow.|
    T Farmhand Freedom|QID|30571|M|60.23,85.82|N|To Farmer Chow.|
    A Back to Westwind Rest|QID|31252|FACTION|Alliance|M|60.23,85.82|N|From Farmer Chow.|
    A Back to Eastwind Rest|QID|31253|FACTION|Horde|M|60.22,85.77|N|From Farmer Chow.|

    R Mojuija|QID|99999|CC|M|59.55,78.27|
    A Profiting off of the Past|QID|30595|M|59.59,78.26|N|From Bao Jian.|
    C Profiting off of the Past|QID|30595|M|58.40,74.86|
    C Mogu?! Oh No-gu!|QID|30619|FACTION|Alliance|M|58.23,71.21|
    C Deanimate the Reanimated|QID|30593|FACTION|Alliance|M|59.20,72.21|
    C Mogu?! Oh No-gu!|QID|30620|FACTION|Horde|M|58.23,71.21|
    C Deanimate the Reanimated|QID|30594|FACTION|Horde|M|59.20,72.21|
    T Profiting off of the Past|QID|30595|M|59.58,78.27|N|To Bao Jian.|

    C Blue Dwarf Needs Food Badly|QID|30583|FACTION|Alliance|M|50.70,83.11|N|While killing birds (or Mushan) for meat. also capture 3 yaks (by clicking on them)|
    C Round ‘Em Up|QID|30575|FACTION|Alliance|M|53.92,83.67|
    T Blue Dwarf Needs Food Badly|QID|30583|FACTION|Alliance|M|54.12,83.37|N|To Sully “The Pickle” McLeary.|
    T Round ‘Em Up|QID|30575|M|FACTION|Alliance|53.81,82.77|N|To Admiral Taylor.|
    T Back to Westwind Rest|QID|31252|FACTION|Alliance|M|53.80,83.99|N|To Farmhand Bo.|
    T Mogu?! Oh No-gu!|QID|30619|FACTION|Alliance|M|54.13,83.37|N|To Elder Tsulan.|
    T Deanimate the Reanimated|QID|30593|FACTION|Alliance|M|53.49,83.38|N|To Mishka.|
    A In Tents Channeling|QID|30652|FACTION|Alliance|M|53.80,82.74|N|From Admiral Taylor.|
    A Pandaren Prisoners|QID|30650|M|FACTION|Alliance|54.13,83.40|N|From Elder Tsulan.|
    A Barrels of Fun|QID|30651|FACTION|Alliance|M|54.13,83.32|N|From Sully “The Pickle” McLeary.|
    C In Tents Channeling|QID|30652|FACTION|Alliance|M|50.50,78.59|
    T In Tents Channeling|QID|30652|FACTION|Alliance|N|To UI Alert.|
    A The Ordo Warbringer|QID|30660|FACTION|Alliance|N|From UI Alert.|
    C The Ordo Warbringer|QID|30660|FACTION|Alliance|M|48.35,76.69|
    C Barrels of Fun|QID|30651|FACTION|Alliance|M|49.42,80.61|
    C Pandaren Prisoners|QID|30650|FACTION|Alliance|M|49.67,80.36|
    T Barrels of Fun|QID|30651|FACTION|Alliance|M|54.13,83.32|N|To Sully “The Pickle” McLeary.|
    T The Ordo Warbringer|QID|30660|FACTION|Alliance|M|53.80,82.74|N|To Admiral Taylor.|
    T Pandaren Prisoners|QID|30650|FACTION|Alliance|M|53.80,82.74|N|To Admiral Taylor.|
    A The Shado-Pan|QID|31455|FACTION|Alliance|M|53.80,82.74|N|From Admiral Taylor.|
    A Cho’s Missive|QID|31460|FACTION|Alliance|M|53.49,83.38|N|From Mishka.|
    A Muskpaw Ranch|QID|31456|FACTION|Alliance|M|53.80,83.99|N|From Farmhand Bo.|

    C Best Meals Anywhere!|QID|31251|FACTION|Horde|M|59.99,80.46|N|While killing birds (or Mushan) for meat. also capture 3 yaks (by clicking on them)|
    C Round ‘Em Up|QID|31256|FACTION|Horde|M|59.99,80.46|
    T Mogu?! Oh No-gu!|QID|30620|FACTION|Horde|M|62.32,79.69|N|To Elder Shiao.|
    T Back to Eastwind Rest|QID|31253|FACTION|Horde|M|62.54,79.50|N|To Farmhand Ko.|
    T Best Meals Anywhere!|QID|31251|FACTION|Horde|M|62.76,79.85|N|To Rivett Clutchpop.|
    A Barrels of Fun|QID|30656|FACTION|Horde|M|62.76,79.85|N|From Rivett Clutchpop.|
    T Deanimate the Reanimated|QID|30594|FACTION|Horde|M|62.69,80.63|N|To Shademaster Kiryn.|
    T Round ‘Em Up|QID|31256|FACTION|Horde|M|62.92,80.22|N|To General Nazgrim.|
    A In Tents Channeling|QID|30657|FACTION|Horde|M|62.92,80.22|N|From General Nazgrim.|
    A Pandaren Prisoners|QID|30655|FACTION|Horde|M|62.36,79.64|N|From Elder Shiao.|
    C Pandaren Prisoners|QID|30655|FACTION|Horde|M|49.58,78.89|N|Blizzard has kindly marked the locations of the mobs to kill|
    C Barrels of Fun|QID|30656|FACTION|Horde|M|47.99,81.27|
    C In Tents Channeling|QID|30657|FACTION|Horde|M|47.76,80.17|
    T In Tents Channeling|QID|30657|FACTION|Horde|N|To UI Alert,|
    A The Ordo Warbringer|QID|30661|FACTION|Horde|N|From UI Alert.|
    C The Ordo Warbringer|QID|30661|FACTION|Horde|M|48.35,76.69|
    T Barrels of Fun|QID|30656|FACTION|Horde|M|62.76,79.81|N|To Rivett Clutchpop.|
    T The Ordo Warbringer|QID|30661|FACTION|Horde|M|62.28,80.29|N|To General Nazgrim.|
    T Pandaren Prisoners|QID|30655|FACTION|Horde|M|62.28,80.29|N|To General Nazgrim.|
    A The Shado-Pan|QID|31453|FACTION|Horde|M|62.28,80.29|N|From General Nazgrim.|
    A Cho’s Missive|QID|31459|FACTION|Horde|M|62.67,80.65|N|From Shademaster Kiryn.|
    A Muskpaw Ranch|QID|31457|FACTION|Horde|M|62.55,79.53|N|From Farmhand Ko.|

    R Muskpaw Ranch|QID|30457|CC|M|71.5,70.04|
    T Muskpaw Ranch|QID|31457|FACTION|Horde|M|71.50,70.04|N|To Lao Muskpaw.|
    T Muskpaw Ranch|QID|31456|FACTION|Alliance|M|71.50,70.04|N|To Lao Muskpaw.|
    A The Missing Muskpaw|QID|30488|M|71.50,70.04|N|From Lao Muskpaw.|
    A Fresh Needle Scent|QID|30489|M|71.50,70.04|N|From Lao Muskpaw.|
    T The Missing Muskpaw|QID|30488|M|74.96,74.52|N|To Muskpaw Jr. He is in the back of the cave.|
    A At the Yak Wash|QID|30491|M|74.96,74.52|N|From Muskpaw Jr..|N|You can ride Jr’s Yak out of the cave and leave vehicle when you are out.|
    A Yakity Yak|QID|30587|M|71.67,73.56|N|From UI Alert. (from killing Burilgi Despoiler)|
    C Yakity Yak|QID|30587|S|M|69.94,72.81|N|Also, as you go, Kill the sprites for needles, pick up and deliver yaks.|
    C At the Yak Wash|QID|30491|M|71.39,69.05|
    C Fresh Needle Scent|QID|30489|M|71.67,73.59|
    C Loot Muskpaw’s Keepsake|QID|30582|U|80241|L|80241|N|From a Burilgl Despoiler|
    A The Late Mrs. Muskpaw|QID|30582|
    T At the Yak Wash|QID|30491|M|71.34,69.31|N|To Muskpaw Jr..|
    T The Late Mrs. Muskpaw|QID|30582|M|71.30,69.68|N|To Lao Muskpaw.|
    T Fresh Needle Scent|QID|30489|M|71.42,69.75|N|To Lao Muskpaw.|
    A The Fearmaster|QID|30804|M|71.30,69.68|N|From Lao Muskpaw.|
    C The Fearmaster|QID|30804|M|68.20,74.70|
    C Yakity Yak|QID|30587|US|M|69.94,72.81|
    T The Fearmaster|QID|30804|M|71.37,69.64|N|To Lao Muskpaw.|
    T Yakity Yak|QID|30587|M|71.42,69.75|N|To Lao Muskpaw.|
    A Back in Yak|QID|30492|M|71.33,69.28|N|From Muskpaw Jr..|

    R Grummie Bazaar|QID|30492|CC|M|65.51,61.26|
    C Back in Yak|QID|30492|M|65.51,61.26|
    T Back in Yak|QID|30492|M|64.72,61.68|N|To Lucky Eightcoins.|
    A Oil Stop|QID|30614|M|65.48,60.78|N|From Slimy Inkstain.|
    A A Grummle’s Luck|QID|30808|M|64.72,61.68|N|From Lucky Eightcoins.|
    A Traffic Issues|QID|30616|M|64.89,60.47|N|From Smokey Sootassle.|
    C Oil Stop|QID|30614|U|80312|M|63.44,68.53|
    C A Grummle’s Luck|QID|30808|M|62.24,66.92|
    C Traffic Issues|QID|30616|M|63.53,66.80|
    T A Grummle’s Luck|QID|30808|M|64.67,61.70|N|To Lucky Eightcoins.|
    T Oil Stop|QID|30614|M|65.44,60.78|N|To Slimy Inkstain.|
    T Traffic Issues|QID|30616|M|64.88,60.40|N|To Smokey Sootassle.|
    A Roadside Assistance|QID|30617|M|64.88,60.40|N|From Smokey Sootassle.|

    R Temple of the White Tiger|QID|99999|M|66.8,59.29;68.4,56.08;69.05,52.48;66.33,50.71|CS|; no good QID to use for this…since it comes just before faction based steps.
    f Temple of the White Tiger|QID|99999|M|66.33,50.71|N|At Big Greenfeather.|

    T Temple of the White Tiger|QID|31392|FACTION|Alliance|M|68.74,43.07|N|To Anduin Wrynn.|
    A A Celestial Experience|QID|31394|FACTION|Alliance|M|68.74,43.07|N|From Anduin Wrynn.|
    C A Celestial Experience|QID|31394|FACTION|Alliance|M|68.98,44.09|N|If you can, talk to Xuen between each step for heals.|
    T A Celestial Experience|QID|31394|FACTION|Alliance|M|68.76,43.14|N|To Anduin Wrynn.|
    A A Witness to History|QID|31512|FACTION|Alliance|M|68.76,43.14|N|From Anduin Wrynn.|

    T Temple of the White Tiger|QID|31393|FACTION|Horde|M|68.74,43.07|N|To Dezco.|
    A A Celestial Experience|QID|31395|FACTION|Horde|M|68.74,43.07|N|From Dezco.|
    C A Celestial Experience|QID|31395|FACTION|Horde|M|68.98,44.09|N|Talk to Xuen between each step.
    T A Celestial Experience|QID|31395|FACTION|Horde|M|68.76,43.14|N|To Dezco.|
    A A Witness to History|QID|31511|FACTION|Horde|M|68.76,43.14|N|From Dezco.|

    R Grummle Bazaar|QID|99999|CC|M|64.24,59.45|
    C Roadside Assistance|QID|30617|NC|QO|Light the incense: 4/8|N|Don’t worry about finishing this we will be back later.|
    T Cho’s Missive|QID|31460|FACTION|Alliance|M|57.28,61.66|N|To Lorewalker Cho.|
    T Cho’s Missive|QID|31459|FACTION|Horde|M|57.28,61.66|N|To Lorewalker Cho.|
    A Path Less Traveled|QID|30999|M|57.28,61.66|N|From Lorewalker Cho.|
    h The Lucky Traveller|QID|99999|M|57.43,60.05|Z|One Keg|N|At Chiyo Mistpaw.|
    f One Keg|QID|30999|M|57.77,59.78|N|At Little Cleankite.|
    T Path Less Traveled|QID|30999|M|57.27,61.18|N|To Uncle Cloverleaf.|
    A Instant Courage|QID|30601|M|57.27,61.18|N|From Uncle Cloverleaf.|
    A Resupplying One Keg|QID|30618|M|57.71,61.79|N|From Big Sal.|
    A They Stole My Luck!|QID|30621|M|57.35,60.22|N|From Ji-Lu the Lucky.|
    C They Stole My Luck!|QID|30621|M|57.77,49.30|N|Next 3 quests done inside Howlingwind Cavern.|
    C Instant Courage|QID|30601|U|80308|M|57.54,47.44|It’s ok to leave the Guides to die if you want to zerg out.|
    C Resupplying One Keg|QID|30618|M|56.33,50.88|
    T Resupplying One Keg|QID|30618|M|57.71,61.76|N|To Big Sal.|
    T They Stole My Luck!|QID|30621|M|57.30,60.19|N|To Ji-Lu the Lucky.|
    T Instant Courage|QID|30601|M|57.23,61.15|N|To Uncle Cloverleaf.|
    A Comin’ Round the Mountain|QID|30487|M|57.26,61.17|N|From Uncle Cloverleaf.|
    C Comin’ Round the Mountain|QID|30487|M|48.11,48.93|
    T Comin’ Round the Mountain|QID|30487|M|48.12,49.00|N|To Lucky Bluestring.|
    A One Traveler’s Misfortune|QID|30683|M|48.12,49.00|N|From Lucky Bluestring.|
    C One Traveler’s Misfortune|QID|30683|M|50.22,49.39|
    T One Traveler’s Misfortune|QID|30683|M|48.09,49.04|N|To Lucky Bluestring.|
    A Seeker’s Folly|QID|30684|M|48.09,49.04|N|From Lucky Bluestring.|
    C Seeker’s Folly|QID|30684|M|43.22,51.99|
    T Seeker’s Folly|QID|30684|M|43.79,51.01|N|To Lorewalker Cho.|
    A The Tongue of Ba-Shon|QID|30829|M|43.79,51.01|N|From Lorewalker Cho.|
    C The Tongue of Ba-Shon|QID|30829|M|43.51,51.38|
    T The Tongue of Ba-Shon|QID|30829|M|43.73,51.09|N|To Lorewalker Cho.|
    A Staying Connected|QID|30795|M|43.73,51.09|N|From Lorewalker Cho.|
    C Staying Connected|QID|30795|U|81712|M|51.94,47.44|N|Talk to Mishi for a flight to Valley of the Emporers.|
    T Staying Connected|QID|30795|M|51.94,47.44|N|To Image of Lorewalker Cho.|
    A An end to Everything|QID|30796|M|51.94,47.44|N|From Image of Lorewalker Cho.|
    A It Was Almost Alive|QID|30797|M|57.07,47.75|
    C An end to Everything|QID|30796|U|81712|M|57.34,47.17|
    C It Was Almost Alive|QID|30797|U|81712|M|57.08,47.83|N|Use the item to call Cho and turn in these 2 qeusts.|
    T An end to Everything|QID|30796|M|58.03,49.02|N|To Image of Lorewalker Cho.|
    T It Was Almost Alive|QID|30797|M|58.03,49.02|N|To Image of Lorewalker Cho.|
    A The Tomb of Shadows|QID|30799|M|58.03,49.02|N|From Image of Lorewalker Cho.|
    C The Tomb of Shadows|QID|30799|U|81712|M|56.38,43.45|
    T The Tomb of Shadows|QID|30799|M|55.14,46.47|N|To Image of Lorewalker Cho.|
    A Breaking the Emperor’s Shield|QID|30798|M|55.14,46.47|N|From Image of Lorewalker Cho.|
    C Breaking the Emperor’s Shield|QID|30798|U|81712|M|53.02,51.35|N|Go up the stairs from Tomb of Shadows to Tomb of Secrets.|
    T Breaking the Emperor’s Shield|QID|30798|M|52.94,50.85|N|To Image of Lorewalker Cho.|
    A Stealing Their Thunder King|QID|30800|M|52.94,50.85|N|From Image of Lorewalker Cho.|
    C Stealing Their Thunder King|QID|30800|U|81712|M|53.55,4.48;53.35,48.65;54.74,46.84;48.79,47.36|CS|N|Watch your step, the colored tiles are trapped.|
    T Stealing Their Thunder King|QID|30800|M|49.13,47.46|N|To Image of Lorewalker Cho.|
    A Lessons from History|QID|30801|M|49.13,47.46|N|From Image of Lorewalker Cho.|
    C Lessons from History|QID|30801|U|81712|M|48.84,47.33|
    T Lessons from History|QID|30801|M|49.20,47.43|N|To Image of Lorewalker Cho.|
    A Chasing the Storm|QID|30802|M|49.20,47.43|N|From Image of Lorewalker Cho.|
    C Chasing the Storm|QID|30802|U|81712|M|51.31,48.26|
    T Chasing the Storm|QID|30802|M|51.31,48.26|N|To Image of Lorewalker Cho.|

    A Fisherman’s Tale|QID|30935|M|51.31,48.26|N|From Image of Lorewalker Cho.|
    C Fisherman’s Tale|QID|30935|QO|Speak to Mishi outside of Zei Shen’s Tomb: 1/1|M|54.74,46.84|
    C Fisherman’s Tale|QID|30935|QO|Speak to Shin Whispercloud to access Zouchin Province: 1/1|M|63.46,40.14|N|Go down the Path deeper into the mountain.|
    f Zouchin Village|QID|30935|M|62.44,30.16|N|At Bo the Wind Claimer.|
    T Fisherman’s Tale|QID|30935|M|62.33,29.03|N|To Lorewalker Cho.|
    A It Takes A Village|QID|30944|M|62.33,29.03|N|From Lorewalker Cho.|
    A Checking In|QID|30816|M|63.14,29.40|N|From Li Ha,i.|
    A Handle With Care|QID|30943|M|63.48,28.65|N|From Elder Shu.|
    A Make A Fighter Out of Me|QID|30942|M|63.69,30.66|N|From Shomi.|
    A What’s Yours Is Mine|QID|30945|M|63.38,30.69|N|From Steelbender Doshu.|
    C It Takes A Village|QID|30944|M|62.43,28.30|
    C Handle With Care|QID|30943|M|70.04,27.70|
    C Make A Fighter Out of Me|QID|30942|M|71.17,28.65|
    C What’s Yours Is Mine|QID|30945|M|71.17,28.66|
    T Make A Fighter Out of Me|QID|30942|M|71.17,28.66|N|To Shomi.|
    T What’s Yours Is Mine|QID|30945|M|63.35,30.68|N|To Steelbender Doshu.|
    T Handle With Care|QID|30943|M|63.23,28.68|N|To Elder Shu. He is upstairs on the balcony.|
    T It Takes A Village|QID|30944|M|62.33,29.04|N|To Lorewalker Cho.|
    A Enemies At Our Door|QID|31011|M|62.33,29.04|N|From Lorewalker Cho.|
    C Enemies At Our Door|QID|31011|NC|QO|Amani Behemoth slain: 5/5|M|61.24,29.27|N|Roll the barrels down the hill.|
    C Enemies At Our Door|QID|31011|M|64.49,28.84|
    T Enemies At Our Door|QID|31011|M|62.32,29.06|N|To Lorewalker Cho.|
    A Revelations|QID|30946|M|62.32,29.06|N|From Lorewalker Cho.|
    C Revelations|QID|30946|M|62.46,28.88|N|Prisoner is upstairs.|
    T Revelations|QID|30946|M|62.32,29.02|N|To Lorewalker Cho.|
    A Prophet Khar’zul|QID|31228|M|62.32,29.02|N|From Lorewalker Cho.|
    T Checking In|QID|30816|M|60.59,21.25|N|To Sage Liao.|
    A Emergency Care|QID|30794|M|60.59,21.22|N|From Sage Liao.|
    C Emergency Care|QID|30794|U|81177|M|60.60,21.38|
    T Emergency Care|QID|30794|M|60.55,21.32|N|To Sage Liao.|
    A Justice|QID|30805|M|60.55,21.32|N|From Sage Liao.|
    A The Scent of Life|QID|30806|M|60.55,21.32|N|From Sage Liao.|
    A By the Falls, For the Fallen|QID|30807|M|60.55,21.32|N|From Sage Liao.|
    C By the Falls, For the Fallen|QID|30807|M|60.17,31.11|
    C Justice|QID|30805|M|62.14,23.99|
    C The Scent of Life|QID|30806|M|59.61,22.26|
    T Justice|QID|30805|M|60.59,21.38|N|To Sage Liao.|
    T The Scent of Life|QID|30806|M|60.59,21.38|N|To Sage Liao.|
    T By the Falls, For the Fallen|QID|30807|M|60.59,21.38|N|To Sage Liao.|
    A Preparing the Remains|QID|30819|M|60.59,21.38|N|From Sage Liao.|
    T Preparing the Remains|QID|30819|M|63.12,29.33|N|To Li Hai.|
    A A Funeral|QID|30820|M|63.12,29.33|N|From Li Hai.|
    C A Funeral|QID|30820|M|66.96,33.44|
    T A Funeral|QID|30820|M|67.05,33.44|N|To Sage Liao.|
    C Prophet Khar’zul|QID|31228|NC|QO|Speak with Mishi in Zouchin Village|M|63,29|
    C Prophet Khar’zul|QID|31228|M|74.20,10.61|
    F Zouchin Village|QID|31228|M|76.17,11.38|CC|N|Talk to Mishi for a ride back to the village.|
    T Prophet Khar’zul|QID|31228|M|62.30,29.01|N|To Lorewalker Cho.|
    r Repair/Restock|M|63.38,30.69|;currently the blacksmith is bugged and doesnt repair.

    H One Keg|QID|99999|N|Fly if you didnt reset your hearthstone earlier.|
    A The Burlap Trail: To Burlap Waystation|QID|30592|M|58.04,61.49|N|From Brother Lintpocket.|
    A The Rabbitsfoot|QID|30602|M|58.04,61.49|N|From Brother Lintpocket.|
    C Roadside Assistance|QID|30617|M|58.76,62.49|
    C The Burlap Trail: To Burlap Waystation|QID|30592|M|53.14,66.57|
    C The Rabitsfoot|QID|30602|M|49.07,70.42|N|He is hanging from a tree.|
    A The Broketooth Ravage|QID|30603|M|49.07,70.42|N|From Brother Rabbitsfoot.|
    C The Broketooth Ravage|QID|30603|M|48.01,73.34|

    T The Burlap Trail: To Burlap Waystation|QID|30592|M|51.69,67.80|N|To Brother Trailscenter.|
    T The Rabitsfoot|QID|30602|M|51.99,67.28|N|To Brother Rabbitsfoot.|
    T The Broketooth Ravage|QID|30603|M|51.99,67.28|N|To Brother Rabbitsfoot.|
    A The Burlap Trail: To Kota Basecamp|QID|30692|M|51.69,67.80|N|From Brother Trailscenter.|
    C The Burlap Trail: To Kota Basecamp|QID|30692|M|43.77,69.04|

    T The Burlap Trail: To Kota Basecamp|QID|30692|M|42.45,68.96|N|To Brother Oilyak.|
    f Kota Basecamp|QID|30699|M|42.78,69.58|N|At Uncle Eastwind.|
    h Kota Basecamp|QID|99999|M|42.66,69.72|N|At Clover Keeper.|
    A Kota Blend|QID|30744|M|42.47,69.60|N|From Uncle Keenbean.|
    A Trouble Brewing|QID|30745|M|42.47,69.60|N|From Uncle Keenbean.|
    A Shut it Down|QID|30742|M|42.34,69.73|N|From Cousin Gootfur.|
    A Gourmet Kafa|QID|30743|M|42.34,69.73|N|From Cousin Gootfur.|
    C Gourmet Kafa|QID|30743|S|M|39.99,71.67|N|Pick up the berries from the ground, flag droppings and kill goats and yetis.|
    C Shut it Down|QID|30742|M|40.67,73.42|
    C Kota Blend|QID|30744|U|81054|M|36.38,76.94|
    T Kota Blend|QID|30744|36.38,76.94|To UI Alert.|
    A A Fair Trade|QID|30746|M|36.38,76.94|From UI Alert.|
    C Trouble Brewing|QID|30745|M|37.83,77.90|
    C Gourmet Kafa|QID|30743|US|
    T A Fair Trade|QID|30746|M|36.95,76.16|N|To Nephew Burrberry.|
    T Shut it Down|QID|30742|M|42.48,69.45|N|To Uncle Keenbean.|
    T Trouble Brewing|QID|30745|M|42.48,69.45|N|To Uncle Keenbean.|
    T Gourmet Kafa|QID|30743|M|42.48,69.39|N|To Cousin Gootfur.|
    A The Burlap Grind|QID|30747|M|42.49,69.36|N|From Nephew Burrberry. talk to Kota Kon. vehicle UI comes up, |
    C The Burlap Grind|QID|30747|M|49.53,66.89|N|After finishing the objectives, exit vehicle close to the Burlap Trail Waystation.|

    A A Monkey Idol|QID|30599|M|51.99,67.28|N|From Brother Rabbitsfoot.|
    A No Pack Left Behind|QID|30600|M|52.04,67.24|N|From Brother Rabbitsfoot.|
    A Breaking Broketooth|QID|30604|M|52.04,67.24|N|From Brother Rabbitsfoot.|
    C A Monkey Idol|QID|30599|QO|Destroy Ko Ko’s Altar: 1/1|M|52.29,71.43|
    C A Monkey Idol|QID|30599|QO|Destroy Dak Dak’s Alter: 1/1|M|52.29,71.43|
    C No Pack Left Behind|QID|30600|M|53.35,74.45|
    C A Monkey Idol|QID|30599|M|56.78,70.97|
    C Breaking Broketooth|QID|30604|M|55.44,70.84|
    T A Monkey Idol|QID|30599|M|51.94,67.24|N|To Brother Rabbitsfoot.|
    T No Pack Left Behind|QID|30600|M|51.94,67.24|N|To Brother Rabbitsfoot.|
    A Bros before Hozen|QID|30605|M|51.94,67.24|N|From Brother Rabbitsfoot.|
    T Breaking Broketooth|QID|30604|M|51.94,67.24|N|To Brother Rabbitsfoot.|
    C Bros before Hozen|QID|30605|M|50.53,64.21|
    T Bros before Hozen|QID|30605|M|50.60,64.08|N|To Brother Yakshoe.|
    A Hozen Love Their Keys|QID|30607|M|50.60,64.08|N|From Brother Yakshoe.|
    A The Snackrifice|QID|30608|M|50.60,64.08|N|From Brother Yakshoe.|
    A Thumping Knucklethump|QID|30606|M|50.60,64.08|N|From Brother Yakshoe.|
    C Thumping Knucklethump|QID|30606|M|50.47,62.78|
    C The Snackrifice|QID|30608|M|50.58,62.54|
    C Hozen Love Their Keys|QID|30607|M|48.82,59.66|N|In the back of the cave.|
    T Hozen Love Their Keys|QID|30607|M|52.00,67.22|N|To Brother Yakshoe.|
    T The Snackrifice|QID|30608|M|52.00,67.22|N|To Brother Yakshoe.|
    A Grummle! Grummle! Grummle!|QID|30610|M|52.00,67.22|N|From Brother Yakshoe.|
    T Thumping Knucklethump|QID|30606|M|51.98,67.21|N|To Brother Rabbitsfoot.|
    A Unleash The Yeti!|QID|30611|M|51.98,67.21|N|From Brother Rabbitsfoot.|
    C Unleash The Yeti!|QID|30611|M|46.56,62.95|
    C Grummle! Grummle! Grummle!|QID|30610|M|44.84,63.64|
    T Unleash The Yeti!|QID|30611|M|45.98,64.08|N|To Brother Rabbitsfoot.|
    T Grummle! Grummle! Grummle!|QID|30610|M|45.98,64.08|N|To Brother Yakshoe.|
    A The Leader Hozen|QID|30612|M|45.98,64.08|
    C The Leader Hozen|QID|30612|M|46.15,63.24|
    R One Keg|QID|30617|M|57.77,59.78|CC|
    T Roadside Assistance|QID|30617|M|58.13,61.46|N|To Brother Lintpocket.|

    F Eastwind Rest|QID|99999|FACTION|Horde|M|57.77,59.2|CC|N|At Little Cleankite.|
    A Beyond the Wall|QID|31695|FACTION|Horde|M|62.36,79.65|N|From Elder Shiao.|;seems odd. is it really same QID even tho 2 seperate quest givers. … its also the only QID listed on WOWHEAD?
    C A Witness to History|QID|31511|FACTION|Horde|M|55.58,91.24|
    R Shado-Pan Fallback|QID|31453|FACTION|Horde|CC|M|44.51,89.96|
    T The Shado-Pan|QID|31453|FACTION|Horde|M|44.51,89.96|N|To Shado-Master Chong.|

    F Westwind Rest|QID|99999|FACTION|Alliance|M|57.77,59.2|CC|N|At Little Cleankite.|
    A Beyond the Wall|QID|31695|FACTION|Alliance|M|54.13,83.37|N|From Elder Tsulan.|;seems odd. is it really same QID even tho 2 seperate quest givers. … its also the only QID listed on WOWHEAD?
    C A Witness to History|QID|31512|FACTION|Alliance|M|55.58,91.24|
    R Shado-Pan Fallback|QID|31455|FACTION|Alliance|CC|M|44.51,89.96|
    T The Shado-Pan|QID|31455|FACTION|Alliance|M|44.51,89.96|N|To Shado-Master Chong.|

    A Turnabout|QID|30670|M|44.49,89.88|N|From Shado-Master Chong.|
    A The Defense of Shado-Pan Fallback|QID|30665|M|44.49,89.88|N|From Shado-Master Chong.|
    A Holed Up|QID|30682|NC|M|42.99,88.33|N|From Sya Zhong.|
    C Holed Up|QID|30682|NC|QO|Ya Firebough rescued: 1/1|M|41.08, 87.03|
    C Holed Up|QID|30682|NC|QO|Old Lady Fung rescued: 1/1|M|42.74, 85.76|
    C Holed Up|QID|30682|NC|QO|Jin Warmkeg rescued: 1/1|M|43.86,86.22|
    C Turnabout|QID|30670|M|41.29,86.60|
    C The Defense of Shado-Pan Fallback|QID|30665|M|44.45,88.63|
    T Turnabout|QID|30670|M|44.47,89.91|N|To Shado-Master Chong.|
    A Unmasking the Yaungol|QID|30690|M|44.47,89.91|N|From Shado-Master Chong.|
    T The Defense of Shado-Pan Fallback|QID|30665|M|44.47,89.91|N|To Shado-Master Chong.|
    T Holed Up|QID|30682|M|44.47,89.91|N|To Shado-Master Chong.|
    C Unmasking the Yaungol|QID|30690|U|81741|M|45.28,86.63|
    T Unmasking the Yaungol|QID|30690|M|44.48,89.91|N|To Shado-Master Chong.|
    A To Winter’s Blossom|QID|30699|M|44.48,89.91|N|From Shado-Master Chong.|
    r Repair/Restock|QID|99999|M|44.23,90.25|N|At Fixxit Redhammer.|

    f Serpent’s Spine|QID|99999|M|43.92,89.56|N|Up the stairs, at Kite Master Ni.|
    H Kota Basecamp|QID|99999|N|Fly if your hearth isn’t set to Kota Basecamp.|
    T The Leader Hozen|QID|30612|M|42.79,69.35|N|To Brother Rabbitsfoot.|
    T The Burlap Grind|QID|30747|M|42.49,69.28|N|To Nephew Burrberry.|

    R Winter’s Blossom|QID|30699|M|34.97,59.36|
    T To Winter’s Blossom|QID|30699|M|34.97,59.36|N|To Lin Silentstrike.|
    A Honor, Even in Death|QID|30723|M|34.93,59.20|N|From Lin Silentstrike.|
    A A Line Unbroken|QID|30715|M|35.14,59.59|N|From Ban Bearheart.|
    f Winter’s Blossom|QID|30715|M|34.55,59.00|N|At Kite Master Len.|
    A Better Dead than Dread|QID|31847|M|34.55,59.00|N|From Kite Master Len. Requires level 89.|
    C A Line Unbroken|QID|30715|M|30.20,62.58|
    C Honor, Even in Death|QID|30723|M|30.22,62.06|
    T A Line Unbroken|QID|30715|M|35.16,59.61|N|To Ban Bearheart.|
    T Honor, Even in Death|QID|30723|M|34.98,59.23|N|To Lin Silentstrike.|
    A To the Wall!|QID|30724|M|35.01,59.22|N|From Lin Silentstrike.|
    C To the Wall!|QID|30724|M|34.55,59.05|
    T To the Wall!|QID|30724|M|29.31,62.31|Z|Kun-Lai Summit|N|To Suna Silentstrike.|
    A Off the Wall!|QID|30750|M|29.30,62.32|Z|Kun-Lai Summit|N|From Suna Silentstrike.|
    A A Terrible Sacrifice|QID|30751|M|29.25,62.33|Z|Kun-Lai Summit|N|From Lao-Chin the Iron Belly.|
    C A Terrible Sacrifice|QID|30751|M|26.27,59.10|Z|Kun-Lai Summit|
    C Off the Wall!|QID|30750|M|26.98,59.95|Z|Kun-Lai Summit|N|Right Click to boot them off the wall (at low health).|
    T Off the Wall!|QID|30750|M|29.28,62.22|Z|Kun-Lai Summit|N|To Suna Silentstrike.|
    T A Terrible Sacrifice|QID|30751|M|29.28,62.22|Z|Kun-Lai Summit|N|To Lao-Chin the Iron Belly.|
    A Lao-Chin’s Gambit|QID|30994|M|29.28,62.22|Z|Kun-Lai Summit|N|From Suna Silentstrike.|
    C Lao-Chin’s Gambit|QID|30994|M|29.31,62.25|Z|Kun-Lai Summit|
    T Lao-Chin’s Gambit|QID|30994|M|31.85,60.18|Z|Kun-Lai Summit|N|To Lao-Chin the Iron Belly.|
    A Do a Barrel Roll!|QID|30991|M|31.85,60.18|Z|Kun-Lai Summit|N|From Lao-Chin the Iron Belly.|
    C Do a Barrel Roll!|QID|30991|M|30.15,63.94|Z|Kun-Lai Summit|N|You can steer towards the target, then press 1 to blow up the barrel.|
    T Do a Barrel Roll!|QID|30991|M|31.82,60.16|Z|Kun-Lai Summit|N|To Lao-Chin the Iron Belly.|
    A Finish This!|QID|30992|M|31.82,60.16|Z|Kun-Lai Summit|N|From Lao-Chin the Iron Belly.|
    C Finish This!|QID|30992|M|31.30,61.61|Z|Kun-Lai Summit|
    T Finish This!|QID|30992|M|31.30,61.61|Z|Kun-Lai Summit|N|To Ban Bearheart.|
    A Where are My Reinforcements?|QID|30993|M|31.30,61.61|Z|Kun-Lai Summit|N|From Ban Bearheart.|
    A My Husband…|QID|30768|M|31.30,61.61|Z|Kun-Lai Summit|N|From Suna Silentstrike.|
    C Where are My Reinforcements?|QID|30993|M|34.08,58.62|Z|Kun-Lai Summit|Talk to Ban while down in the valley and then again beside the balloon.)
    T Where are My Reinforcements?|QID|30993|M|35.29,49.45|Z|Kun-Lai Summit|N|To Ban Bearheart. Follow Ban, hop in his balloon.|
    A Unbelievable!|QID|30752|M|35.29,49.45|Z|Kun-Lai Summit|N|From Ban Bearheart.|
    C Unbelievable!|QID|30752|M|36.75,47.67|Z|Kun-Lai Summit|
    T Unbelievable!|QID|30752|M|36.75,47.67|Z|Kun-Lai Summit|N|To Ban Bearheart.|
    A Into the Monastery|QID|31030|M|36.75,47.67|Z|Kun-Lai Summit|N|From Ban Bearheart. This is a dungeon quest.|

    N Congratulations|N|You have finished Kun-Lai Summit. You may have also achieved level 90 and want to explore Vale of Eternal Blossoms. If you want to continue with the guide Townlong Steppes will load when you check off this step.|

    ]]
    end)

  • img
    Aug 24, 2012 @ 7:37 am

    interesting… I can’t editinteresting… I can’t edit to make those changes.  Anyone know why I can’t edit my post? Is it it because there is a reply to it?

    also, when fixing this.. whoever does it. the steps are there, just in the wrong order (My Bad) but… my point is, dont just add the step, move it to the correct spot

    currently (4 lines down, 4th paragraph section of the guide)
    C Cryin’ My Eyes Out|QID|29765|M|29.15,17.91|
    C Seein’ Red|QID|29804|M|31.61,21.91|
    T Cryin’ My Eyes Out|QID|29765|M|29.42,18.00|N|To Zin’Jun.|
    A Seein’ Red|QID|29804|M|29.42,18.00|N|From Zin’Jun.|

    it should be…
    C Cryin’ My Eyes Out|QID|29765|M|29.15,17.91|
    T Cryin’ My Eyes Out|QID|29765|M|29.42,18.00|N|To Zin’Jun.|
    A Seein’ Red|QID|29804|M|29.42,18.00|N|From Zin’Jun.|
    C Seein’ Red|QID|29804|M|31.61,21.91|

  • img
    Partaxis
    Aug 24, 2012 @ 2:10 am

    2 corrections so farIve found 2 errors.1 . There is a line missing for accepting the quest “Seein’ Red”. It comes right after you deliver the quest ” Cryn’My Eyes Out”.2. The quest “Higher Ground” got renamed to “Regroup!” check: http://mop.wowhead.com/quest=29694

  • img
    Aug 23, 2012 @ 23:56 pm

    dang, you got my hopes updang, you got my hopes up that there was a new release 😛

  • img
    Aug 23, 2012 @ 23:39 pm

    Latest versions of WoWPro addonThe newest versions are on our github pagehttps://github.com/Jiyambi/WoW-Pro-Guides

  • img
    Aug 23, 2012 @ 7:35 am

    https://wow-pro.com/node/3482#https://wow-pro.com/node/3482#comment-42104 Thread with the download. last updated 7/13/12

  • img
    BamBamBeano
    Aug 23, 2012 @ 1:52 am

    Helped a tonPerfect.  Thanks for the quick response.  I knew there was a few easy steps I wasn’t doing.  Is there a “latest beta build” somewhere that inlcudes the entire package including the recorder?

  • img
    Aug 20, 2012 @ 21:46 pm

    Something about that cutSomething about that cut scene that changes continents (both horde and alliance) seems to delete that guide in progress.  How I got around that was I saved it before I talked to Admiral Taylor to start the scene. (of course it took me 3 times to figure that out).  “Saved” = clicked the save button on the addon and Ctrl A (select all) tha Ctrl C (copy).  Then opened a blank text file and save it as 85_86_Emmaleah_The_Jade_Forest.Lua. (using approrpiate for whatever guide you are doing).  Then after I went thru the cutscene I opened that file back up (in game)  and continued on.When you save a guide file (out of game) for the first time, you have to also add it to the guide.xml in the same directory or else you will not be able to access it later.  Wow Pro determines what to load based on what is in the guide.xml.I.E. C:Program Files (x86)World of Warcraft BetaInterfaceAddOnsWoWPro_LevelingAllianceguide.xml (following the pattern of the previous entries.)When you create a guide with the recorder it saves it in the WTF directory under the name wow-pro recorder.lua.  If you open that file you will see the entries for the guide you created (other than the above mentioned cutscene deleting it…) It does not save it to the leveling guide section you have to do that manually. (which is what I was trying to explain above … I thought I should add further clarification)  I just deleted my WTF directory since I was having some problems… so I cant give the proper full path.Hope that helps. 

  • img
    BamBamBeano
    Aug 20, 2012 @ 15:51 pm

    confirmedI had the same result last night as well with Alliance.  I did the few steps in Stormwind and upon zoning into Pandaria my guide was wiped.Also, when creating the beginning of the guide I can’t find out where the new guides are being created.  Shouldn’t a file be created in the wowpro_leveling folder?

  • img
    BamBamBeano
    Aug 20, 2012 @ 15:47 pm

    Just checkingSo I found the “complete package” link from here that seems to be the most stable build.  I am able to edit some of the existing guides in my list.  i copy/pasted the Jade Forest guide into a new file and added it to my leveling folder.  I thought I would be able to choose it from the list of available guides to edit and test/update at the same time.  Am I missing something here?I attempted to create my own Jade Forest guide starting in SW but when I got into Jade Forest it appeared to restet and start all over.  I didn’t want to proceed because the more steps I accept with this toon the more I would have to manually add to the guide I’m trying to put together.   So I’m trying to create my own guide and can’t find where the file is being created(or maybe it isn’t).  Also, any ideas why the guide files I create do not show up in the guide list?   

  • img
    BamBamBeano
    Aug 19, 2012 @ 23:37 pm

    New to the recorder……and I’m having issues.  I have what I think is the newest release.  I’m trying to expand upon and help out with te MoP guides but am unable to get any of the guides to show up in wowpro’s guide list.  They are in the folder WoWPro_Leveling folder but I just can’t seem to get the list to show up in the new tabbed view.  Just a big gray box for all tabs(not even sure I can cycle through the tabs.Also, following the directions above.  When creating a new guide I’m hitting “enter” in every field but only have a “close” button and don’t see a “register guide” button.  Upon hitting “close” nothing happens and the guide doesn’t appear to ever be created.  help please!P.S.  Am I the only one that can NEVER get the CAPTCHA correct?

  • img
    Aug 19, 2012 @ 17:57 pm

    Jade Forest – AllianceWell, I’m back from vacation, sunburned, and facing a heat wave here in Portland /sigh.

    Same problem with A Proper Weapon as in the Horde guide (the Buy steps not auto checking off).

    — WoWPro Guides by “The WoW-Pro Community” are licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
    — Based on work at wow-pro.com.
    — Permissions beyond the scope of this license may be available at https://www.wow-pro.com/License.

    WoWPro.Leveling:RegisterGuide(‘RajJad8586’, ‘The Jade Forest’, ‘Rajitazi’, ’85’, ’86’, ‘EmmVal8687’, ‘Alliance’, function()
    return [[

    N Welcome to Pandaria|N|Don’t forget to train your tradeskills before you leave Stormwind, the new trainers are not available immediately upon arriving in Pandaria.|
    A The King’s Command|QID|29547|N|Autogiven upon entering Stormwind City.|
    C The King’s Command|QID|29547|M|80.82,37.61|Z|Stormwind City|N|Run into the keep.|
    T The King’s Command|QID|29547|Z|Stormwind City|M|78.86,39.83|N|To Rell Nightwind.|
    A The Mission|QID|29548|Z|Stormwind City|M|78.86,39.83|N|From Rell Nightwind.|
    C The Mission|QID|29548|Z|Stormwind City|M|41.47,70.19|N|North of and above the harbor.|
    T The Mission|QID|29548|M|42.02,92.82|N|To Sky Admiral Rogers.|
    A Unleash Hell|QID|31732|M|42.02,92.82|N|From Sky Admiral Rogers.|
    C Unleash Hell|QID|31732|N|Go to a chopper and get on it.|
    T Unleash Hell|QID|31732|M|42.02,92.78|N|To Sky Admiral Rogers.|
    A Touching Ground|QID|31733|M|42.02,92.78|N|From Sky Admiral Rogers.|
    C Touching Ground|QID|31733|NC|M|42.29,92.8|N|Pick up a parachute.|

    T Touching Ground|QID|31733|M|43.60,90.72|N|To Sully “The Pickle” McLeary.|
    A No Plan Survives Contact with the Enemy|QID|30069|M|43.60,90.72|N|From Sully “The Pickle” McLeary.|
    A Welcome Wagons|QID|31734|M|43.60,90.72|N|From Sully “The Pickle” McLeary.|
    C Welcome Wagons|QID|31734|U|89612|M|44.00,94.22|
    C No Plan Survives Contact with the Enemy|QID|30069|M|42.50,93.24|
    T Welcome Wagons|QID|31734|M|45.15, 95.00|N|To Rell Nightwind|
    T No Plan Survives Contact with the Enemy|QID|30069|M|45.15,95.00|N|To Rell Nightwind.|
    A The Right Tool For The Job|QID|31735|M|45.15,95.00|N|From Rell Nightwind.|
    C The Right Tool For The Job|QID|31735|U|89624|M|46.23,96.31|N|Hunter’s Marks show where the barricades are.|
    T The Right Tool For The Job|QID|31735|M|46.44,96.28|N|To Rell Nightwind.|
    A Envoy of the Alliance|QID|31736|M|46.45,96.39|N|From Rell Nightwind.|
    A The Cost of War|QID|31737|M|46.45,96.39|N|From Rell Nightwind.|
    C The Cost of War|QID|31737|M|44.31,95.89|

    R Paw’don Village|QID|31737|M|46.05,85.10|
    C Envoy of the Alliance|QID|31736|M|46.02,85.06|
    f Paw’don Village|QID|31737|M|46.05,85.10|N|At Wing Kyo.|
    T The Cost of War|QID|31737|M|46.29,84.78|N|To Taran Zhu.|
    T Envoy of the Alliance|QID|31736|M|46.29,84.78|N|To Sunke Khang.|
    A Pillaging Peons|QID|31738|M|46.29,84.78|N|From Sunke Khang.|
    A Priorities!|QID|31739|M|46.22,84.69|N|From Teng Applebloom.|
    A Critical Condition|QID|29552|M|46.10,84.54|N|From Mishka.|
    C Pillaging Peons|QID|31738|M|42.08,87.83|
    C Priorities!|QID|31739|M|43.62,88.27|
    C Critical Condition|QID|29552|M|42.64,87.62|
    T Priorities!|QID|31739|M|39.56,90.09|N|To Lin Applebloom.|
    A Koukou’s Rampage|QID|31740|M|39.56,90.09|N|From Lin Applebloom.|
    C Koukou’s Rampage|QID|31740|M|39.62,89.86|
    T Critical Condition|QID|29552|M|46.16,84.63|N|To Mishka.|
    T Pillaging Peons|QID|31738|M|46.24,84.79|N|To Sunke Khang.|
    T Koukou’s Rampage|QID|31740|M|46.21,84.68|N|To Sunke Khang.|

    A Twinspire Keep|QID|31741|M|46.21,84.68|N|From Sunke Khang.|
    A Unfair Trade|QID|31744|M|46.21,84.68|N|From Sunke Khang.|
    A Fractured Forces|QID|31742|M|46.21,84.75|N|From Rell Nightwind.|
    A Smoke Before Fire|QID|31743|M|46.21,84.75|N|From Rell Nightwind.|
    C Unfair Trade|QID|31744|M|40.12,81.90|
    C Smoke Before Fire|QID|31743|U|89602|M|43.05,81.38|
    C Twinspire Keep|QID|31741|M|42.30,79.63|
    C Fractured Forces|QID|31742|M|41.83,80.33|
    T Twinspire Keep|QID|31741|M|41.39,79.60|N|To Sully “The Pickle” McLeary.|
    T Unfair Trade|QID|31744|M|41.39,79.60|N|To Sully “The Pickle” McLeary.|
    T Fractured Forces|QID|31742|M|41.39,79.60|N|To Sully “The Pickle” McLeary.|
    T Smoke Before Fire|QID|31743|M|41.39,79.60|N|To Sully “The Pickle” McLeary.|
    A The Fall of Ga’trul|QID|30070|M|41.39,79.60|N|From Sully “The Pickle” McLeary.|
    C The Fall of Ga’trul|QID|30070|M|41.49,78.59|Z|Twinspire Keep|
    T The Fall of Ga’trul|QID|30070|M|41.43,79.06|Z|Twinspire Keep|N|To Rell Nightwind.|
    A Onward and Inward|QID|31745|M|41.43,79.06|Z|Twinspire Keep|N|From Rell Nightwind.|
    C Onward and Inward|QID|31745|M|41.43,79.06|N|There is a chopper just outside to take you back to the village.|

    T Onward and Inward|QID|31745|M|48.06,88.32|N|To Sky Admiral Rogers.|
    A The White Pawn|QID|29555|M|48.06,88.32|N|From Sky Admiral Rogers.|
    A Hozen Aren’t Your Friends, Hozen Are Your Enemies|QID|29556|M|48.06,88.32|N|From Sky Admiral Rogers.|
    C The White Pawn|QID|29555|NC|QO|A.L.W. Journal|M|50.13,90.78|N|Inside the ship (underwater).|
    C The White Pawn|QID|29555|NC|QO|Royal Banner|M|50.13,90.78|N|Inside the ship (underwater).|
    C The White Pawn|QID|29555|NC|QO|Allliance Bodyguard|M|49.77,90.2|N|On Deck.|
    C The White Pawn|QID|29555|M|50.25,90.78|The logbook drops off of the Hozen.|
    C Hozen Aren’t Your Friends, Hozen Are Your Enemies|QID|29556|M|50.78,88.74|
    T Hozen Aren’t Your Friends, Hozen Are Your Enemies|QID|29556|M|50.42,88.20|N|To Nodd Codejack.|
    T The White Pawn|QID|29555|M|50.42,88.20|N|To Nodd Codejack.|
    A The Missing Admiral|QID|29553|M|50.42,88.20|N|From Nodd Codejack.|

    R Slingtail Pits|QID|29553|M|54.21,82.43|
    T The Missing Admiral|QID|29553|M|54.21,82.43|N|To Admiral Taylor.|
    A The Path of War|QID|29558|M|54.11,82.37|N|From Bold Karasshi.|
    A Freeing Our Brothers|QID|29559|M|54.11,82.37|N|From Bold Karasshi.|
    A Ancient Power|QID|29560|M|54.11,82.37|N|From Bold Karasshi.|
    C Freeing Our Brothers|QID|29559|M|53.28,81.60|
    C The Path of War|QID|29558|M|53.10,81.33|
    C Ancient Power|QID|29560|NC|M|53.51,79.94|N|Pick up sparklies (skulls) in the Hozen camp.|
    T The Path of War|QID|29558|M|54.15,82.42|N|To Bold Karasshi.|
    T Freeing Our Brothers|QID|29559|M|54.15,82.42|N|To Bold Karasshi.|
    T Ancient Power|QID|29560|M|54.15,82.42|N|To Bold Karasshi.|
    A Kung Din|QID|29759|M|54.15,82.42|N|From Bold Karasshi.|
    C Kung Din|QID|29759|M|54.56,79.99|N|Two phase fight, swiches between normal fighting and Vehicle UI where you need to press 1 to “hang on for life”|
    T Kung Din|QID|29759|M|54.15,82.42|N|To Bold Karasshi.|
    A Jailbreak|QID|29562|M|54.15,82.42|N|From Bold Karasshi.|
    C Jailbreak|QID|29562|M|56.18,81.41|

    R Pearlfin Village|QID|29562|M|57.95,82.47|
    f Pearlfin Village|QID|29562|M|57.95,82.47|N|At Ut-Nam.|
    T Jailbreak|QID|29562|M|58.95,81.64|N|To Bold Karasshi.|
    A The Pearlfin Situation|QID|29883|M|58.91,81.91|N|From Rell Nightwind.|
    A Road Rations|QID|29885|M|58.91,81.91|N|From Rell Nightwind.|
    C The Pearlfin Situation|QID|29883|M|59.88,83.95|Blizzard has kindly marked the locations on your mini-map with chat bubbles.|
    C Road Rations|QID|29885|M|60.77,82.21|
    T The Pearlfin Situation|QID|29883|M|58.90,81.91|N|To Rell Nightwind.|
    T Road Rations|QID|29885|M|58.92,81.95|N|To Rell Nightwind.|
    A Family Heirlooms|QID|29762|M|58.93,81.68|N|From Bold Karasshi.|
    A The Elder’s Instruments|QID|29887|M|58.75,81.31|N|From Pearlkeeper Fujin.|
    C Family Heirlooms|QID|29762|M|67.25,88.40|
    C The Elder’s Instruments|QID|29887|M|67.44,87.54|
    ; |L|79813 3|U|79813|N|Dropped by the Hozen| ==is this quest still in the Jade Forest v2?==
    ; |U|79812|N|Optional, no other quests follow.|==I didnt get any scraps in killing the hozen==
    ; A Trail of the White Pawn|QID|29895|
    T Family Heirlooms|QID|29762|M|58.94,81.68|N|To Bold Karasshi.|
    T The Elder’s Instruments|QID|29887|M|58.72,81.22|N|To Pearlkeeper Fujin.|
    A Spirits of the Water|QID|29894|M|58.72,81.22|N|From Pearlkeeper Fujin.|
    C Spirits of the Water|QID|29894|M|58.55,82.74|
    T Spirits of the Water|QID|29894|M|58.95,81.65|N|To Bold Karasshi.|
    A SI:7 Report: Lost in the Woods|QID|29733|M|49.57,72.57|N|From Rell Nightwind.|
    C SI:7 Report: Lost in the Woods|QID|29733|M|49.88,70.92|
    T SI:7 Report: Lost in the Woods|QID|29733|M|58.97,81.83|N|To Rell Nightwind.|
    A SI:7 Report: Fire From the Sky|QID|29725|M|51.02,63.06|N|From Sully “The Pickle” McLeary.|
    C SI:7 Report: Fire From the Sky|QID|29725|M|50.93,63.12|
    T SI:7 Report: Fire From the Sky|QID|29725|M|58.83,81.69|N|To Sully “The Pickle” McLeary.|
    A SI:7 Report: Hostile Natives|QID|29726|M|38.16,45.78|N|From Little Lu.|
    C SI:7 Report: Hostile Natives|QID|29726|M|38.68,45.92|N|Click on the sparklies, sign is where path to hut turns off from main road.|
    T SI:7 Report: Hostile Natives|QID|29726|M|59.04,81.90|N|To Little Lu.|
    A SI:7 Report: Take No Prisoners|QID|29727|M|29.37,54.11|N|From Amber Kearnen.|
    C SI:7 Report: Take No Prisoners|QID|29727|M|29.37,52.19|
    T SI:7 Report: Take No Prisoners|QID|29727|M|58.93,81.86|N|To Amber Kearnen.|
    A A Perfect Match|QID|29903|M|58.89,81.70|N|From Admiral Taylor.|
    A Seek Out the Lorewalker|QID|29888|M|58.96,81.68|N|From Bold Karasshi.|
    C A Perfect Match|QID|29903|M|60.44,87.70|
    T A Perfect Match|QID|29903|M|58.83,81.61|N|To Admiral Taylor.|
    A Bigger Fish to Fry|QID|29904|M|58.83,81.61|N|From Admiral Taylor.|
    C Bigger Fish to Fry|QID|29904|M|63.18,80.12|
    T Bigger Fish to Fry|QID|29904|M|58.85,81.65|N|To Admiral Taylor.|
    A Let Them Burn|QID|29905|M|58.85,81.65|N|From Admiral Taylor.|
    A Carp Diem|QID|29906|M|58.85,81.65|N|From Admiral Taylor.|
    C Let Them Burn|QID|29905|M|55.01,81.74|
    C Carp Diem|QID|29906|M|54.71,80.45|
    T Let Them Burn|QID|29905|M|58.89,81.46|N|To Elder Lusshan.|
    T Carp Diem|QID|29906|M|58.89,81.46|N|To Elder Lusshan.|

    R Dreamer’s Pavilion|QID|29888|M|53.75,91.56|
    T Seek Out the Lorewalker|QID|29888|M|53.75,91.56|N|To Mouthwatering Brew.|
    A Borrowed Brew|QID|29889|M|53.75,91.56|N|From Mouthwatering Brew.|
    C Borrowed Brew|QID|29889|M|53.73,91.44|N|Drink the brew.|
    T Borrowed Brew|QID|29889|M|53.69,91.43|N|To Lorewalker Cho.|
    A A Visit with Lorewalker Cho|QID|31130|M|53.69,91.43|N|From Lorewalker Cho.|
    C A Visit with Lorewalker Cho|QID|31130|M|54.04,91.32|N|Follow Cho and click on the gears when they appear.|
    T A Visit with Lorewalker Cho|QID|31130|M|54.02,91.21|N|To Lorewalker Cho.|
    A Potency|QID|29891|M|54.02,91.21|N|From Lorewalker Cho.|
    A Body|QID|29892|M|54.02,91.21|N|From Lorewalker Cho.|
    A Hue|QID|29893|M|54.02,91.21|N|From Lorewalker Cho.|
    C Hue|QID|29893|S|U|76128|M|56.24,88.06|N|Kill bugs, crocs, and Mistwalkers for these 3 quests.|
    C Potency|QID|29891|M|59.69,90.69|
    C Body|QID|29892|M|55.39,88.57|
    C Hue|QID|29893|U|76128|M|56.24,88.06|
    T Potency|QID|29891|M|53.75,90.67|N|To Lorewalker Cho.|
    T Body|QID|29892|M|53.75,90.67|N|To Lorewalker Cho.|
    T Hue|QID|29893|M|53.75,90.67|N|To Lorewalker Cho.|
    A Finding Your Center|QID|29890|M|53.75,90.67|N|From Lorewalker Cho.|
    C Finding Your Center|QID|29890|M|54.57,91.88|

    R Den of Sorrow|QID|29890|
    T Finding Your Center|QID|29890|M|65.90,79.29|N|To Anduin Wrynn.|
    A Sacred Waters|QID|29898|M|65.90,79.29|N|From Anduin Wrynn.|
    A Rest in Peace|QID|29899|M|65.96,79.26|N|From Ren Whitepaw.|
    A An Ancient Legend|QID|29900|M|65.96,79.39|N|From Lina Whitepaw.|
    C Rest in Peace|QID|29899|M|66.71,82.27|
    C An Ancient Legend|QID|29900|M|66.54,80.50|N|Song is the gear in the room with the Shade.|
    C Sacred Waters|QID|29898|M|68.07,81.83|N|Bliz has kindly placed gears for each of the bowls of water. Keep walking up the cave to find them all.|
    T Sacred Waters|QID|29898|M|65.95,79.41|N|To Lina Whitepaw.|
    T Rest in Peace|QID|29899|M|65.94,79.22|N|To Ren Whitepaw.|
    T An Ancient Legend|QID|29900|M|65.94,79.22|N|To Ren Whitepaw.|
    A Anduin’s Decision|QID|29901|M|65.94,79.22|N|From Ren Whitepaw.|
    C Anduin’s Decision|QID|29901|M|65.91,79.24|
    T Anduin’s Decision|QID|29901|M|58.84,81.68|N|To Admiral Taylor.|
    A In Search of Wisdom|QID|29922|M|58.93,81.50|N|From Elder Lusshan.|
    C In Search of Wisdom|QID|29922|M|57.93,82.48|

    f Dawn’s Blossom|QID|29922|M|47.03,46.22|N|At Keg Runner Lee.|
    A Welcome to Dawn’s Blossom|QID|31230|M|47.19,46.11|N|From Toya.|
    C Welcome to Dawn’s Blossom|QID|31230|M|48.47,44.50|N|Bliz has marked the people to talk to on your minimap with chat bubbles.|
    T In Search of Wisdom|QID|29922|M|46.85,46.16|N|To Lorewalker Cho.|
    T Welcome to Dawn’s Blossom|QID|31230|M|47.16,46.15|N|To Toya.|
    A The Double Hozu Dare|QID|29716|M|46.52,45.92|N|From An Windfur.|
    A The Silkwood Road|QID|29865|M|46.48,45.85|N|From Tzu the Ironbelly.|
    A The Threads that Stick|QID|29866|M|46.59,45.32|N|From Lo Wanderbrew.|
    C The Threads that Stick|QID|29866|M|43.68,48.32|
    C The Silkwood Road|QID|29865|M|43.26,49.23|
    A Down Kitty!|QID|29717|M|39.82,48.05|N|From An Windfur.|
    C Down Kitty!|QID|29717|M|37.11,47.72|
    C The Double Hozu Dare|QID|29716|M|37.31,48.19|
    T The Double Hozu Dare|QID|29716|N|To An Windfur. (she should be following you)|
    A The Jade Witch|QID|29723|N|From An Windfur.|
    T Down Kitty!|QID|29717|N|To An Windfur.|
    C The Jade Witch|QID|29723|M|39.23,46.17|
    T The Silkwood Road|QID|29865|M|46.43,45.74|N|To Tzu the Ironbelly.|
    T The Threads that Stick|QID|29866|M|46.62,45.37|N|To Lo Wanderbrew.|
    T The Jade Witch|QID|29723|M|46.43,44.85|N|To An Windfur.|
    A Find the Boy|QID|29993|M|47.07,46.08|N|From Kai Wanderbrew.|
    A All We Can Spare|QID|29925|M|47.20,46.13|N|From Toya.|

    R The Arboratum|QID|29993|M|54.93,45.28|
    A The Perfect Color|QID|29881|M|54.93,45.28|N|From Inkmaster Glenzu.|
    T Find the Boy|QID|29993|M|54.92,44.83|N|To Inkmaster Wei.|
    A Shrine of the Dawn|QID|29995|M|54.92,44.83|N|From Inkmaster Wei.|
    A Quill of Stingers|QID|29882|M|55.36,45.32|N|From Inkmaster Jo Po.|
    f The Arboretum|QID|29882|M|56.96,44.22|N|At Injar’i Lakebloom.|
    C The Perfect Color|QID|29881|S|M|53.48,44.38|
    C Quill of Stingers|QID|29882|M|53.65,43.99|
    C The Perfect Color|QID|29881|US|M|53.48,44.38|
    T The Perfect Color|QID|29881|M|54.91,45.35|N|To Inkmaster Glenzu.|
    T Quill of Stingers|QID|29882|M|55.28,45.20|N|To Inkmaster Jo Po.|

    R Shrine of the Dawn|QID|29995|M|52.63,38.08|
    T Shrine of the Dawn|QID|29995|M|52.63,38.08|N|To Syra Goldendraft.|
    A Getting Permission|QID|29920|M|52.63,38.08|N|From Syra Goldendraft.|
    C Getting Permission|QID|29920|M|52.53,35.62|
    T Getting Permission|QID|29920|M|52.61,38.13|N|To Lo Wanderbrew.|

    R Emperor’s Omen|QID|29925|M|50.92,27.03|
    T All We Can Spare|QID|29925|M|50.92,27.03|N|To Lorewalker Cho.|
    f Emperor’s Omen|QID|29920|M|50.84,26.86|N|At Supplier Towsa.|
    A I Have No Jade And I Must Scream|QID|29928|M|50.91,27.03|N|From Foreman Mann.|
    C I Have No Jade And I Must Scream|QID|29928|M|48.46,32.25|N|Kill the sprites, they toss out some jade pieces when they die.|
    T I Have No Jade And I Must Scream|QID|29928|M|50.91,27.05|N|To Foreman Mann.|
    A Calamity Jade|QID|29926|M|50.91,27.05|N|From Foreman Mann.|
    A Mann’s Man|QID|29927|M|50.91,27.05|N|From Foreman Mann.|
    T Mann’s Man|QID|29927|M|45.44,29.09|N|To Hao Mann.|
    A Trapped!|QID|29929|M|45.44,29.09|N|From Hao Mann.|
    C Trapped!|QID|29929|M|43.87,30.49|
    C Calamity Jade|QID|29926|M|44.48,30.29|
    T Trapped!|QID|29929|M|46.30,29.35|N|To Hao Mann.|
    A What’s Mined Is Yours|QID|29930|M|46.30,29.35|N|From Hao Mann.|
    C What’s Mined Is Yours|QID|29930|M|46.3,29.35|N|Hop in Hao’s cart.|
    T What’s Mined Is Yours|QID|29930|M|50.91,27.03|N|To Foreman Mann.|
    A The Serpent’s Heart|QID|29931|M|50.91,27.03|N|From Foreman Mann.|
    N If you are into exploring… |N|…this is as close to Sri-La Village as you are going to get in this guide. skip the next step if you don’t want to go there, no quests there except lvl 90 dailys.|
    f Sri-La Village|QID|29670|M|55.44,23.73|N|At Gingo Alebottom.|

    R Tiger’s Wood|M|48.64,24.91|CC|
    A The Sprites’ Plight|QID|29745|M|48.64,24.91|N|From Outcast Sprite.|
    C The Sprites’ Plight|QID|29745|M|49.76,19.64|
    T The Sprites’ Plight|QID|29745|N|To UI Alert.|
    A Break the Cycle|QID|29747|N|From UI Alert.|
    A Simulacrumble|QID|29748|M|48.61,20.65|N|From Vacant Simulacra.|
    C Break the Cycle|QID|29747|S|M|48.34,16.61|N|Kill the Spiritbinders and kick over the statues as you go.|
    C Simulacrumble|QID|29748|M|47.82,16.45|
    C Break the Cycle|QID|29747|US|M|48.34,16.61|
    T Break the Cycle|QID|29747|M|48.34,16.61|N|To UI Alert.|
    T Simulacrumble|QID|29748|N|To UI Alert.|
    A An Urgent Plea|QID|29749|N|From UI Alert.|
    C An Urgent Plea|QID|29749|M|44.21,15.39|N|Killing the stuff drifting towards the center powers the staff, thus destroying the ritual.|
    T An Urgent Plea|QID|29749|M|44.22,15.01|N|To Pei-Zhi.|
    A Ritual Artifacts|QID|29751|M|44.22,15.01|N|From Pei-Zhi.|
    A Vessels of the Spirit|QID|29750|M|44.22,15.01|N|From Pei-Zhi.|
    A The Wayward Dead|QID|29752|M|44.22,15.01|N|From Pei-Zhi.|
    C The Wayward Dead|QID|29752|S|U|74771|M|44.22,15.01|N|Use Pei-Zhi’s staff to release the Wandering Spirits, also kill Spiritclaw’s.|
    C Ritual Artifacts|QID|29751|NC|QO|Chipped Ritual Bowl: 1/1|M|41.62,14.27|
    C Ritual Artifacts|QID|29751|NC|QO|Jade Cong: 1/1|M|42.63,15.74|
    C Ritual Artifacts|QID|29751|NC|QO|Pungent Ritual Candle: 1/1|M|42.3,17.09|
    C Vessels of the Spirit|QID|29750|L|74763 8|M|40.69,14.85|
    C The Wayward Dead|QID|29752|US|U|74771|M|40.38,14.76|
    T Ritual Artifacts|QID|29751|M|44.21,15.01|N|To Pei-Zhi.|
    T Vessels of the Spirit|QID|29750|M|44.21,15.01|N|To Pei-Zhi.|
    T The Wayward Dead|QID|29752|M|44.21,15.01|N|To Pei-Zhi.|
    A Back to Nature|QID|29753|M|44.21,15.01|N|From Pei-Zhi.|
    A A Humble Offering|QID|29756|M|44.21,15.01|N|From Pei-Zhi.|
    C A Humble Offering|QID|29756|M|39.71,10.98|
    C Back to Nature|QID|29753|U|74808|M|39.88,10.43|
    T Back to Nature|QID|29753|M|44.26,15.04|N|To Pei-Zhi.|
    T A Humble Offering|QID|29756|M|44.26,15.04|N|To Pei-Zhi.|
    A To Bridge Earth and Sky|QID|29754|M|44.26,15.04|N|From Pei-Zhi.|
    C To Bridge Earth and Sky|QID|29754|M|43.74,12.70|
    T To Bridge Earth and Sky|QID|29754|M|43.74,12.70|N|To UI Alert.|
    A Pei-Back|QID|29755|M|43.74,12.70|From UI Alert.|
    C Pei-Back|QID|29755|M|42.52,10.99|N|When you get seperated from your body, you need to run back and click on it to rejoin it.|
    T Pei-Back|QID|29755|M|43.81,12.47|N|To Pei-Zhi.|

    R Tien Monestary|QID|29618|CS|M|44.48,30.77; 45.14, 28.35; 45.37,26.47;44.38,24.98|
    A The High Elder|QID|29618|M|44.98,25.02|N|From Lin Tenderpaw.|
    T The High Elder|QID|29618|M|45.23,25.08|N|To High Elder Cloudfall.|
    A A Courteous Guest|QID|29619|M|45.01,24.93|N|From Lin Tenderpaw.|
    C A Courteous Guest|QID|29619|M|45.81,27.50|N|From the ground or kill sprites.|
    T A Courteous Guest|QID|29619|M|45.01,24.99|N|To Lin Tenderpaw.|
    A The Great Banquet|QID|29620|M|45.01,24.99|N|From Lin Tenderpaw.|
    f Banquet Grounds|QID|29620|M|43.52,24.55|N|At Studious Chu.|
    C The Great Banquet|QID|29620|NC|M|42.81,23.22|
    T The Great Banquet|QID|29620|M|42.71,23.23|N|To High Elder Cloudfall.|
    A Groundskeeper Wu|QID|29626|M|43.09,23.62|N|From Xiao.|
    A Your Training Starts Now|QID|29622|M|43.09,23.62|N|From Xiao.|
    A Becoming Battle-Ready|QID|29632|M|43.27,24.75|N|From Master Stone Fist.|
    C Becoming Battle-Ready|QID|29632|M|43.27,24.75|Fight the students in the area.|
    T Becoming Battle-Ready|QID|29632|M|43.27,24.75|N|To Master Stone Fist.|
    A Zhi-Zhi, the Dextrous|QID|29633|M|43.27,24.75|N|From Master Stone Fist.|
    A Husshun, the Wizened|QID|29634|M|43.27,24.75|N|From Master Stone Fist.|
    C Zhi-Zhi, the Dextrous|QID|29633|M|43.03,25.96|N|On top of the hill.|
    T Groundskeeper Wu|QID|29626|M|41.59,23.66|N|To Groundskeeper Wu.|
    A A Proper Weapon|QID|29627|M|41.59,23.66|N|From Groundskeeper Wu.|
    C A Proper Weapon|QID|29627|QO|Rattan Switch: 6/6|NC|L|72926 6|S|N|Sparklies scattered around.|
    B A Proper Weapon|QID|29627|QO|Black Walnut Extract: 1/1|L|72954 1|M|41.4,24.18|N|From June Whiteblossom.|
    B A Proper Weapon|QID|29627|QO|Triple-Bittered Ale: 3/3|L|72979 3|M|41.77,24.66|N|From Brewmaster Lei Kanglei.|
    C A Proper Weapon|QID|29627|US|NC|
    T A Proper Weapon|QID|29627|US|M|41.59,23.66|N|To Groundskeeper Wu.|
    A A Strong Back|QID|29628|M|41.59,23.66|N|From Groundskeeper Wu.|
    A A Steady Hand|QID|29629|M|41.59,23.66|N|From Groundskeeper Wu.|
    A And a Heavy Fist|QID|29630|M|41.59,23.66|N|From Groundskeeper Wu.|
    A Burning Bright|QID|29631|M|37.96,23.8|N|From Guard Shan Long.|
    C Burning Bright|QID|29631|S|M|36.09,27.57|
    C A Steady Hand|QID|29631|L|73193 80|N|Any movement (including panning the camera angle) will end the gathering.|
    C Burning Bright|QID|29631|US|M|36.09,27.57|
    C And a Heavy Fist|QID|29631|S|N|Kill these as you approach the next objective|
    C A Strong Back|QID|29631|QO|Boiling Cauldron obtained.|M|37.77,17.53|
    C And a Heavy Fist|QID|29631|US|
    T Burning Bright|QID|29631|M|37.96, 23.79|N|To Guard Shan Long.|
    T A Strong Back|QID|29628||M|41.59,23.66|N|To Groundskeeper Wu.|
    T A Steady Hand|QID|29629|M|41.59,23.66|N|To Groundskeeper Wu.|
    T And a Heavy Fist|QID|29630|M|41.59,23.66|N|To Groundskeeper Wu.|
    T Your Training Starts Now|QID|29622|M|41.59,28.35|N|To Instructor Xann.|
    A Perfection|QID|29623|M|41.59,28.35|N|From Instructor Xann.|
    C Perfection|QID|29623|M|41.34,27.52|N|You copy the instructor, when he punches one first forward, press “1”, Both arms forward is “2” and both arms back is “3”.|
    T Perfection|QID|29623|M|41.59,28.35|N|To Instructor Xann.|
    A Attention|QID|29624|M|41.59,28.35|N|From Instructor Xann.|
    C Attention|QID|29624|M|41.11,26.98|N|Attack the right or left bag based on the yellow text in the middle of your screen.|
    T Attention|QID|29624|M|41.59,28.35|N|To Instructor Xann.|
    C Husshun, the Wizened|QID|29634|M|44.54,24.08|
    T Zhi-Zhi, the Dextrous|QID|29633|M|43.27,24.75|N|To Master Stone Fist.|
    T Husshun, the Wizened|QID|29634|M|43.27,24.75|N|To Master Stone Fist.|
    A Xiao, the Eater|QID|29635|M|43.27,24.75|N|From Master Stone Fist.|
    C Xiao, the Eater|QID|29635|M|43.12, 23.64|
    T Xiao, the Eater|QID|29635|M|43.27,24.75|N|To Master Stone Fist.|
    A A Test of Endurance|QID|29636|M|43.27,24.75|N|From Master Stone Fist.|
    T A Test of Endurance|QID|29636|M|38.99,24.06|N|To Instructor Myang.|
    A The Rumpus|QID|29637|M|38.99,24.06|N|From Instructor Myang.|
    C The Rumpus|QID|29637|M|38.98,23.23|N|Stay alive for 2 minutes|
    T The Rumpus|QID|29637|M|38.99,24.06|N|To Instructor Myang.|
    A Flying Colors|QID|29647|M|43.27,24.75|N|From Instructor Myang.|
    T Flying Colors|QID|29647|M|42.71,23.23|N|To High Elder Cloudfall.|

    F Paw’dan Village|QID|29931|M|43.52,24.55|N|At Studious Chu.(or you can just ride straight to Nectarbreeze)|
    R Nectarbreeze Orchard|M|43.54,75.91|CC|
    A Defiance|QID|29578|M|43.54,75.91|N|From Shao the Defiant.|
    A Rally the Survivors|QID|29579|M|43.54,75.91|N|From Shao the Defiant.|
    A Spitfire|QID|29585|M|43.28,75.77|N|From Gentle Mother Hanae.|
    A Orchard-Supplied Hardware|QID|29580|M|43.28,75.77|N|From Gentle Mother Hanae.|
    C Orchard-Supplied Hardware|QID|29580|M|43.58,71.16|
    C Spitfire|QID|29585|U|72578|M|44.48,72.49|
    C Rally the Survivors|QID|29579|M|44.51,72.75|
    C Defiance|QID|29578|M|44.19,74.52|
    T Rally the Survivors|QID|29579|M|43.48,75.96|N|To Shao the Defiant.|
    T Defiance|QID|29578|M|43.48,75.96|N|To Shao the Defiant.|
    T Spitfire|QID|29585|M|43.27,75.97|N|To Gentle Mother Hanae.|
    T Orchard-Supplied Hardware|QID|29580|M|43.27,75.97|N|To Gentle Mother Hanae.|
    A The Splintered Path|QID|29586|M|43.27,75.97|N|From Traumatized Nectarbreeze Farmer.|
    C The Splintered Path|QID|29586|M|40.71,73.87|
    T The Splintered Path|QID|29586|M|40.96,73.97|N|To Shao the Defiant.|
    A Unbound|QID|29587|M|40.96,73.97|N|From Shao the Defiant.|
    A Maul Gormal|QID|29670|M|40.96,73.97|N|From Shao the Defiant.|
    C Unbound|QID|29587|M|39.76,75.57|
    C Maul Gormal|QID|29670|M|37.84,75.76|
    T Unbound|QID|29587|M|41.02,73.97|N|To Shao the Defiant.|
    T Maul Gormal|QID|29670|M|41.02,73.97|N|To Shao the Defiant.|

    R Serpent’s Heart|QID|29931|
    T The Serpent’s Heart|QID|29931|M|48.26,61.31|N|To Foreman Raike.|
    A Love’s Labor|QID|30495|M|48.26,61.31|N|From Foreman Raike.|
    C Love’s Labor|QID|30495|M|47.54,60.63|N|Kitemaster Shoku will fly you to the top where Taskmaster Emi is.|
    T Love’s Labor|QID|30495|M|48.31,61.30|N|To Foreman Raike.|
    A The Temple of the Jade Serpent|QID|29932|M|48.31,61.30|N|From Foreman Raike. Take the kite ride from flightmaster Shoku.|
    C The Temple of the Jade Serpent|QID|29932|M|55.78,57.06|
    T The Temple of the Jade Serpent|QID|29932|M|58.13,58.65|N|To Elder Sage Rain-Zhu.|
    A The Scryer’s Dilemma|QID|29997|M|58.13,58.65|N|From Elder Sage Rain-Zhu.|
    A The Librarian’s Quandary|QID|29998|M|58.13,58.65|N|From Elder Sage Rain-Zhu.|
    A They Call Him… Stormstout|QID|32019|M|58.13,58.65|N|From Elder Sage Rain-Zhu.|
    A The Rider’s Bind|QID|29999|M|58.05,59.00|N|From Fei.|
    A Lighting Up the Sky|QID|30005|M|58.05,59.00|N|From Fei.|
    C Lighting Up the Sky|QID|30005|S|N|Set of the fireworks as you go and pick up the little serpents marked by cogs on your mini map.|
    T The Librarian’s Quandary|QID|29998|M|56.29,60.46|N|To Lorewalker Stonestep.|
    A Moth-Ridden|QID|30001|M|56.29,60.46|N|From Lorewalker Stonestep.|
    C Pages of History|QID|30002|M|55.70,59.95|
    A Pages of History|QID|30002|M|56.29,60.46|N|From Lorewalker Stonestep.|
    C Moth-Ridden|QID|30001|M|56.39,60.43|
    T Moth-Ridden|QID|30001|M|56.29,60.40|N|To Lorewalker Stonestep.|
    A Everything In Its Place|QID|30004|M|56.29,60.40|N|From Lorewalker Stonestep.|
    C The Scryer’s Dilemma|QID|29997|M|56.79,55.84|
    T The Scryer’s Dilemma|QID|29997|M|57.59,55.98|N|To Wise Mari.|
    A A New Vision|QID|30011|M|57.59,55.98|N|From Wise Mari.|
    C The Rider’s Bind|QID|29999|M|59.20,56.75|
    C Lighting Up the Sky|QID|29999|US|M|56.42,58.12|
    T A New Vision|QID|30011|M|58.16,58.64|N|To Elder Sage Rain-Zhu.|
    T Everything In Its Place|QID|30004|M|58.16,58.64|N|To Elder Sage Rain-Zhu.|
    T The Rider’s Bind|QID|29999|M|58.05,59.02|N|To Fei.|
    A The Jade Serpent|QID|30000|M|58.05,59.02|N|From Fei.|
    C The Jade Serpent|QID|30000|M|53.49,58.02|
    T The Jade Serpent|QID|30000|M|55.83,57.05|N|To Elder Sage Wind-Yi.|

    A Get Back Here!|QID|30498|M|55.84,57.07|N|From UI Alert.|
    f Jade Temple Grounds|QID|30498|M|54.58,61.75|N|At Ginsa Arroweye.|
    F Get Back Here!|QID|30498|M|54.58,61.35|N|The flightmaster has an option for a direct flight. (currently misnamed glassfin village).|
    A An Unexpected Advantage|QID|30565|M|58.53,82.29|N|From Sully “The Pickle” McLeary.|
    T Get Back Here!|QID|30498|M|58.08,80.67|N|To Admiral Taylor.|
    A Helping the Cause|QID|30568|M|58.08,80.67|N|From Admiral Taylor.|
    C Helping the Cause|QID|30568|QO|Challenge a Pearlfin Recruit: 1/1|M|59.31, 83.49|
    C Helping the Cause|QID|30568|NC|QO|Assist the Wounded Pearlfin: 3/3|M|60.12,87.19|
    C Helping the Cause|QID|30568|QO|Defeat the Captive Hozen: 1/1|M|54.86, 79.81|
    C An Unexpected Advantage|QID|30565|M|62.50,76.15|
    T An Unexpected Advantage|QID|30565|M|58.60,82.26|N|To Sully “The Pickle” McLeary.|
    T Helping the Cause|QID|30568|M|58.11,80.68|N|To Admiral Taylor.|
    A Last Piece of the Puzzle|QID|31362|M|58.85,81.08|N|From Lorewalker Cho.|
    C Last Piece of the Puzzle|QID|31362|NC|U| |M|58.85,81.08|N|Talk to Mishi for a ride.|
    C Last Piece of the Puzzle|QID|31362|U|80071|M|44.50,66.96|
    T Last Piece of the Puzzle|QID|31362|M|44.78,67.06|N|To Lorewalker Cho.|
    A The Seal is Broken|QID|31303|M|44.78,67.06|N|From Lorewalker Cho.|
    f Serpent’s Overlook|QID|31303|M|43.13,68.48|N|At Sky Dancer Ji. (optional)|
    C The Seal is Broken|QID|31303|NC|M|44.72,66.98|N|Talk to Mishi to start the “bombing run”.|
    C The Seal is Broken|QID|31303|M|48.68,58.99|
    T The Seal is Broken|QID|31303|M|49.27,61.39|N|To Lorewalker Cho.|
    A Residual Fallout|QID|30500|M|49.27,61.39|N|From Lorewalker Cho.|
    A Jaded Heart|QID|30502|M|49.27,61.39|N|From Lorewalker Cho.|
    A Emergency Response|QID|31319|M|49.27,61.39|N|From Lorewalker Cho.|
    C Jaded Heart|QID|30502|S|NC|U|80074|L|80074 6|N|Pick up the sparkly pieces of Jade, you need them to make the elite Sha, non-elite.|
    C Emergency Response|QID|31319|NC|U|86511|QO|Admiral Taylor Recovered: 1/1|M|47.74,62.07|
    C Emergency Response|QID|31319|NC|U|86511|QO|Mishka Recovered: 1/1|M|46.4,61.68|
    C Emergency Response|QID|31319|NC|U|86511|QO|Sully Recovered: 1/1|M|47.49,59.19|
    C Residual Fallout|QID|30500|M|46.40,60.09|
    C Jaded Heart|QID|30502|US|U|80074|M|49.04,59.9|
    T Residual Fallout|QID|30500|M|49.32,61.50|N|To Lorewalker Cho.|
    T Jaded Heart|QID|30502|M|49.32,61.50|N|To Lorewalker Cho.|
    A Moving On|QID|30648|M|49.31,61.35|N|From Fei.|
    C Moving On|QID|30648|M|49.31,61.35|N|Talk to Fei.|
    T Moving On|QID|30648|N|To UI Alert (after the ride into the Valley).|
    N Congratulations,|N|You finished The Jade Forest. Next zone is Valley of the Four Winds, the guide should load when you check off this step.|

    ]]

    end)

  • img
    Aug 19, 2012 @ 17:53 pm

    Jade Forest – HordeI apologize in advance for any errors, I was rushing to get this done before I go on vacation. I did not give it the time I have given other guides. I was also experiencing wierd bugs where steps were changing after I entered them (usually if I moved steps up/down)… but such as it is, here it is.

    As an aside, how come the spammers seem to have such an easy time with the Captcha?…

    I deleted what was originally posted here and have replaced it with a new guide, there are only minor differances, but I thought it would be easier to replace the whole thing than identify where there were changes.

    Also, the buying of bittered ale for groundskeeper wu isn’t auto checking off, despite using an |L| tag, I dont know what’s wrong 🙁

    WoWPro.Leveling:RegisterGuide(‘EmmJad8586’, ‘The Jade Forest’, ‘Emmaleah’, ’85’, ’86’, ‘EmmVal8687’, ‘Horde’, function()
    return [[

    N Welcome to Pandaria|QID|29612|N|This is still in flux since they just reopened Jade Forest…|
    A The Art of War|QID|29612|N|From UI Alert|Z|Orgrimmar|
    T The Art of War|QID|29612|M|48.56,70.62|Z|Orgrimmar|N|To General Nazgrim.|
    A All Aboard!|QID|31853|M|48.56,70.62|Z|Orgrimmar|N|From General Nazgrim.|
    T All Aboard!|QID|31853|M|0.00,0.00|Z|Durotar|N|To General Nazgrim.(up in the Sky)|
    A Into the Mists|QID|29690|M|0.00,0.00|Z|Durotar|N|From General Nazgrim.|
    T Into the Mists|QID|29690|M|30.77,10.22|N|To General Nazgrim.|
    A Paint it Red!|QID|31765|M|30.77,10.22|N|From General Nazgrim.|
    C Paint it Red!|QID|31765|M|31.55,11.13|N|Cannons are along this side of the warship.|
    T Paint it Red!|QID|31765|M|31.00,11.04|N|To Rivett Clutchpop.|
    A Touching Ground|QID|31766|M|31.00,11.04|N|From Rivett Clutchpop.|
    C Touching Ground|QID|31766|M|31.55,11.13|Ropes are beside the cannons.|

    T Touching Ground|QID|31766|M|31.71,11.49|N|To General Nazgrim.|
    A Finish Them!|QID|31767|M|31.71,11.49|N|From General Nazgrim.|
    A Fire Is Always the Answer|QID|31768|M|31.71,11.49|N|From General Nazgrim.|
    C Finish Them!|QID|31767|M|33.03,8.07|
    C Fire Is Always the Answer|QID|31768|U|89605|M|33.78,6.53|
    T Finish Them!|QID|31767|M|34.79,10.61|N|To General Nazgrim.|
    T Fire Is Always the Answer|QID|31768|M|34.79,10.61|N|To General Nazgrim.|
    A The Final Blow!|QID|31769|M|34.79,10.61|N|From General Nazgrim.|
    C The Final Blow!|QID|31769|U|89769|QO|Destroy the first barricade: 1/1|M|34.01,9.84|
    C The Final Blow!|QID|31769|U|89769|QO|Destroy the second barricade: 1/1|M|34.65,9.8|
    C The Final Blow!|QID|31769|U|89769|QO|Destroy the third barricade: 1/1|M|34.92,10.67|
    C The Final Blow!|QID|31769|U|89769|M|33.60,10.58|
    T The Final Blow!|QID|31769|M|33.67,10.56|N|To General Nazgrim.|
    A You’re Either With Us Or…|QID|31770|M|33.67,10.56|N|From General Nazgrim.|
    A Higher Ground|QID|29694|M|33.67,10.56|N|From General Nazgrim.|
    A Face to Face With Consequence|QID|31771|M|33.67,10.56|N|From Taran Zhu.|

    C Face to Face With Consequence|QID|31771|M|34.32,10.60|N|Kill these guys as you run out of the building|
    C Higher Ground|QID|29694|M|31.95,13.21.|NC|QO|Shademaster Kiryn Rescued: 1/1|
    A Priorities!|QID|31978|M|31.97,13.30|N|From Gi-Oh.|
    A Prowler Problems|QID|31773|M|32.06,13.32|N|From Kai-Lin Honeydew.|
    C Higher Ground|QID|29694|M|30.81,11.32|NC|QO|Sergeant Garrok Rescued: 1/1|
    C Prowler Problems|QID|31773|M|30.61,11.78|
    C Priorities!|QID|31978|M|29.39,13.58|
    C Higher Ground|QID|29694|M|29.41,8.45|NC|QO|Shokia Rescued: 1/1|
    T Higher Ground|QID|29694|M|29.16,13.70|N|To Sergeant Gorrok.|
    C You’re Either With Us Or…|QID|31770|M|29.27,13.33|
    T You’re Either With Us Or…|QID|31770|M|29.15,13.74|N|To Mayor Honeydew.|
    T Face to Face With Consequence|QID|31771|M|29.15,13.82|N|To Taran Zhu.|
    T Prowler Problems|QID|31773|M|29.15, 13.82|N|To Taran Zhu.|
    A Seeking Zin’jun|QID|31774|M|29.13,13.76|N|From Sergeant Gorrok.|
    T Priorities!|QID|31978|M|29.37,13.57|N|To Ellie Honeypaw.|

    T Seeking Zin’jun|QID|31774|M|31.17,17.52|N|To Zin’Jun.|
    A Cryin’ My Eyes Out|QID|29765|M|31.17,17.52|N|From Zin’Jun.|
    A Monstrosity|QID|29743|M|30.90,17.49|N|From base of statue.|
    C Monstrosity|QID|29743|QO|Statue Torso Sketched: 1/1|NC|M|29.34,18.92|
    C Cryin’ My Eyes Out|QID|29765|M|29.15,17.91|
    C Seein’ Red|QID|29804|M|31.61,21.91|
    T Cryin’ My Eyes Out|QID|29765|M|29.42,18.00|N|To Zin’Jun.|
    A Seein’ Red|QID|29804|M|29.42,18.00|N|From Zin’Jun.|
    C Monstrosity|QID|29743|QO|Statue Arm Sketched: 1/1|NC|M|30.01,21.21|
    T Seein’ Red|QID|29804|M|31.61,21.91|N|To General Nazgrim.|
    A Assault on the Airstrip|QID|31775|M|31.61,21.91|N|From General Nazgrim.|
    A Strongarm Tactics|QID|31776|M|31.61,21.91|N|From General Nazgrim.|
    A Unreliable Allies|QID|31778|M|31.42,21.71|N|From Merchant Zin.|
    A Choppertunity|QID|31777|M|31.15,21.56|N|From Rivett Clutchpop.|
    C Monstrosity|QID|29743|QO|Statue Head Sketched: 1/1|NC|M|29.87, 22.39|
    C Unreliable Allies|QID|31778|M|29.63,23.15|
    C Strongarm Tactics|QID|31776|M|27.87,23.20|
    C Choppertunity|QID|31777|M|27.92,24.14|
    C Assault on the Airstrip|QID|31775|M|27.96,24.73|
    C Monstrosity|QID|29743|QO|Statue Shoulder Sketched: 1/1|NC|M|28.33,22.31|
    T Monstrosity|QID|29743|M|28.33,22.31|To UI Alert.|;i think it was ui alert…in V1 it was to Nazgrim.
    T Choppertunity|QID|31777|M|31.12,21.68|N|To Rivett Clutchpop.|
    T Unreliable Allies|QID|31778|M|31.45,21.72|N|To Merchant Zin.|
    T Assault on the Airstrip|QID|317725|M|31.65,21.97|N|To General Nazgrim.|
    T Strongarm Tactics|QID|31776|M|31.65,21.97|N|To General Nazgrim.|
    A The Darkness Within|QID|31779|M|31.65,21.97|N|From General Nazgrim.|
    C The Darkness Within|QID|31779|M|25.92,23.96|
    T The Darkness Within|QID|31779|M|27.52,24.15|
    A Nazgrim’s Command|QID|31999|M|27.52,24.15|
    T Nazgrim’s Command|QID|31999|M|28.41,24.91|N|To General Nazgrim.|
    A Forensic Science|QID|29815|M|28.15,24.76|N|From Shademaster Kiryn.|
    A Missed Me By… That Much!|QID|29821|M|28.13,24.71|N|From Rivett Clutchpop.|
    T Missed Me By… That Much!|QID|29821|M|22.85,30.60|
    A They’re So Thorny!|QID|31112|M|22.85,30.60|
    C Forensic Science|QID|29815|M|26.23,30.07|
    C They’re So Thorny!|QID|31112|U|84157|M|25.53,27.70|
    T They’re So Thorny!|QID|31112|M|28.07,24.62|N|To Rivett Clutchpop.|
    T Forensic Science|QID|29815|M|28.15,24.87|N|To Shademaster Kiryn.|
    A Acid Rain|QID|29827|M|28.21,24.91|N|From Shademaster Kiryn.|
    C Acid Rain|QID|29827|M|29.04,24.70|
    T Acid Rain|QID|29827|M|28.20,24.86|N|To Shademaster Kiryn.|
    A Lay of the Land|QID|29822|M|28.42,24.93|N|From General Nazgrim.|

    C Lay of the Land|QID|29822|NC|QO|Shrine of the Sun Visited|M|32.01,27.96|
    C Lay of the Land|QID|29822|QO|Dook Ookem Slain: 1/1|M|27.75,30.35|
    C Lay of the Land|QID|29822|NC|QO|Shrine of the Moon Visited: 1/1|M|26.16,32.32|
    T Lay of the Land|QID|29822|M|27.61,32.71|N|To Lorewalker Cho.|
    A Stay a While, and Listen|QID|31121|M|27.61,32.71|N|From Lorewalker Cho.|
    C Stay a While, and Listen|QID|31121|M|27.55,32.57|N|Click on the table.|
    T Stay a While, and Listen|QID|31121|M|27.57,32.63|N|To Lorewalker Cho.|
    A A Mile in My Shoes|QID|31132|M|27.57,32.63|N|From Lorewalker Cho.|
    T A Mile in My Shoes|QID|31132|M|30.88,34.02|N|To Lorewalker Cho.|
    A If These Stones Could Speak|QID|31134|M|30.88,34.02|N|From Lorewalker Cho.|
    C If These Stones Could Speak|QID|31134|M|30.59,34.21|N|Click on each of the standing stones.|
    T If These Stones Could Speak|QID|31134|M|30.83,34.12|N|To Lorewalker Cho.|
    A Peering Into the Past|QID|31152|M|30.83,34.12|N|From Lorewalker Cho.|
    C Peering Into the Past|QID|31152|M|28.97,32.46|N|Talk to Cho.|
    T Peering Into the Past|QID|31152|M|28.84,32.64|N|To Lorewalker Cho.|
    A Family Tree|QID|31167|M|28.84,32.64|N|From Lorewalker Cho.|
    C Family Tree|QID|31167|M|28.80,32.48|
    T Family Tree|QID|31167|M|28.86,32.60|N|To Lorewalker Cho.|
    A Swallowed Whole|QID|29879|M|28.86,32.60|N|From Lorewalker Cho.|
    C Swallowed Whole|QID|29879|M|23.43,36.65|

    T Swallowed Whole|QID|29879|M|26.26,37.33|N|To Tooki Tooki.|
    A Orders are Orders|QID|29935|M|26.26,37.33|N|From Tooki Tooki.|
    A The Bees’ Knees|QID|29933|M|25.91,38.01|N|From Bo Bo.|
    A Kill Kher Shan|QID|29924|M|25.96,38.72|N|From Nibi Nibi.|
    A Wicked Wikkets|QID|31241|M|28.15,38.99|N|From Jeek Jeek.|
    C Wicked Wikkets|QID|31241|M|32.05,40.84|
    K Kill Captain Jack|QID|31261|U|85783|M|32.05, 40.84|N|Loot his head to start a quest|
    A Captain Jack’s Dead|QID|31261|M|28.07,46.87|N|From Chief Kah Kah.|
    C Kill Kher Shan|QID|29924|M|33.36,41.47|
    T Kill Kher Shan|QID|29924|M|33.36,41.47|N|To UI Alert.|
    C The Bees’ Knees|QID|29933|M|29.34,43.92|
    T Orders are Orders|QID|29935|M|28.00,47.21|N|To Chief Kah Kah.|
    A Instant Messaging|QID|29936|M|28.00,47.21|N|From Chief Kah Kah.|
    T The Bees’ Knees|QID|29933|M|28.00,47.21|N|To Chief Kah Kah.|
    T Wicked Wikkets|QID|31241|M|28.00,47.21|N|To Chief Kah Kah.|
    T Captain Jack’s Dead|QID|31261|M|27.97,47.09|N|To Chief Kah Kah.|
    C Instant Messaging|QID|29936|U|76305|M|28.30,47.73|
    T Instant Messaging|QID|29936|M|28.28,47.75|N|To General Nazgrim.|
    A Beyond the Horizon|QID|29941|M|28.28,47.75|N|From General Nazgrim.|
    f Grookin Hill|QID|29941|M|27.83,47.94|N|At Grookin Flapmaster.|
    C Beyond the Horizon|QID|29941|M|27.77,50.35|
    T Beyond the Horizon|QID|29941|M|28.25,47.76|N|To General Nazgrim.|
    A Furious Fowl|QID|29937|M|28.25,47.76|N|From Rivett Clutchpop.|
    A What’s in a Name Name?|QID|31239|M|28.01,47.15|N|From Chief Kah Kah.|
    C What’s in a Name Name?|QID|31239|M|31.82,46.89|
    C Furious Fowl|QID|29937|M|29.67,51.05|
    T Furious Fowl|QID|29937|M|27.27,50.77|N|To Rivett Clutchpop.|
    A Boom Bait|QID|29939|M|27.27,50.77|N|From Rivett Clutchpop.|
    A Silly Wikket, Slickies are for Hozen|QID|29942|M|27.02,50.81|N|From Eekle Eekle.|
    C Boom Bait|QID|31239|U|76262|M|26.58,55.74|
    C Silly Wikket, Slickies are for Hozen|QID|29942|M|27.29,55.08|
    T Silly Wikket, Slickies are for Hozen|QID|29942|M|27.06,50.77|N|To Eekle Eekle.|
    T Boom Bait|QID|31239|M|27.21,50.78|N|To Rivett Clutchpop.|
    A The Scouts Return|QID|29971|M|27.21,50.78|N|From Rivett Clutchpop.|
    T What’s in a Name Name?|QID|31239|M|27.97,47.17|N|To Chief Kah Kah.|
    T The Scouts Return|QID|29971|M|28.63,47.40|N|To Shokia.|
    A Scouting Report: Hostile Natives|QID|29730|M|37.72,45.31|N|From Riko.|
    C Scouting Report: Hostile Natives|QID|29730|NC|QO|Inspect the warning sign: 1/1|M|33.34, 45.47|
    C Scouting Report: Hostile Natives|QID|29730|NC|QO|Inspect a Lifelike Jade Statue: 1/1|
    C Scouting Report: Hostile Natives|QID|29730|NC|QO|Speak with the Widow Greenpaw: 1/1|M|39.2, 46.2|
    T Scouting Report: Hostile Natives|QID|29730|M|28.62,47.43|N|To Riko.|
    A Scouting Report: On the Right Track|QID|29731|M|43.16,61.27|N|From Shademaster Kiryn.|
    C Scouting Report: On the Right Track|QID|29731|M|48.65,60.32|
    T Scouting Report: On the Right Track|QID|29731|M|28.62,47.48|N|To Shademaster Kiryn.|
    A Scouting Report: The Friend of My Enemy|QID|29823|M|49.87,69.15|N|From Riko.|
    C Scouting Report: The Friend of My Enemy|QID|29823|M|49.82,70.53|N|3 knocks back, so you can hit them at range with 4.|
    T Scouting Report: The Friend of My Enemy|QID|29824|M|28.62,47.48|N|To Riko.|
    A Scouting Report: Like Jinyu in a Barrel|QID|29824|M|62.72,81.89|N|From Shokia.|
    C Scouting Report: Like Jinyu in a Barrel|QID|29824|M|58.06,83.28|N|”4″ is NOT the fire button!|
    T Scouting Report: Like Jinyu in a Barrel|QID|29824|M|28.62,47.48|N|To Shokia.|
    A Guerrillas in our Midst|QID|29943|M|28.62,47.48|N|From General Nazgrim.|
    A Green-ish Energy|QID|29968|M|30.78,52.22|N|From Rivett Clutchpop.|
    C Guerrillas in our Midst|QID|29943|M|29.12,51.95|
    C Green-ish Energy|QID|29968|M|29.25,51.73|
    T Guerrillas in our Midst|QID|29943|M|29.25,51.73|N|To General Nazgrim.|
    A Burning Down the House|QID|29966|M|29.25,51.73|N|From General Nazgrim.|
    C Burning Down the House|QID|29966|M|29.49,54.08|
    T Green-ish Energy|QID|29968|M|27.23,50.74|N|To Rivett Clutchpop.|
    A Boom Goes the Doonamite!|QID|29967|M|27.23,50.74|N|From Rivett Clutchpop.|
    C Boom Goes the Doonamite!|QID|29967|M|28.91,49.18|
    T Boom Goes the Doonamite!|QID|29967|M|28.99,49.11|N|To Rivett Clutchpop.|
    T Burning Down the House|QID|29966|M|28.62,47.51|N|To General Nazgrim.|
    A Dawn’s Blossom|QID|30015|M|28.65,47.55|N|From General Nazgrim.|

    R Dawn’s Blossom|QID|30015|M|47.08, 46.19|
    f Dawn’s Blossom|QID|30015|M|47.08,46.19|N|At Keg Runner Lee.|
    T Dawn’s Blossom|QID|30015|M|46.82,46.17|N|To Lorewalker Cho.|
    A Welcome to Dawn’s Blossom|QID|31230|M|47.19,46.11|N|From Toya.|
    C Welcome to Dawn’s Blossom|QID|31230|M|48.47,44.50|
    T Welcome to Dawn’s Blossom|QID|31230|M|47.16,46.15|N|To Toya.|
    A The Double Hozu Dare|QID|29716|M|46.52,45.92|N|From An Windfur.|
    A The Silkwood Road|QID|29865|M|46.48,45.85|N|From Tzu the Ironbelly.|
    A The Threads that Stick|QID|29866|M|46.59,45.32|N|From Lo Wanderbrew.|
    C The Threads that Stick|QID|29866|M|43.68,48.32|
    C The Silkwood Road|QID|29865|M|43.26,49.23|
    A Down Kitty!|QID|29717|M|39.82,48.05|N|From An Windfur.|
    C Down Kitty!|QID|29717|M|37.11,47.72|
    C The Double Hozu Dare|QID|29716|M|37.31,48.19|
    T The Double Hozu Dare|QID|29716|N|To An Windfur. (she should be following you)|
    A The Jade Witch|QID|29723|N|From An Windfur.|
    T Down Kitty!|QID|29717|N|To An Windfur.|
    C The Jade Witch|QID|29723|M|39.23,46.17|
    T The Silkwood Road|QID|29865|M|46.43,45.74|N|To Tzu the Ironbelly.|
    T The Threads that Stick|QID|29866|M|46.62,45.37|N|To Lo Wanderbrew.|
    T The Jade Witch|QID|29723|M|46.43,44.85|N|To An Windfur.|
    A Find the Boy|QID|29993|M|47.07,46.08|N|From Kai Wanderbrew.|
    A All We Can Spare|QID|29925|M|47.20,46.13|N|From Toya.|

    R The Arboratum|QID|29993|M|54.93,45.28|
    A The Perfect Color|QID|29881|M|54.93,45.28|N|From Inkmaster Glenzu.|
    T Find the Boy|QID|29993|M|54.92,44.83|N|To Inkmaster Wei.|
    A Shrine of the Dawn|QID|29995|M|54.92,44.83|N|From Inkmaster Wei.|
    A Quill of Stingers|QID|29882|M|55.36,45.32|N|From Inkmaster Jo Po.|
    f The Arboretum|QID|29882|M|56.96,44.22|N|At Injar’i Lakebloom.|
    C The Perfect Color|QID|29881|S|M|53.48,44.38|
    C Quill of Stingers|QID|29882|M|53.65,43.99|
    C The Perfect Color|QID|29881|US|M|53.48,44.38|
    T The Perfect Color|QID|29881|M|54.91,45.35|N|To Inkmaster Glenzu.|
    T Quill of Stingers|QID|29882|M|55.28,45.20|N|To Inkmaster Jo Po.|

    R Shrine of the Dawn|QID|29995|M|52.63,38.08|
    T Shrine of the Dawn|QID|29995|M|52.63,38.08|N|To Syra Goldendraft.|
    A Getting Permission|QID|29920|M|52.63,38.08|N|From Syra Goldendraft.|
    C Getting Permission|QID|29920|M|52.53,35.62|
    T Getting Permission|QID|29920|M|52.61,38.13|N|To Lo Wanderbrew.|

    R Emperor’s Omen|QID|29925|M|50.92,27.03|
    T All We Can Spare|QID|29925|M|50.92,27.03|N|To Lorewalker Cho.|
    f Emperor’s Omen|QID|29920|M|50.84,26.86|N|At Supplier Towsa.|
    A I Have No Jade And I Must Scream|QID|29928|M|50.91,27.03|N|From Foreman Mann.|
    C I Have No Jade And I Must Scream|QID|29928|M|48.46,32.25|N|Kill the sprites, they toss out some jade pieces when they die.|
    T I Have No Jade And I Must Scream|QID|29928|M|50.91,27.05|N|To Foreman Mann.|
    A Calamity Jade|QID|29926|M|50.91,27.05|N|From Foreman Mann.|
    A Mann’s Man|QID|29927|M|50.91,27.05|N|From Foreman Mann.|
    T Mann’s Man|QID|29927|M|45.44,29.09|N|To Hao Mann.|
    A Trapped!|QID|29929|M|45.44,29.09|N|From Hao Mann.|
    C Trapped!|QID|29929|M|43.87,30.49|
    C Calamity Jade|QID|29926|M|44.48,30.29|
    T Trapped!|QID|29929|M|46.30,29.35|N|To Hao Mann.|
    A What’s Mined Is Yours|QID|29930|M|46.30,29.35|N|From Hao Mann.|
    C What’s Mined Is Yours|QID|29930|M|46.3,29.35|N|Hop in Hao’s cart.|
    T What’s Mined Is Yours|QID|29930|M|50.91,27.03|N|To Foreman Mann.|
    A The Serpent’s Heart|QID|29931|M|50.91,27.03|N|From Foreman Mann.|
    N If you are into exploring… |N|…this is as close to Sri-La Village as you are going to get in this guide. skip the next step if you don’t want to go there, no quests there except lvl 90 dailys.|
    f Sri-La Village|QID|29670|M|55.44,23.73|N|At Gingo Alebottom.|

    R Tiger’s Wood|M|48.64,24.91|CC|
    A The Sprites’ Plight|QID|29745|M|48.64,24.91|N|From Outcast Sprite.|
    C The Sprites’ Plight|QID|29745|M|49.76,19.64|
    T The Sprites’ Plight|QID|29745|N|To UI Alert.|
    A Break the Cycle|QID|29747|N|From UI Alert.|
    A Simulacrumble|QID|29748|M|48.61,20.65|N|From Vacant Simulacra.|
    C Break the Cycle|QID|29747|S|M|48.34,16.61|N|Kill the Spiritbinders and kick over the statues as you go.|
    C Simulacrumble|QID|29748|M|47.82,16.45|
    C Break the Cycle|QID|29747|US|M|48.34,16.61|
    T Break the Cycle|QID|29747|M|48.34,16.61|N|To UI Alert.|
    T Simulacrumble|QID|29748|N|To UI Alert.|
    A An Urgent Plea|QID|29749|N|From UI Alert.|
    C An Urgent Plea|QID|29749|M|44.21,15.39|N|Killing the stuff drifting towards the center powers the staff, thus destroying the ritual.|
    T An Urgent Plea|QID|29749|M|44.22,15.01|N|To Pei-Zhi.|
    A Ritual Artifacts|QID|29751|M|44.22,15.01|N|From Pei-Zhi.|
    A Vessels of the Spirit|QID|29750|M|44.22,15.01|N|From Pei-Zhi.|
    A The Wayward Dead|QID|29752|M|44.22,15.01|N|From Pei-Zhi.|
    C The Wayward Dead|QID|29752|S|U|74771|M|44.22,15.01|N|Use Pei-Zhi’s staff to release the Wandering Spirits, also kill Spiritclaw’s.|
    C Ritual Artifacts|QID|29751|NC|QO|Chipped Ritual Bowl: 1/1|M|41.62,14.27|
    C Ritual Artifacts|QID|29751|NC|QO|Jade Cong: 1/1|M|42.63,15.74|
    C Ritual Artifacts|QID|29751|NC|QO|Pungent Ritual Candle: 1/1|M|42.3,17.09|
    C Vessels of the Spirit|QID|29750|L|74763 8|M|40.69,14.85|
    C The Wayward Dead|QID|29752|US|U|74771|M|40.38,14.76|
    T Ritual Artifacts|QID|29751|M|44.21,15.01|N|To Pei-Zhi.|
    T Vessels of the Spirit|QID|29750|M|44.21,15.01|N|To Pei-Zhi.|
    T The Wayward Dead|QID|29752|M|44.21,15.01|N|To Pei-Zhi.|
    A Back to Nature|QID|29753|M|44.21,15.01|N|From Pei-Zhi.|
    A A Humble Offering|QID|29756|M|44.21,15.01|N|From Pei-Zhi.|
    C A Humble Offering|QID|29756|M|39.71,10.98|
    C Back to Nature|QID|29753|U|74808|M|39.88,10.43|
    T Back to Nature|QID|29753|M|44.26,15.04|N|To Pei-Zhi.|
    T A Humble Offering|QID|29756|M|44.26,15.04|N|To Pei-Zhi.|
    A To Bridge Earth and Sky|QID|29754|M|44.26,15.04|N|From Pei-Zhi.|
    C To Bridge Earth and Sky|QID|29754|M|43.74,12.70|
    T To Bridge Earth and Sky|QID|29754|M|43.74,12.70|N|To UI Alert.|
    A Pei-Back|QID|29755|M|43.74,12.70|From UI Alert.|
    C Pei-Back|QID|29755|M|42.52,10.99|N|When you get seperated from your body, you need to run back and click on it to rejoin it.|
    T Pei-Back|QID|29755|M|43.81,12.47|N|To Pei-Zhi.|

    R Tien Monestary|QID|29618|CS|M|44.48,30.77; 45.14, 28.35; 45.37,26.47;44.38,24.98|
    A The High Elder|QID|29618|M|44.98,25.02|N|From Lin Tenderpaw.|
    T The High Elder|QID|29618|M|45.23,25.08|N|To High Elder Cloudfall.|
    A A Courteous Guest|QID|29619|M|45.01,24.93|N|From Lin Tenderpaw.|
    C A Courteous Guest|QID|29619|M|45.81,27.50|N|From the ground or kill sprites.|
    T A Courteous Guest|QID|29619|M|45.01,24.99|N|To Lin Tenderpaw.|
    A The Great Banquet|QID|29620|M|45.01,24.99|N|From Lin Tenderpaw.|
    f Banquet Grounds|QID|29620|M|43.52,24.55|N|At Studious Chu.|
    C The Great Banquet|QID|29620|NC|M|42.81,23.22|
    T The Great Banquet|QID|29620|M|42.71,23.23|N|To High Elder Cloudfall.|
    A Groundskeeper Wu|QID|29626|M|43.09,23.62|N|From Xiao.|
    A Your Training Starts Now|QID|29622|M|43.09,23.62|N|From Xiao.|
    A Becoming Battle-Ready|QID|29632|M|43.27,24.75|N|From Master Stone Fist.|
    C Becoming Battle-Ready|QID|29632|M|43.27,24.75|Fight the students in the area.|
    T Becoming Battle-Ready|QID|29632|M|43.27,24.75|N|To Master Stone Fist.|
    A Zhi-Zhi, the Dextrous|QID|29633|M|43.27,24.75|N|From Master Stone Fist.|
    A Husshun, the Wizened|QID|29634|M|43.27,24.75|N|From Master Stone Fist.|
    C Zhi-Zhi, the Dextrous|QID|29633|M|43.03,25.96|N|On top of the hill.|
    T Groundskeeper Wu|QID|29626|M|41.59,23.66|N|To Groundskeeper Wu.|
    A A Proper Weapon|QID|29627|M|41.59,23.66|N|From Groundskeeper Wu.|
    C A Proper Weapon|QID|29627|QO|Rattan Switch: 6/6|NC|S|L|72926 6|N|Sparklies scattered around.|
    B A Proper Weapon|QID|29627|QO|Black Walnut Extract: 1/1|L|72954 1|M|41.4,24.18|N|From June Whiteblossom.|
    B A Proper Weapon|QID|29627|QO|Triple-Bittered Ale: 3/3|L|72979 3|M|41.77,24.66|N|From Brewmaster Lei Kanglei.|
    C A Proper Weapon|QID|29627|US|NC|L|72926 6|
    T A Proper Weapon|QID|29627|US|M|41.59,23.66|N|To Groundskeeper Wu.|
    A A Strong Back|QID|29628|M|41.59,23.66|N|From Groundskeeper Wu.|
    A A Steady Hand|QID|29629|M|41.59,23.66|N|From Groundskeeper Wu.|
    A And a Heavy Fist|QID|29630|M|41.59,23.66|N|From Groundskeeper Wu.|
    A Burning Bright|QID|29631|M|37.96,23.8|N|From Guard Shan Long.|
    C Burning Bright|QID|29631|S|M|36.09,27.57|
    C A Steady Hand|QID|29631|L|73193 80|N|Any movement (including panning the camera angle) will end the gathering.|
    C Burning Bright|QID|29631|US|M|36.09,27.57|
    C And a Heavy Fist|QID|29631|S|N|Kill these as you approach the next objective|
    C A Strong Back|QID|29631|QO|Boiling Cauldron obtained.|M|37.77,17.53|
    C And a Heavy Fist|QID|29631|US|
    T Burning Bright|QID|29631|M|37.96, 23.79|N|To Guard Shan Long.|
    T A Strong Back|QID|29628||M|41.59,23.66|N|To Groundskeeper Wu.|
    T A Steady Hand|QID|29629|M|41.59,23.66|N|To Groundskeeper Wu.|
    T And a Heavy Fist|QID|29630|M|41.59,23.66|N|To Groundskeeper Wu.|
    T Your Training Starts Now|QID|29622|M|41.59,28.35|N|To Instructor Xann.|
    A Perfection|QID|29623|M|41.59,28.35|N|From Instructor Xann.|
    C Perfection|QID|29623|M|41.34,27.52|N|You copy the instructor, when he punches one first forward, press “1”, Both arms forward is “2” and both arms back is “3”.|
    T Perfection|QID|29623|M|41.59,28.35|N|To Instructor Xann.|
    A Attention|QID|29624|M|41.59,28.35|N|From Instructor Xann.|
    C Attention|QID|29624|M|41.11,26.98|N|Attack the right or left bag based on the yellow text in the middle of your screen.|
    T Attention|QID|29624|M|41.59,28.35|N|To Instructor Xann.|
    C Husshun, the Wizened|QID|29634|M|44.54,24.08|
    T Zhi-Zhi, the Dextrous|QID|29633|M|43.27,24.75|N|To Master Stone Fist.|
    T Husshun, the Wizened|QID|29634|M|43.27,24.75|N|To Master Stone Fist.|
    A Xiao, the Eater|QID|29635|M|43.27,24.75|N|From Master Stone Fist.|
    C Xiao, the Eater|QID|29635|M|43.12, 23.64|
    T Xiao, the Eater|QID|29635|M|43.27,24.75|N|To Master Stone Fist.|
    A A Test of Endurance|QID|29636|M|43.27,24.75|N|From Master Stone Fist.|
    T A Test of Endurance|QID|29636|M|38.99,24.06|N|To Instructor Myang.|
    A The Rumpus|QID|29637|M|38.99,24.06|N|From Instructor Myang.|
    C The Rumpus|QID|29637|M|38.98,23.23|N|Stay alive for 2 minutes|
    T The Rumpus|QID|29637|M|38.99,24.06|N|To Instructor Myang.|
    A Flying Colors|QID|29647|M|43.27,24.75|N|From Instructor Myang.|
    T Flying Colors|QID|29647|M|42.71,23.23|N|To High Elder Cloudfall.|

    F Dawn’s Blossom|QID|29931|M|43.52,24.55|N|At Studious Chu.(or you can just ride straight to Nectarbreeze)|
    R Nectarbreeze Orchard|CC|M|43.54,75.91|
    A Defiance|QID|29578|M|43.54,75.91|N|From Shao the Defiant.|
    A Rally the Survivors|QID|29579|M|43.54,75.91|N|From Shao the Defiant.|
    A Spitfire|QID|29585|M|43.28,75.77|N|From Gentle Mother Hanae.|
    A Orchard-Supplied Hardware|QID|29580|M|43.28,75.77|N|From Gentle Mother Hanae.|
    C Orchard-Supplied Hardware|QID|29580|M|43.58,71.16|
    C Spitfire|QID|29585|U|72578|M|44.48,72.49|
    C Rally the Survivors|QID|29579|M|44.51,72.75|
    C Defiance|QID|29578|M|44.19,74.52|
    T Rally the Survivors|QID|29579|M|43.48,75.96|N|To Shao the Defiant.|
    T Defiance|QID|29578|M|43.48,75.96|N|To Shao the Defiant.|
    T Spitfire|QID|29585|M|43.27,75.97|N|To Gentle Mother Hanae.|
    T Orchard-Supplied Hardware|QID|29580|M|43.27,75.97|N|To Gentle Mother Hanae.|
    A The Splintered Path|QID|29586|M|43.27,75.97|N|From Traumatized Nectarbreeze Farmer.|
    C The Splintered Path|QID|29586|M|40.71,73.87|
    T The Splintered Path|QID|29586|M|40.96,73.97|N|To Shao the Defiant.|
    A Unbound|QID|29587|M|40.96,73.97|N|From Shao the Defiant.|
    A Maul Gormal|QID|29670|M|40.96,73.97|N|From Shao the Defiant.|
    C Unbound|QID|29587|M|39.76,75.57|
    C Maul Gormal|QID|29670|M|37.84,75.76|
    T Unbound|QID|29587|M|41.02,73.97|N|To Shao the Defiant.|
    T Maul Gormal|QID|29670|M|41.02,73.97|N|To Shao the Defiant.|R Serpent’s Heart|QID|29931|

    R Serpent’s Heart|QID|29931|M|48.26,61.31
    T The Serpent’s Heart|QID|29931|M|48.26,61.31|N|To Foreman Raike.|
    A Love’s Labor|QID|30495|M|48.26,61.31|N|From Foreman Raike.|
    C Love’s Labor|QID|30495|M|47.54,60.63|N|Kitemaster Shoku will fly you to the top where Taskmaster Emi is.|
    T Love’s Labor|QID|30495|M|48.31,61.30|N|To Foreman Raike.|
    A The Temple of the Jade Serpent|QID|29932|M|48.31,61.30|N|From Foreman Raike. Take the kite ride from flightmaster Shoku.|
    C The Temple of the Jade Serpent|QID|29932|M|55.78,57.06|
    T The Temple of the Jade Serpent|QID|29932|M|58.13,58.65|N|To Elder Sage Rain-Zhu.|
    A The Scryer’s Dilemma|QID|29997|M|58.13,58.65|N|From Elder Sage Rain-Zhu.|
    A The Librarian’s Quandary|QID|29998|M|58.13,58.65|N|From Elder Sage Rain-Zhu.|
    A They Call Him… Stormstout|QID|32019|M|58.13,58.65|N|From Elder Sage Rain-Zhu.|
    A The Rider’s Bind|QID|29999|M|58.05,59.00|N|From Fei.|
    A Lighting Up the Sky|QID|30005|M|58.05,59.00|N|From Fei.|
    C Lighting Up the Sky|QID|30005|S|N|Set of the fireworks as you go and pick up the little serpents marked by cogs on your mini map.|
    T The Librarian’s Quandary|QID|29998|M|56.29,60.46|N|To Lorewalker Stonestep.|
    A Moth-Ridden|QID|30001|M|56.29,60.46|N|From Lorewalker Stonestep.|
    C Pages of History|QID|30002|M|55.70,59.95|
    A Pages of History|QID|30002|M|56.29,60.46|N|From Lorewalker Stonestep.|
    C Moth-Ridden|QID|30001|M|56.39,60.43|
    T Moth-Ridden|QID|30001|M|56.29,60.40|N|To Lorewalker Stonestep.|
    A Everything In Its Place|QID|30004|M|56.29,60.40|N|From Lorewalker Stonestep.|
    C The Scryer’s Dilemma|QID|29997|M|56.79,55.84|
    T The Scryer’s Dilemma|QID|29997|M|57.59,55.98|N|To Wise Mari.|
    A A New Vision|QID|30011|M|57.59,55.98|N|From Wise Mari.|
    C The Rider’s Bind|QID|29999|M|59.20,56.75|
    C Lighting Up the Sky|QID|29999|US|M|56.42,58.12|
    T A New Vision|QID|30011|M|58.16,58.64|N|To Elder Sage Rain-Zhu.|
    T Everything In Its Place|QID|30004|M|58.16,58.64|N|To Elder Sage Rain-Zhu.|
    T The Rider’s Bind|QID|29999|M|58.05,59.02|N|To Fei.|
    A The Jade Serpent|QID|30000|M|58.05,59.02|N|From Fei.|
    C The Jade Serpent|QID|30000|M|53.49,58.02|
    T The Jade Serpent|QID|30000|M|55.83,57.05|N|To Elder Sage Wind-Yi.|

    A Get Back Here!|QID|30499|M|55.83,57.05|N|From Elder Sage Wind-Yi.|
    f Jade Temple Grounds|QID|30499|M|54.60,61.75|N|At Ginsa Arroweye.|
    F Grooken Hill|QID|30499|M|56.6,6.75|N|Take the free option from the kitemaster.|
    T Get Back Here!|QID|30499|M|28.02,47.15|N|To General Nazgrim.|
    A Sufficient Motivation|QID|30466|M|28.02,47.15|N|From General Nazgrim.|
    A Gauging Our Progress|QID|30484|M|28.02,47.15|N|From General Nazgrim.|
    C Sufficient Motivation|QID|30466|U|79884|QO|Bucket of Slicky Water: 1/1|M|28.14,47.33|N|Pick up a bucket of slicky water and toss it on lazy hozen as you go.|
    C Gauging Our Progress|QID|30484|M|27.03,55.00|N|Look for the chat symbols on your mini-map.|
    C Sufficient Motivation|QID|30466|U|79884|QO|Hozen Motivated: 10/10|M|27.14,46.70|
    T Sufficient Motivation|QID|30466|M|28.07,47.15|N|To General Nazgrim.|
    T Gauging Our Progress|QID|30484|M|28.07,47.15|N|To General Nazgrim.|
    A Last Piece of the Puzzle|QID|30485|M|28.21,46.68|N|From Lorewalker Cho. Talk to Mishi for a ride.|

    f Serpent’s Overlook|QID|31303|M|43.13,68.48|N|At Sky Dancer Ji. (optional)|
    C Last Piece of the Puzzle|QID|30485|U|80071|M|44.51,66.97|
    T Last Piece of the Puzzle|QID|30485|M|44.74,67.09|N|To Lorewalker Cho.|
    A The Seal is Broken|QID|31303|M|44.74,67.09|N|From Lorewalker Cho.|
    C The Seal is Broken|QID|31303|M|47.73,58.29|N|Talk to Mishi to start the “bombing run”.|
    T The Seal is Broken|QID|31303|M|49.27,61.39|N|To Lorewalker Cho.|
    A Residual Fallout|QID|30500|M|49.27,61.39|N|From Lorewalker Cho.|
    A Jaded Heart|QID|30502|M|49.27,61.39|N|From Lorewalker Cho.|
    A Emergency Response|QID|30504|M|49.27,61.39|N|From Lorewalker Cho.|
    C Emergency Response|QID|30504|U|86467|QO|General Nazgrim Rescued: 1/1|M|48.16,61.72|
    C Emergency Response|QID|30504|U|86467|QO|Rivett Clutchpop Rescued: 1/1|M|47.23,62.55|
    C Emergency Response|QID|30504|U|86467|QO|Shademaster Kiryn Rescued: 1/1|M|47.3,62.55|
    C Emergency Response|QID|30504|U|86467|QO|Shokia Rescued: 1/1|M|46.89, 60.74|
    C Residual Fallout|QID|30500|M|47.38,58.63|
    C Jaded Heart|QID|30502|M|50.02,60.17|
    T Residual Fallout|QID|30500|M|49.32,61.47|N|To Lorewalker Cho.|
    T Jaded Heart|QID|30502|M|49.32,61.47|N|To Lorewalker Cho.|
    T Emergency Response|QID|30504|M|49.22,61.47|N|To Lorewalker Cho.|
    A Moving On|QID|30648|M|49.31,61.35|N|From Fei.|
    C Moving On|QID|30648|M|49.31,61.35|N|Talk to Fei.|
    T Moving On|QID|30648|N|To UI Alert (after the ride into the Valley).|
    N Congratulations,|N|You finished The Jade Forest. Next zone is Valley of the Four WInds, the guide should load when you check off this step.|

    ]]

    end)

  • img
    Aug 19, 2012 @ 17:44 pm

    Alliance – Krasarang WildsWoWPro.Leveling:RegisterGuide(‘RajKra8788’, ‘Krasarang Wilds’, ‘Rajitazi’, ’87’, ’88’, ‘EmmKun8889’, ‘Alliance’, function()
    return [[

    F Zhu’s Watch|QID|11111|M|19, 56|N|Accept flight from “Dragonwing” Dan to see Ken-Ken|
    A The Arcanic Oubliette|QID|30274|N|From UI ALert. If you fly in this will pop up now, if you run in you will get it when you see Kang.|
    T Ken-Ken|QID|29873|M|76.23,7.13|N|To Ken-Ken. This was accepted from Xiao at the beginning of Valley of the 4 Winds.|
    A What’s Eating Zhu’s Watch?|QID|30079|M|76.24,7.13|N|From Ken-Ken.|
    C What’s Eating Zhu’s Watch?|QID|30079|NC|QO|Speak with Mei|M|75.86,7.60|N|up the stairs, outside.|
    A Finding Yi-Mo|QID|30080|M|75.86,7.60|N|From Mei Barrelbottom.|
    C What’s Eating Zhu’s Watch?|QID|30079|NC|QO|Speak with Yun: 1/1|M|75.48,9.26|N|up the stairs, inside.|
    C What’s Eating Zhu’s Watch?|QID|30079|NC|QO|Speak with Despondent Warden of Zhu: 1/1|M|76.69,8.85|
    C What’s Eating Zhu’s Watch?|QID|30079|NC|QO|Speak with Sunni|M|76.44,8.27|N|up the stairs, inside.|
    f Zhu’s Watch|QID|30078|M|76.7,8.38|N|At Gee Hung.|
    C Finding Yi-Mo|QID|30080|M|78.97,7.73|
    T Finding Yi-Mo|QID|30080|M|81.31,6.78|N|To Yi-Mo Longbrow.|
    A Cheer Up, Yi-Mo|QID|30082|M|81.30,6.78|N|From Yi-Mo Longbrow.|
    C Cheer Up, Yi-Mo|QID|30082|NC|M|76.77,7.74|N|Talk to him, then you have to roll him home. You will be attacked by large birds on the way.|
    C Cheer Up, Yi-Mo|QID|30082|M|77.02,7.70|
    T Cheer Up, Yi-Mo|QID|30082|M|75.90,7.61|N|To Mei Barrelbottom.|
    A Tears of Pandaria|QID|30091|M|75.87,7.63|N|From Mei Barrelbottom.|
    T What’s Eating Zhu’s Watch?|QID|30079|M|76.24,7.14|N|To Ken-Ken.|
    A Materia Medica|QID|30081|M|76.23,7.12|N|From Ken-Ken.|
    C Materia Medica|QID|30081|M|72.19,10.68|N|fish are sparklies on the ground where you kill horrors, honeycomb in trees nearby, salty core drop from the horrors.|
    C Tears of Pandaria|QID|30091|M|71.99,11.45|
    T Tears of Pandaria|QID|30091|M|75.83,7.65|N|To Mei Barrelbottom.|
    A Securing the Province|QID|30083|M|75.83,7.65|N|From Mei Barrelbottom.|
    A Borderlands|QID|30084|M|75.83,7.65|N|From Mei Barrelbottom.|
    T Materia Medica|QID|30081|M|76.24,7.14|N|To Ken-Ken.|
    A Why So Serious?|QID|30088|M|76.24,7.14|N|From Ken-Ken.|
    C Why So Serious?|QID|30088|S|L|78941 18|M|72.00,16.91|
    C Borderlands|QID|30084|NC|U|78928|QO|Memorial Flame of Po: 1/1|M|75.20,17.20|
    C Borderlands|QID|30084|NC|U|78928|QO|Memorial Flame of Zhu: 1/1|M|71.21,17.55|
    C Borderlands|QID|30084|NC|U|78928|QO|Memorial Flame of Rin: 1/1|M|71.21,17.55|
    C Why So Serious?|QID|30088|US|M|73.89,56.30|Z|Valley of the Four Winds|
    C Securing the Province|QID|30083|M|77.30,58.91|Z|Valley of the Four Winds|
    T Securing the Province|QID|30083|M|75.83,7.65|N|To Mei Barrelbottom.|
    T Borderlands|QID|30084|M|75.83,7.65|N|To Mei Barrelbottom.|
    T Why So Serious?|QID|30088|M|76.24,7.14|N|To Ken-Ken.|
    A Apply Directly to the Forehead|QID|30089|M|76.25,7.15|N|From Ken-Ken.|
    C Apply Directly to the Forehead|QID|30089|U|79021|M|76.69,9.11|
    T Apply Directly to the Forehead|QID|30089|M|76.24,7.10|N|To Ken-Ken.|
    A Zhu’s Despair|QID|30090|M|76.24,7.10|N|From Ken-Ken.|
    C Zhu’s Despair|QID|30090|U|79057|M|76.43,8.76|
    T Zhu’s Despair|QID|30090|M|76.23,7.10|N|To Ken-Ken.|
    A Into the Wilds|QID|30178|M|75.81,7.68|N|From Mei Barrelbottom.|
    A Crane Mastery|QID|30352|M|67.60,25.77|N|From Daggle Bombstrider.|
    A Profit Mastery|QID|30353|M|67.60,25.77|N|From Daggle Bombstrider.|
    C Into the Wilds|QID|30178|M|66.24,30.81|
    T Kang Bramblestaff|QID|29874|M|66.36,32.61|N|To Kang Bramblestaff.|
    C The Arcanic Oubliette|QID|30274|M|66.61,33.75|N|Click on the 3 red crystals around the dome.|
    T The Arcanic Oubliette|QID|30274|M|67.34,32.62|N|To Lorekeeper Vaeldrin.|
    A The Lost Dynasty|QID|30344|M|67.34,32.62|N|From Lorekeeper Vaeldrin.|
    A Squirmy Delight|QID|30350|M|67.34,32.67|N|From Kang Bramblestaff.|
    A Blind Them!|QID|30384|M|67.42,32.74|N|From Lyalia.|
    f The Incursion|QID|30384|M|67.78,32.52|N|At Tylen Moonfeather.|
    C Blind Them!|QID|30384|M|66.55,25.08|
    C Squirmy Delight|QID|30350|M|63.00,27.79|
    C Crane Mastery|QID|30352|M|63.94,29.44|
    C Profit Mastery|QID|30353|M|71.15,24.65|
    T Profit Mastery|QID|30353|M|67.60,25.77|N|To Daggle Bombstrider.|
    A Profit Mastery: Chasheen|QID|31260|M|67.60,25.77|N|From Daggle Bombstrider.|
    T Crane Mastery|QID|30352|M|67.6, 25.77|
    A Crane Mastery: Needlebeak|QID|31262|M|67.61,25.70|N|From Daggle Bombstrider.|
    C The Lost Dynasty|QID|30344|M|68.05,21.47|
    C Crane Mastery: Needlebeak|QID|31262|M|63.19,20.39|
    C Profit Mastery: Chasheen|QID|31260|M|61.66,31.78|
    T Crane Mastery: Needlebeak|QID|31262|M|67.61,25.68|N|To Daggle Bombstrider.|
    T Profit Mastery: Chasheen|QID|31260|M|67.61,25.68|N|To Daggle Bombstrider.|
    T Blind Them!|QID|30384|M|67.33,32.72|N|To Lyalia.|
    T Squirmy Delight|QID|30350|M|67.33,32.72|N|To Kang Bramblestaff.|
    T The Lost Dynasty|QID|30344|M|67.4,32.6|N|To Lorekeeper Vaeldrin|
    A Where are the Pools|QID|30346|M|67.40,32.60|N|From Lorekeeper Vaeldrin.|
    A Threat from Dojan|QID|30349|M|67.41,32.63|N|From Lyalia.|
    A Lotus Tea|QID|30351|M|67.40,32.68|N|From Kang Bramblestaff.|
    C Where are the Pools|QID|30346|M|55.51,35.48|N|Kill Dojani Dominator. loot orders.|
    C Where are the Pools|QID|30346|M|55.26,34.46|To UI Alert. {if you miss the alert you can turn in back at the Incursion).|
    T Where are the Pools|QID|30346|
    A The Pools of Youth|QID|30347|N|from UI Alert.|
    C Threat from Dojan|QID|30349|M|55,35|
    C Lotus Tea|QID|30351|M|55,35|
    T Lotus Tea|QID|30351|M|To Kang Bramblestaff. (if you dont turn it in right away, you have to wait until you are at sentinal basecamp.)|
    R The Incursion|M|67.4,32|
    T Threat from Dojan|QID|30349|M|67.39,32.57|N|To Lyalia.|
    T The Pools of Youth|QID|30347|M|67.39,32.57|N|To Lorekeeper Vaeldrin.|
    A Immortality?|QID|30348|M|67.39,32.57|N|From Lorekeeper Vaeldrin.|
    C Immortality?|QID|30348|M|67.43,32.57|
    T Immortality?|QID|30348|M|67.43,32.57|N|To Lorekeeper Vaeldrin.|
    A Going on the Offensive|QID|30363|M|67.43,32.57|N|From Lyalia.|
    C Going on the Offensive|QID|30363|M|44.01,43.32|
    T Into the Wilds|QID|30178|M|44.24,43.02|N|To Koro Mistwalker.|
    A Unsafe Passage|QID|30269|M|44.16,43.00|N|From Koro Mistwalker.|
    C Unsafe Passage|QID|30269|M|43.72,36.01|
    T Unsafe Passage|QID|30269|M|40.67,33.72|N|To Koro Mistwalker.|
    A Blinding the Riverblades|QID|30270|M|40.67,33.72|N|From Koro Mistwalker.|
    A Tread Lightly|QID|30694|M|40.67,33.72|N|From Koro Mistwalker.|
    A The Murksweats|QID|30268|M|40.47,34.64|N|From Anduin Wrynn.|
    C Tread Lightly|QID|30694|S|U|80828|M|45.77,28.17|
    C Blinding the Riverblades|QID|30270|M|46.14,30.06|
    C Tread Lightly|QID|30694|US|U|80828|M|45.77,28.17|
    C The Murksweats|QID|30268|M|37.33,41.13|
    A The Murksweats|QID|30268|M|40.67,33.88|N|From Anduin Wrynn.|
    T Tread Lightly|QID|30694|M|40.62,33.69|N|To Koro Mistwalker.|
    T Blinding the Riverblades|QID|30270|M|40.62,33.69|N|To Koro Mistwalker.|
    T The Murksweats|QID|30268|M|40.44,34.58|N|To Anduin Wrynn.|
    A Ahead on the Way|QID|30695|M|40.68,33.68|N|From Koro Mistwalker.|
    A Sha Can Awe|QID|30271|M|40.67,33.88|N|From Anduin Wrynn.|
    C Striking the Rain|QID|30272|S|M|40,45|N|Kill them near the Defenders to get credit for Sha Can Awe also.|
    C Ahead on the Way|QID|30695|QO|West Pagoda Cleansed: 1/1|M|37.82,54.26|
    C Ahead on the Way|QID|30695|M|42.83,54.35|
    T Ahead on the Way|QID|30695|M|43.00,53.11|N|To Anduin Wrynn.|
    C Sha Can Awe|QID|30271|M|37.14,49.70|
    T Ahead on the Way|QID|30695|M|43.00,53.11|N|To Anduin Wrynn.|
    T Striking the Rain|QID|30272|M|38.01,50.89|N|To Anduin Wrynn.|
    T Sha Can Awe|QID|30271|M|38.01,50.89|N|To Anduin Wrynn.|
    A In the House of the Red Crane|QID|30273|M|38.01,50.89|N|From Anduin Wrynn.|
    C In the House of the Red Crane|QID|30273|M|40.46,54.65|N|Go up the center stairs then in the back are stairs to the basement.|
    T In the House of the Red Crane|QID|30273|M|40.05,48.98|N|To Chi-Ji.|
    R Marista|QID|30667|M|51.7,75.34|
    A Particular Plumage|QID|30667|M|51.70,75.34|N|From Tony Tuna.|
    f Marista|QID|30667|M|52.43,76.53|N|At Nan-Po.|
    A Sudden, Unexpected Crocolisk Aggression|QID|30666|M|51.52,76.88|N|From Jay Cloudfall.|
    C Particular Plumage|QID|30667|M|42.57,71.86|
    C Sudden, Unexpected Crocolisk Aggression|QID|30666|M|46.34,71.99|
    T Particular Plumage|QID|30667|M|51.60,75.29|N|To Tony Tuna.|
    T Sudden, Unexpected Crocolisk Aggression|QID|30666|M|51.56,76.87|N|To Jay Cloudfall.|
    A Build Your Own Raft|QID|30668|M|51.56,76.87|N|From Jay Cloudfall.|
    C Build Your Own Raft|QID|30668|NC|QO|Tough Kelp: 0/1|M|52.25,77.78|
    C Build Your Own Raft|QID|30668|M|52.36,76.21|
    T Build Your Own Raft|QID|30668|M|51.58,76.87|N|To Jay Cloudfall.|
    A The Lorewalker on the Lake|QID|30669|M|51.58,76.87|N|From Jay Cloudfall.|
    C The Lorewalker on the Lake|QID|30669|M|51.69,76.53|
    T The Lorewalker on the Lake|QID|30669|M|46.02,78.95|N|To Wise Ana Wu.|
    A Wisdom Has A Price|QID|30671|M|46.02,78.95|N|From Wise Ana Wu.|
    A Misery|QID|30691|M|46.02,78.95|N|From Wise Ana Wu.|
    C Misery|QID|30691|M|46.27,83.42|
    T Misery|QID|30691|M|46.27,83.42|N|To UI Alert.|
    C Wisdom Has A Price|QID|30671|M|46.54,77.47|
    T Wisdom Has A Price|QID|30671|M|46.01,78.96|N|To Wise Ana Wu.|
    A Balance|QID|30672|M|46.01,78.96|N|From Wise Ana Wu.|
    A Balance Without Violence|QID|30674|M|45.31,85.17|N|From UI Alert.|
    A Buried Hozen Treasure|QID|30675|M|43.81,85.41|N|From Confusing Treasure Map – looted off of an Unga.|
    C Balance Without Violence|QID|30674|M|42.68,82.74|
    T Balance Without Violence|QID|30674|M|42.22,82.87|N|To UI Alert.|
    C Buried Hozen Treasure|QID|30675|M|51.10,85.27|
    T Buried Hozen Treasure|QID|30675|M|51.10,85.27|N|To Unga Fish-Getter.|
    C Balance|QID|30672|M|50.85,84.15|
    T Balance|QID|30672|M|51.55,76.83|N|To Jay Cloudfall.|
    R Explore|QID|99999|N|Explore the islands while you are out here and have the raft.|
    f Cradle of Chi-Ji|QID|30675|M|31.19,63.25|N|At Feather Keeper Li.|
    A Thieving Raiders|QID|30168|M|29.66,39.00|N|From Tired Shushen.|
    A Raid Leader Slovan|QID|30169|M|29.66,39.00|N|From Tired Shushen.|
    C Thieving Raiders|QID|30168|S|M|29.55,45.17|
    C Raid Leader Slovan|QID|30169|M|31.87,29.01|
    C Thieving Raiders|QID|30168|US|M|29.55,45.17|
    T Thieving Raiders|QID|30168|M|29.65,38.99|N|To Tired Shushen.|
    T Raid Leader Slovan|QID|30169|M|29.65,38.99|N|To Tired Shushen.|
    T Going on the Offensive|QID|30363|M|24.76,34.00|N|To Lyalia.|
    A No Sister Left Behind|QID|30354|M|24.76,34.00|N|From Lyalia.|
    A Sever Their Supply Line|QID|30356|M|24.76,34.00|N|From Lyalia.|
    f Sentinel Basecamp|QID|30356|M|25.13,33.53|N|At Maylen Moonfeather.|
    A Re-Reclaim|QID|30355|M|25.22,34.52|N|From Kang Bramblestaff.|
    C Sever Their Supply Line|QID|30356|M|23.70,42.04|
    C Re-Reclaim|QID|30355|M|23.43,45.24|
    C No Sister Left Behind|QID|30354|M|23.49,45.07|
    T Re-Reclaim|QID|30355|M|24.74,34.08|N|To Kang Bramblestaff.|
    T Sever Their Supply Line|QID|30356|M|24.74,34.08|N|To Lyalia.|
    A The Mantid|QID|30361|M|24.88,34.29|N|From Ambassador Han.|
    A The Stoneplow Convoy|QID|30357|M|15.08,39.32|N|From Lorekeeper Vaeldrin.|
    C The Stoneplow Convoy|QID|30357|U|79163|M|15.62,34.96|
    C The Mantid|QID|30361|M|14.44,35.46|
    T The Mantid|QID|30361|M|15.67,39.77|N|To Ambassador Len.|
    T The Stoneplow Convoy|QID|30357|M|15.14,39.38|N|To Lorekeeper Vaeldrin.|
    A The Lord Reclaimer|QID|30359|M|15.12,39.32|N|From Lorekeeper Vaeldrin.|
    C The Lord Reclaimer|QID|30359|M|23.35,48.80|
    T The Lord Reclaimer|QID|30359|M|24.74,33.96|N|To Lorekeeper Vaeldrin.|
    A The Waters of Youth|QID|30445|M|24.74,33.96|N|From Lorekeeper Vaeldrin.|
    C The Waters of Youth|QID|30445|M|24.74,33.96|
    T The Waters of Youth|QID|30445|M|24.74,33.96|N|To Lyalia.|
    A Warn Stoneplow|QID|30360|M|24.74,33.96|N|From Lyalia.|
    F Stoneplow|QID|30360|M|25.13,33.53|N|At Maylen Moonfeather.|
    T Warn Stoneplow|QID|30360|M|19.54,56.92|Z|Valley of the Four Winds|N|To Loon Mai.|
    A The Mantidote|QID|30623|M|17.97,56.34|Z|Valley of the Four Winds|N|From Mei Barrelbottom.|
    A The Swarm Begins|QID|30622|M|17.90,56.21|Z|Valley of the Four Winds|N|From Loon Mai.|
    A It Does You No Good In The Keg|QID|30624|M|18.05,55.69|Z|Valley of the Four Winds|N|From Mudmug.|
    C The Mantidote|QID|30623|S|U|80337|M|10.72,51.9|Z|Valley of the Four Winds|N|Use the mask on the elites, kill the sha that appears.|
    C It Does You No Good In The Keg|QID|30624|NC|QO|Deliver beer to Crane Wing Priests: 1/1|M|15.09,55.41|Z|Valley of the Four Winds|
    C It Does You No Good In The Keg|QID|30624|NC|QO|Deliver beer to night elf settlers: 1/1|M|15.09,55.41|Z|Valley of the Four Winds|
    C It Does You No Good In The Keg|QID|30624|NC|QO|Deliver beer to the Shado-Pan: 1/1|M|10.95,55.9|Z|Valley of the Four Winds|
    C It Does You No Good In The Keg|QID|30624|NC|QO|Deliver beer to Zhu’s Wardens: 1/1|M|17.01,50.46|Z|Valley of the Four Winds|
    T It Does You No Good In The Keg|QID|30624|To UI Alert.|
    C The Swarm Begins|QID|30622|M|12.27,49.65|Valley of the Four WInds|
    C The Mantidote|QID|30623|US|U|80337|M|10.72,51.92|Z|Valley of the Four Winds|
    T The Mantidote|QID|30623|N|UI Alert|
    T The Swarm Begins|QID|30622|M|11.53,49.57|Z|Valley of the Four Winds|N|To Guard Captain Oakenshield.|
    A Students No More|QID|30625|M|11.53,49.57|Z|Valley of the Four Winds|N|From Guard Captain Oakenshield.|
    C Students No More|QID|30625|M|8.97,51.01|Z|Valley of the Four Winds|N|The NPC’s will call you over to join them as they roam around this area killing these 4 elites.|
    T Students No More|QID|30625|M|11.55,49.44|Z|Valley of the Four Winds|N|To Guard Captain Oakenshield.|
    A Retreat!|QID|30626|M|11.55,49.44|Z|Valley of the Four Winds|N|From Guard Captain Oakenshield.|
    T Retreat!|QID|30626|M|17.91,56.22|Z|Valley of the Four Winds|N|To Loon Mai.|
    A The Savior of Stoneplow|QID|30627|M|17.98,55.85|Z|Valley of the Four Winds|N|From Master Bruised Paw.|
    N The Savior of Stoneplow|QID|30627|NC|M|17.99, 56.62|Z|Valley of the Four Winds|N|Dismount first, Talk to Miss Fanny|
    C The Savior of Stoneplow|QID|30627|N|Fanny sends you towards the Colossus, who swallows you. Vehicle UI comes up and you strike repeatedly until he is dead.|
    T The Savior of Stoneplow|QID|30627|M|17.98,55.85|N|To Master Bruised Paw.|
    A The Gratitude of Stoneplow|QID|30628|M|17.91,56.25|Z|Valley of the Four Winds|N|From Loon Mei.|
    T The Gratitude of Stoneplow|QID|30628|NC|M|19.86,55.86|Z|Valley of the Four Winds|N|From Loon Mei.|
    F Grassy Cline|QID|99999|M|20.31, 58.62|Z|Valley of the Four Winds|N|At Dragonwing Dan.|
    N Congratulations|QID|99999|N|You have finished Krasarang Wilds. Next zone is Kun-Lai Summit.|
    ]]

    end)

  • img
    Aug 19, 2012 @ 17:40 pm

    Krasarang Wilds – HordeWoWPro.Leveling:RegisterGuide(‘EmmKra8788’, ‘Krasarang Wilds’, ‘Emmaleah’, ’87’, ’88’, ‘EmmKun8889’, ‘Horde’, function()
    return [[

    F Zhu’s Watch|QID|11111|M|19, 56|N|Accept flight from “Dragonwing” Dan to see Ken-Ken|
    T Ken-Ken|QID|29873|M|76.23,7.13|N|To Ken-Ken. This was accepted from Xiao at the beginning of Valley of the 4 Winds.|
    A What’s Eating Zhu’s Watch?|QID|30079|M|76.24,7.13|N|From Ken-Ken.|
    C What’s Eating Zhu’s Watch?|QID|30079|NC|QO|Speak with Mei|M|75.86,7.60|N|up the stairs, outside.|
    A Finding Yi-Mo|QID|30080|M|75.86,7.60|N|From Mei Barrelbottom.|
    C What’s Eating Zhu’s Watch?|QID|30079|NC|QO|Speak with Yun: 1/1|M|75.48,9.26|N|up the stairs, inside.|
    C What’s Eating Zhu’s Watch?|QID|30079|NC|QO|Speak with Despondent Warden of Zhu: 1/1|M|76.69,8.85|
    C What’s Eating Zhu’s Watch?|QID|30079|NC|QO|Speak with Sunni|M|76.44,8.27|N|up the stairs, inside.|
    f Zhu’s Watch|QID|30078|M|76.7,8.38|N|At Gee Hung.|
    C Finding Yi-Mo|QID|30080|M|78.97,7.73|
    T Finding Yi-Mo|QID|30080|M|81.31,6.78|N|To Yi-Mo Longbrow.|
    A Cheer Up, Yi-Mo|QID|30082|M|81.31,6.78|N|From Yi-Mo Longbrow.|
    C Cheer Up, Yi-Mo|QID|30082|NC|M|76.77,7.74|N|Talk to him, then you have to roll him home. You will be attacked by large birds on the way.|
    C Cheer Up, Yi-Mo|QID|30082|M|77.02,7.70|
    T Cheer Up, Yi-Mo|QID|30082|M|75.87,7.63|N|To Mei Barrelbottom.|
    A Tears of Pandaria|QID|30091|M|75.87,7.63|N|From Mei Barrelbottom.|
    T What’s Eating Zhu’s Watch?|QID|30079|M|76.24,7.14|N|To Ken-Ken.|
    A Materia Medica|QID|30081|M|76.23,7.12|N|From Ken-Ken.|
    C Materia Medica|QID|30081|M|72.19,10.68|N|fish are sparklies on the ground where you kill horrors, honeycomb in trees nearby, salty core drop from the horrors.|
    C Tears of Pandaria|QID|30091|M|71.99,11.45|
    T Tears of Pandaria|QID|30091|M|75.83,7.65|N|To Mei Barrelbottom.|
    A Securing the Province|QID|30083|M|75.83,7.65|N|From Mei Barrelbottom.|
    A Borderlands|QID|30084|M|75.83,7.65|N|From Mei Barrelbottom.|
    T Materia Medica|QID|30081|M|76.24,7.14|N|To Ken-Ken.|
    A Why So Serious?|QID|30088|M|76.24,7.14|N|From Ken-Ken.|
    C Why So Serious?|QID|30088|S|L|78941 18|M|72.00,16.91|
    C Borderlands|QID|30084|NC|U|78928|QO|Memorial Flame of Po: 1/1|M|75.20,17.20|
    C Borderlands|QID|30084|NC|U|78928|QO|Memorial Flame of Zhu: 1/1|M|71.21,17.55|
    C Borderlands|QID|30084|NC|U|78928|QO|Memorial Flame of Rin: 1/1|M|71.21,17.55|
    C Why So Serious?|QID|30088|US|M|73.89,56.30|Z|Valley of the Four Winds|
    C Securing the Province|QID|30083|M|77.30,58.91|Z|Valley of the Four Winds|
    T Securing the Province|QID|30083|M|75.83,7.65|N|To Mei Barrelbottom.|
    T Borderlands|QID|30084|M|75.83,7.65|N|To Mei Barrelbottom.|
    T Why So Serious?|QID|30088|M|76.24,7.14|N|To Ken-Ken.|
    A Apply Directly to the Forehead|QID|30089|M|76.25,7.15|N|From Ken-Ken.|
    C Apply Directly to the Forehead|QID|30089|U|79021|M|76.69,9.11|
    T Apply Directly to the Forehead|QID|30089|M|76.24,7.10|N|To Ken-Ken.|
    A Zhu’s Despair|QID|30090|M|76.24,7.10|N|From Ken-Ken.|
    C Zhu’s Despair|QID|30090|U|79057|M|76.43,8.76|
    T Zhu’s Despair|QID|30090|M|76.23,7.10|N|To Ken-Ken.|
    A Into the Wilds|QID|30133|M|75.85,7.59|FACTION|Horde|N|From Mei Barrelbottom.|
    A Poisoned!|QID|30179|M|68.81,22.27|N|From Chezin Dawnchaser.|
    C Poisoned!|QID|30179|M|67.62,21.08||
    A Crane Mastery|QID|30352|M|67.60,25.77|N|From Daggle Bombstrider.|
    A Profit Mastery|QID|30353|M|67.60,25.77|N|From Daggle Bombstrider.|
    T Kang Bramblestaff|QID|29875|M|60.05,25.07||N|To Kang Bramblestaff.|
    C Into the Wilds|QID|30133|M|62.55,25.35|
    T Poisoned!|QID|30179|M|59.92,24.81|N|To Sunwalker Dezco.|
    A Blind Them!|QID|30124|M|59.92,24.81|N|From Kor Bloodtusk.|
    A Skitterer Stew|QID|30123|M|60.11,24.98|N|From Kang Bramblestaff.|
    f Thunder Cleft|QID|30123|M|59.23,24.55|N|At Lira Skysplitter.|
    C Blind Them!|QID|30124|M|61.56,30.64|
    C Skitterer Stew|QID|30123|M|62.46,32.89|
    C Crane Mastery|QID|30352|M|63.94,29.44|
    C Profit Mastery|QID|30353|M|71.15,24.65|
    T Profit Mastery|QID|30353|M|67.60,25.77|N|To Daggle Bombstrider.|
    A Profit Mastery: Chasheen|QID|31260|M|67.60,25.77|N|From Daggle Bombstrider.|
    T Crane Mastery|QID|30352|M|67.6, 25.77|
    A Crane Mastery: Needlebeak|QID|31262|M|67.61,25.70|N|From Daggle Bombstrider.|
    C Crane Mastery: Needlebeak|QID|31262|M|63.19,20.39|
    C Profit Mastery: Chasheen|QID|31260|M|61.66,31.78|
    T Skitterer Stew|QID|30123|M|60.07,24.98|N|To Kang Bramblestaff.|
    T Blind Them!|QID|30124|M|59.88,24.85|N|To Kor Bloodtusk.|
    A Threat from Dojan|QID|30127|M|59.88,24.85|N|From Kor Bloodtusk.|
    A Herbal Remedies|QID|30130|M|59.90,24.48|N|From Sunwalker Dezco.|
    A The Mogu Agenda|QID|30129|M|60.12,24.96|N|From Kang Bramblestaff.|
    C The Mogu Agenda|QID|30129|M|55.51,35.48|N|Kill the Dojani Subjugator, loot the Dojani Orders|
    T The Mogu Agenda|QID|30129|M|55.51,35.48|N|To Kang Bramblestaff.|
    A The Pools of Youth|QID|30128|M|55.51,35.48|N|From Kang Bramblestaff.|
    C Herbal Remedies|QID|30130|M|54.59,39.74|
    C Threat from Dojan|QID|30127|M|54.68,38.86|
    C The Pools of Youth|QID|30128|M|51.63,33.08|
    T Threat from Dojan|QID|30127|M|59.93,24.82|N|To Kor Bloodtusk.|
    T Herbal Remedies|QID|30130|M|59.93,24.82|N|To Sunwalker Dezco.|
    T The Pools of Youth|QID|30128|M|59.93,24.82|N|To Sunwalker Dezco.|
    A Life|QID|30131|M|59.93,24.82|N|From Sunwalker Dezco.|
    C Life|QID|30131|M|60.37,25.23|
    T Life|QID|30131|M|60.42,25.52|N|To Sunwalker Dezco.|
    A Going West|QID|30132|M|60.42,25.52|N|From Sunwalker Dezco.|
    T Crane Mastery: Needlebeak|QID|31262|M|67.61,25.68|N|To Daggle Bombstrider.|
    T Profit Mastery: Chasheen|QID|31260|M|67.61,25.68|N|To Daggle Bombstrider.|
    C Going West|QID|30132|M|43.83,42.85|
    T Into the Wilds|QID|30133|M|44.16,43.00|N|To Koro Mistwalker.|
    A Unsafe Passage|QID|30269|M|44.16,43.00|N|From Koro Mistwalker.|
    C Unsafe Passage|QID|30269|M|43.72,36.01|
    T Unsafe Passage|QID|30269|M|40.67,33.72|N|To Koro Mistwalker.|
    A Blinding the Riverblades|QID|30270|M|40.67,33.72|N|From Koro Mistwalker.|
    A Tread Lightly|QID|30694|M|40.67,33.72|N|From Koro Mistwalker.|
    A The Murksweats|QID|30268|M|40.47,34.64|N|From Anduin Wrynn.|
    C Tread Lightly|QID|30694|S|U|80828|M|45.77,28.17|
    C Blinding the Riverblades|QID|30270|M|46.14,30.06|
    C Tread Lightly|QID|30694|US|U|80828|M|45.77,28.17|
    C The Murksweats|QID|30268|M|37.33,41.13|
    T Tread Lightly|QID|30694|M|40.62,33.69|N|To Koro Mistwalker.|
    T Blinding the Riverblades|QID|30270|M|40.62,33.69|N|To Koro Mistwalker.|
    T The Murksweats|QID|30268|M|40.44,34.58|N|To Anduin Wrynn.|
    A Sha Can Awe|QID|30271|M|40.67,33.88|N|From Anduin Wrynn.|
    A Ahead on the Way|QID|30695|M|40.68,33.68|N|From Koro Mistwalker.|
    A Striking the Rain|QID|30272|M|40.68,33.68|N|From Koro Mistwalker.|
    C Striking the Rain|QID|30272|S|M|40,45|N|Kill them near the Defenders to get credit for Sha Can Awe also.|
    C Ahead on the Way|QID|30695|QO|West Pagoda Cleansed: 1/1|M|37.82,54.26|
    C Ahead on the Way|QID|30695|M|42.83,54.35|
    T Ahead on the Way|QID|30695|M|43.00,53.11|N|To Anduin Wrynn.|
    C Sha Can Awe|QID|30271|M|37.14,49.70|
    T Ahead on the Way|QID|30695|M|43.00,53.11|N|To Anduin Wrynn.|
    T Striking the Rain|QID|30272|M|38.01,50.89|N|To Anduin Wrynn.|
    T Sha Can Awe|QID|30271|M|38.01,50.89|N|To Anduin Wrynn.|
    A In the House of the Red Crane|QID|30273|M|38.01,50.89|N|From Anduin Wrynn.|
    C In the House of the Red Crane|QID|30273|M|40.46,54.65|N|Go up the center stairs then in the back are stairs to the basement.|
    T In the House of the Red Crane|QID|30273|M|40.05,48.98|N|To Chi-Ji.|
    R Marista|QID|30667|M|51.7,75.34|
    A Particular Plumage|QID|30667|M|51.70,75.34|N|From Tony Tuna.|
    f Marista|QID|30667|M|52.43,76.53|N|At Nan-Po.|
    A Sudden, Unexpected Crocolisk Aggression|QID|30666|M|51.52,76.88|N|From Jay Cloudfall.|
    C Particular Plumage|QID|30667|M|42.57,71.86|
    C Sudden, Unexpected Crocolisk Aggression|QID|30666|M|46.34,71.99|
    T Particular Plumage|QID|30667|M|51.60,75.29|N|To Tony Tuna.|
    T Sudden, Unexpected Crocolisk Aggression|QID|30666|M|51.56,76.87|N|To Jay Cloudfall.|
    A Build Your Own Raft|QID|30668|M|51.56,76.87|N|From Jay Cloudfall.|
    C Build Your Own Raft|QID|30668|NC|QO|Tough Kelp: 0/1|M|52.25,77.78|
    C Build Your Own Raft|QID|30668|M|52.36,76.21|
    T Build Your Own Raft|QID|30668|M|51.58,76.87|N|To Jay Cloudfall.|
    A The Lorewalker on the Lake|QID|30669|M|51.58,76.87|N|From Jay Cloudfall.|
    C The Lorewalker on the Lake|QID|30669|M|51.69,76.53|
    T The Lorewalker on the Lake|QID|30669|M|46.02,78.95|N|To Wise Ana Wu.|
    A Wisdom Has A Price|QID|30671|M|46.02,78.95|N|From Wise Ana Wu.|
    A Misery|QID|30691|M|46.02,78.95|N|From Wise Ana Wu.|
    C Misery|QID|30691|M|46.27,83.42|
    T Misery|QID|30691|M|46.27,83.42|N|To UI Alert.|
    C Wisdom Has A Price|QID|30671|M|46.54,77.47|
    T Wisdom Has A Price|QID|30671|M|46.01,78.96|N|To Wise Ana Wu.|
    A Balance|QID|30672|M|46.01,78.96|N|From Wise Ana Wu.|
    A Balance Without Violence|QID|30674|M|45.31,85.17|N|From UI Alert.|
    A Buried Hozen Treasure|QID|30675|M|43.81,85.41|N|From Confusing Treasure Map – looted off of an Unga.|
    C Balance Without Violence|QID|30674|M|42.68,82.74|
    T Balance Without Violence|QID|30674|M|42.22,82.87|N|To UI Alert.|
    C Buried Hozen Treasure|QID|30675|M|51.10,85.27|
    T Buried Hozen Treasure|QID|30675|M|51.10,85.27|N|To Unga Fish-Getter.|
    C Balance|QID|30672|M|50.85,84.15|
    T Balance|QID|30672|M|51.55,76.83|N|To Jay Cloudfall.|
    R Explore|QID|99999|N|Explore the islands while you are out here and have the raft.|
    f Cradle of Chi-Ji|QID|30675|M|31.19,63.25|N|At Feather Keeper Li.|
    A Thieving Raiders|QID|30168|M|29.66,39.00|N|From Tired Shushen.|
    A Raid Leader Slovan|QID|30169|M|29.66,39.00|N|From Tired Shushen.|
    C Thieving Raiders|QID|30168|S|M|29.55,45.17|
    C Raid Leader Slovan|QID|30169|M|31.87,29.01|
    C Thieving Raiders|QID|30168|US|M|29.55,45.17|
    T Thieving Raiders|QID|30168|M|29.65,38.99|N|To Tired Shushen.|
    T Raid Leader Slovan|QID|30169|M|29.65,38.99|N|To Tired Shushen.|
    f Dawnchaser Retreat|QID|30169|M|28.92,50.38|N|At Munch Windhoof.|
    T Going West|QID|30132|M|28.72,50.86|N|To Kor Bloodtusk.|
    A For the Tribe|QID|30163|M|28.72,50.86|N|From Kor Bloodtusk.|
    A The Greater Danger|QID|30229|M|28.72,50.86|N|From Kor Bloodtusk.|
    A Re-Reclaim|QID|30230|M|28.77,50.68|N|From Kang Bramblestaff.|
    C Re-Reclaim|QID|30230|M|25.04,37.99|
    C For the Tribe|QID|30163|M|23.95,41.43|
    C The Greater Danger|QID|30229|M|23.76,41.88|
    T Re-Reclaim|QID|30230|M|28.80,50.42|N|To Kang Bramblestaff.|
    T For the Tribe|QID|30163|M|28.70,50.89|N|To Kor Bloodtusk.|
    A The Mantid|QID|30175|M|29.03,51.16|N|From Ambassador Han.|
    C The Mantid|QID|30175|S|M|13.58,36.40|
    A The Stoneplow Convoy|QID|30164|M|15.95,39.84|N|From Sunwalker Dezco.|
    C The Stoneplow Convoy|QID|30164|U|79163|M|15.38,35.55|
    C The Mantid|QID|30175|US|M|13.58,36.40|
    T The Mantid|QID|30175|M|15.71,39.69|N|To Ik’thik Precursor.|
    T The Stoneplow Convoy|QID|30164|M|15.92,39.80|N|To Sunwalker Dezco.|
    A For Family|QID|30174|M|15.92,39.80|N|From Sunwalker Dezco.|
    C For Family|QID|30174|M|23.39,48.68|
    T For Family|QID|30174|M|28.92,50.75|N|To Sunwalker Dezco.|
    A Warn Stoneplow|QID|30241|M|28.92,50.75|N|From Sunwalker Dezco.|
    F Stoneplow|QID|30241|M|28.92,50.38|At Munch Windhoof.|
    T Warn Stoneplow|QID|30241|M|19.53,56.95|Z|Valley of the Four Winds|N|To Loon Mai.|
    A The Mantidote|QID|30623|M|17.97,56.34|Z|Valley of the Four Winds|N|From Mei Barrelbottom.|
    A The Swarm Begins|QID|30622|M|17.90,56.21|Z|Valley of the Four Winds|N|From Loon Mai.|
    A It Does You No Good In The Keg|QID|30653|M|18.05,55.69|Z|Valley of the Four Winds|N|From Mudmug.|
    C The Mantidote|QID|30623|S|U|80337|M|10.72,51.92|Z|Valley of the Four Winds|N|Use the mask on the elites, kill the sha that appears.|
    C It Does You No Good In The Keg|QID|30653|NC|QO|Deliver beer to Crane Wing Priests: 1/1|M|15.09,55.41|Z|Valley of the Four Winds|
    C It Does You No Good In The Keg|QID|30653|NC|QO|Deliver beer to Zhu’s Wardens: 1/1|M|17.01,50.46|Z|Valley of the Four Winds|
    C It Does You No Good In The Keg|QID|30653|NC|QO|Deliver beer to Shado-Pan: 1/1|M|10.95,55.90|Z|Valley of the Four Winds|
    C It Does You No Good In The Keg|QID|30653|NC|QO|Deliver beer to the tauren settlers: 1/1|M|13.01,56.59|Z|Valley of the Four Winds|
    T It Does You No Good In The Keg|QID|30653|Z|Valley of the Four Winds|N|UI Alert|
    C The Mantidote|QID|30623|US|U|80337|M|10.72,51.92|Z|Valley of the Four Winds|
    C The Swarm Begins|QID|30622|M|10.14,52.00|Z|Valley of the Four Winds|
    T The Mantidote|QID|30623|Z|Valley of the Four Winds|N|UI Alert|
    T The Swarm Begins|QID|30622|M|11.53,49.50|Z|Valley of the Four Winds|N|To Guard Captain Oakenshield.|
    A Students No More|QID|30625|M|11.53,49.57|Z|Valley of the Four Winds|N|From Guard Captain Oakenshield.|
    C Students No More|QID|30625|M|8.97,51.01|Z|Valley of the Four Winds|N|The NPC’s will call you over to join them as they roam around this area killing these 4 elites.|
    T Students No More|QID|30625|M|11.55,49.44|Z|Valley of the Four Winds|N|To Guard Captain Oakenshield.|
    A Retreat!|QID|30626|M|11.55,49.44|Z|Valley of the Four Winds|N|From Guard Captain Oakenshield.|
    T Retreat!|QID|30626|M|17.91,56.22|Z|Valley of the Four Winds|N|To Loon Mai.|
    A The Savior of Stoneplow|QID|30627|M|17.98,55.85|Z|Valley of the Four Winds|N|From Master Bruised Paw.|
    N The Savior of Stoneplow|QID|30627|NC|M|17.99, 56.62|Z|Valley of the Four Winds|N|Dismount first, Talk to Miss Fanny|
    C The Savior of Stoneplow|QID|30627|N|Fanny sends you towards the Colossus, who swallows you. Vehicle UI comes up and you strike repeatedly until he is dead.|
    T The Savior of Stoneplow|QID|30627|M|17.98,55.85|N|To Master Bruised Paw.|
    A The Gratitude of Stoneplow|QID|30628|M|17.91,56.25|Z|Valley of the Four Winds|N|From Loon Mei.|
    T The Gratitude of Stoneplow|QID|30628|NC|M|19.86,55.86|Z|Valley of the Four Winds|N|From Loon Mei.|
    F Grassy Cline|QID|99999|M|20.31, 58.62|Z|Valley of the Four Winds|N|At Dragonwing Dan.|
    N Congratulations|QID|99999|N|You have finished Krasarang Wilds. Next zone is Kun-Lai Summit.|
    ]]

    end)

  • img
    Jul 30, 2012 @ 18:29 pm

    Error with RecoderI started on Jade Forest and after some false starts, discovered some problems with the recorder.

    1) I dont know if this one is fixable, perhaps Blizzard is causing it. When you zone from Bladefist Bay (outside of orgrimmar) to Pandaria it appears to wipe your guide file in the recorder. (as in the recorder window was now empty “The Jade Forest 0/0” and checking the save button only the guide registration was there). I did this 3 times, same result each time. I did not check alliance side as I could not find the quest (The Mission?) and the only answer I got in chat was that it was broken. (although I’m sure some people had it since I saw links)

    2) When adding |QO| steps it would put multiple (4-5) of the objective down below the current step. It wouldnt make a full step, just the objective text. This appeared to be a graphics glitch only as they would go away as I continued recording steps.

    3) When moving steps (and perhaps other times, but I wasn’t checking then) it would change my steps that I moved up/down past to have the same QID’s quest name/etc. This was the most serious of the bugs I encountered and as a result I really don’t know if I will be able to get the guide done before I go on vacation tomorrow. I will post what I have, but I won’t have time for the review that I have put into the other ones.

    I have not experienced these things before this weekend, since I didnt update the recorder code, I assume its something differant about Jade Forest, but that is only a guess.

    unrelated to the above – last night there was a bunch of spam “Coach Outlet” on the wow-pro website. I tried to click the mark as spam on all of it, but hard to be sure since there were 8(or more) all identical. Anyway, this morning, my recent comments is reset back to one of the spam comments (7 hours ago) and then the rest is over a week old. Can I get the actual recent comments back?

  • img
    Jul 15, 2012 @ 1:21 am

    Re: MoP GuidesWhy does it say the wrong thing?  Because it has not been updated.Anyways, proper text has been added.Thanks for pointing out the wrong procedure.

  • img
    Jul 13, 2012 @ 23:46 pm

    MoP GuidesThe comments above say:<quote>Well, lucky you, it’s really easy to submit your code to the addon! All you have to do is make a forum post or reply to this thread with a comment containing your copy/pasted code! I’ll look it over, and if it seems sound, I’ll put it into the addon!</quote>now, obviously I can replay to this thread, thats what Im doing at the moment.  But… I cant make a forum post. When I try to it says I am not allowed to make forum posts.  So, why does it say to make a forum post when you can’t? 

  • img
    Peilka
    Nov 7, 2011 @ 17:24 pm

    Since you looking for guides-Orc-Durotar 1-5Its not really all that great but i guess its alright for a first attempt. Use it if you want to, if not, well I dont blame you.WoWPro.Leveling:RegisterGuide(”, ‘Durotar’, ‘Glackshtao’, ‘1’, ‘5’, ”, ‘Horde’, function() return [[N First Step|QID|1|N|This is the first step in your new guide. A guide must always have at least one step. Delete this one when you add your own!|A Your Place In The World|QID|25152|M|43.29,68.85|N|From Kaltunk.|T Your Place In The World|QID|25152|M|43.20,68.33|N|To Gornek.|A Cutting Teeth|QID|25126|M|43.20,68.33|N|From Gornek.|C Cutting Teeth|QID|25126|M|43.70,64.92|L Level 2|QID|25126|LVL|2|N|You should be around level 2 by this point.|T Cutting Teeth|QID|25126|M|43.26,68.16|N|To Gornek.|A Invaders in Our Home|QID|25172|M|43.26,68.16|N|From Gornek.|A Galgar’s Cactus Apple Surprise|QID|25136|M|42.75,67.33|N|From Galgar.|C Invaders in Our Home|QID|25172|M|44.21,71.78|T Invaders in Our Home|QID|25172|M|43.19,68.30|N|To Gornek.|A Sting of the Scorpid|QID|25127|M|43.19,68.30|N|From Gornek.|C Galgar’s Cactus Apple Surprise|QID|25136|M|42.12,63.21|A Sarkoth|QID|25129|M|40.64,62.68|N|From Hana’zua.|L Level 3|QID|25129|LVL|3|N|You should be around level 3 by this point.|C Sarkoth|QID|25129|M|40.74,66.94|C Sting of the Scorpid|QID|25127|M|40.21,63.31|T Sarkoth|QID|25129|M|40.58,62.70|N|To Hana’zua.|A Back to the Den|QID|25130|M|40.58,62.70|N|From Hana’zua.|A Lazy Peons|QID|25134|M|43.56,67.36|N|From Foreman Thazz’ril.|T Galgar’s Cactus Apple Surprise|QID|25136|M|42.77,67.33|N|To Galgar.|T Sting of the Scorpid|QID|25127|M|43.21,68.17|N|To Gornek.|L Level 4|QID|25134|LVL|4|N|You should be around level 4 by this point.|T Back to the Den|QID|25130|M|43.21,68.17|N|To Gornek.|A Etched Parchment|QID|3087|M|43.21,68.17|N|From Gornek.|T Etched Parchment|QID|3087|M|42.79,69.24|N|To Karranisha.|A Steady Shot|QID|25139|M|42.79,69.24|N|From Karranisha.|A Hana’zua|QID|25128|M|42.48,69.18|N|From Canaga Earthcaller.|C Steady Shot|QID|25139|M|42.95,68.10|T Steady Shot|QID|25139|M|42.81,69.25|N|To Karranisha.|A Vile Familiars|QID|25131|M|43.43,67.54|N|From Zureetha Fargaze.|T Hana’zua|QID|25128|M|40.67,62.65|N|To Hana’zua.|C Vile Familiars|QID|25131|M|45.24,57.16|C Lazy Peons|QID|25134|U|16114|M|43.89,57.87|T Lazy Peons|QID|25134|M|43.52,67.39|N|To Foreman Thazz’ril.|T Vile Familiars|QID|25131|M|43.52,67.39|N|To Zureetha Fargaze.|A Burning Blade Medallion|QID|25132|M|43.52,67.39|N|From Zureetha Fargaze.|A Thazz’ril’s Pick|QID|25135|M|43.52,67.39|N|From Foreman Thazz’ril.|L Level 5|QID|25135|LVL|5|N|You should be around level 5 by this point.|C Thazz’ril’s Pick|QID|25135|M|43.77,53.71|C Burning Blade Medallion|QID|25132|M|42.35,53.79|T Burning Blade Medallion|QID|25132|M|43.47,67.53|N|To Zureetha Fargaze.|A Report to Sen’jin Village|QID|25133|M|43.47,67.53|N|From Zureetha Fargaze.|T Thazz’ril’s Pick|QID|25135|M|43.50,67.48|N|To Foreman Thazz’ril.|T Report to Sen’jin Village|QID|25133|M|55.90,74.78|N|To Master Gadrin.|]]end)

  • img
    Jan 17, 2011 @ 22:10 pm

    Gotcha, thanks.Gotcha, thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.

Categories

Archives