Mole Machine Secret Locations

Mole Machines are vehicles used to travel to specific locations in Azeroth, Outland and Draenor. Dark Iron Dwarves can interact with Mole Machines hidden throughout the world in order to unlock those locations as new destinations.

Mole Machine Locations

If you have TomTom and Paste you can use the following macro to add the Mole Machine locations on the map.

/way The Hinterlands 13.4 46.7
/way Blackrock Mountain 33.2 25.1
/way Blasted Lands 62 12.8
/way Un'Goro Crater 52.9 55.9
/way Southern Barrens 39.1 9.3
/way Mount Hyjal 57.2 77.1
/way Blade's Edge Mountains 72.5 17.6
/way Shadowmoon Valley:Outland 50.7 35.3
/way Hellfire Peninsula 53 65
/way Icecrown 77 18.6
/way Dragonblight 45.3 49.9
/way Valley of the Four Winds 31.5 73.6
/way Kun-Lai Summit 57.7 62.8
/way Gorgrond 46.7 38.7
/way Nagrand:Draenor 65.7 8.3
/way Highmountain 44.6 72.9
/way Broken Shore 71.7 48

The Mole Machine locations in Ironforge, Stormwind and Shadowforge are learned by default.

/way Ironforge 61.27 37.17
/way Stormwind 63.32 37.34
/way Shadowforge City 61.43 24.37

Interactive Wormholes Addon

You can use the Interactive Wormholes addon to display the missing wormholes on the map.

Progress Macro

You can use the following macro to check if you have discovered all possible locations:

/run local d,f=DEFAULT_CHAT_FRAME d:Clear() for i=53585,53601 do f=C_QuestLog.IsQuestFlaggedCompleted(i) d:AddMessage((f and '\124cff00ff00' or '\124cffff0000')..i..'\124r') end