- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,109 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
Homing Digeon
- 2 Likes
- World of Warcraft
- 81 Monthly Downloads
- Supports: 4.0.6
- 20,233 Total Downloads
- Updated 04/26/2011
- Created 02/12/2011
- 108 Favorites
- Project Site
- Comments
- Release Type: Release
- License: All Rights Reserved
- Newest File: v1.3-Release
About Homing Digeon
I got really tired of having to flip back and forth between the World Map and the Flight Map to find the closest flightpoint for all the archaeology digs, so this addon merely overlays the digs onto the flight map directly, so it's easier to pick destinations to idlefly to.
Thanks to karl_w_w on #wowuidev IRC for the name
2011-04-26 wobin <wobin>
[2784718c905f] [v1.3-Release]
* HomingDigeon.lua HomingDigeon.toc
Turns out that each flightmap/continentmap have differing ratios between them. So magic multiplicands ahoy
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v1.3-Release | Release | 4.0.6 | 10,805 | 04/26/2011 |
| v1.2.1-Release | Release | 4.0.6 | 3,757 | 03/20/2011 |
| v1.2-Release | Release | 4.0.6 | 176 | 03/20/2011 |
| v1.1-Release | Release | 4.0.6 | 3,451 | 02/21/2011 |
| v1.0.1-Release | Release | 4.0.6 | 2,057 | 02/13/2011 |
| v1.0-Release | Release | 4.0.6 | 33 | 02/13/2011 |
Addon Packs Containing This...
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,172,613 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 491,839 Monthly Downloads
-
- AtlasLoot Enhanced
- Map & Minimap, Professions, Arena, and Boss Encounters
- 393,478 Monthly Downloads
-
- Deadly Boss Mods - Burning Crusade and Vanilla mods
- Combat and Boss Encounters
- 350,761 Monthly Downloads
-
- Recount
- Combat
- 329,575 Monthly Downloads


Comments
Date: 2013-01-24 09:24:24
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\HomingDigeon\HomingDigeon.lua line 3:
attempt to call global 'WorldMap_GetPOITextureCoords' (a nil value)
Debug:
HomingDigeon\HomingDigeon.lua:3: in main chunk
Locals:
HomingDigeon = HomingDigeon {
0 = <userdata>
}
(*temporary) = nil
(*temporary) = 177
(*temporary) = "attempt to call global 'WorldMap_GetPOITextureCoords' (a nil value)"
its not working for me
change for 5.0.5
local MagicXRatio = { [4] = 1.2, [3] = 1.3, [2] = 1.3, [1] = 1.5 }
local MagicYRatio = { [4] = 0.8, [3] = 1, [2] = 1, [1] = 1}
local MagicYOffset = { [4] = -30, [3] = 5, [2] = -5, [1] = -5}
local MagicXOffset = { [4] = 15, [3] = 0, [2] = 0, [1] = 0 }
to
local MagicXRatio = { [6] = 1.2, [4] = 1.2, [3] = 1.3, [2] = 1.3, [1] = 1.5 }
local MagicYRatio = { [6] = 0.8, [4] = 0.8, [3] = 1, [2] = 1, [1] = 1}
local MagicXOffset = { [6] = 38, [4] = 15, [3] = 0, [2] = 0, [1] = 0 }
local MagicYOffset = { [6] = -5, [4] = -30, [3] = 5, [2] = -5, [1] = -5}
Thanks alot for the addon! Now that we have flight speed guild bonus this addon is even more mandatory for anyoe who wants to get to digsites fast. Cant wait for the update and meanwhile I'm using the fix Tarkumi posted.
Is there any chance we'll see an update for this addon?
Quick fix:
Change line 3 to:
local x1, x2, y1, y2 = GetPOITextureCoords(177)
Thank you, that works perfect!
Ha! Brilliant, thank you so much for this fix :)
Once MoP comes out, I'll be resubscribing, so quite likely then!
*Six months later*
So, anyone that can help with fixing this addon so it works for patch 5.2?
Can't wait! :)
Looking forward to that, then. Thank you!