- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,102 Server Mods
-
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
GridStatusDirectionArrows
- 1 Like
- World of Warcraft
- 228 Monthly Downloads
- Supports: 5.0.5
- 23,518 Total Downloads
- Updated 09/13/2012
- Created 10/30/2010
- 40 Favorites
- Project Site
- Comments
- Release Type: Release
- License: BSD License
- Newest File: v1.2
About GridStatusDirectionArrows
Adds a direction arrows status to Grid, showing the direction to your group members.
To use it, assign it to any icon indicator. By default, the status will only be used on players more than 30 yards away from you; check the status options if you wish to change this number.
------------------------------------------------------------------------
r22 | slaren | 2012-09-13 10:44:04 +0000 (Thu, 13 Sep 2012) | 1 line
Changed paths:
A /tags/v1.2 (from /trunk:21)
Tagging as v1.2
------------------------------------------------------------------------
r21 | slaren | 2012-09-13 10:43:39 +0000 (Thu, 13 Sep 2012) | 2 lines
Changed paths:
M /trunk/GridStatusDirectionArrows.toc
- Updated .toc
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v1.2-nolib | Release | 5.0.5 | 24 | 09/13/2012 |
| v1.2 | Release | 5.0.5 | 3,948 | 09/13/2012 |
| v1.1d-nolib | Release | 4.3 | 26 | 01/06/2012 |
| v1.1d | Release | 4.3 | 4,535 | 01/06/2012 |
| v1.1c-nolib | Release | 4.2 | 79 | 07/04/2011 |
| v1.1c | Release | 4.2 | 6,969 | 07/04/2011 |
| v1.1b-nolib | Release | 4.1 | 17 | 04/28/2011 |
| v1.1b | Release | 4.1 | 2,728 | 04/28/2011 |
| v1.1 | Release | 4.0.6 | 1,815 | 03/03/2011 |
| v1.1-nolib | Release | 4.0.6 | 20 | 03/03/2011 |
| v1.0b-nolib | Release | 4.0.3a | 13 | 12/30/2010 |
| v1.0b | Release | 4.0.3a | 1,678 | 12/30/2010 |
| v1.0 | Release | 4.0.1 | 1,422 | 11/02/2010 |
| v1.0-nolib | Release | 4.0.1 | 19 | 11/02/2010 |
| v1.0-beta3 | Beta | 4.0.1 | 46 | 10/31/2010 |
| v1.0-beta3-nolib | Beta | 4.0.1 | 2 | 10/31/2010 |
| v1.0-beta2 | Beta | 4.0.1 | 4 | 10/30/2010 |
| v1.0-beta2-nolib | Beta | 4.0.1 | 3 | 10/30/2010 |
| v1.0-beta | Beta | 4.0.1 | 2 | 10/30/2010 |
| v1.0-beta-nolib | Beta | 4.0.1 | 5 | 10/30/2010 |
Addon Packs Containing This...
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 999,752 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 466,028 Monthly Downloads
-
- Auctioneer
- Mail, Tooltip, Bags & Inventory, Professions, and Auction & Economy
- 340,607 Monthly Downloads
-
- Recount
- Combat
- 314,809 Monthly Downloads
-
- HealBot Continued
- Healer and Unit Frames
- 293,027 Monthly Downloads


Comments
once per session or upon reloadui > when i change profile
GridStatusDirectionArrows.lua:166: attempt to compare nil with number
GridStatusDirectionArrows.lua:166: in function
<GridStatusDirectionArrows.lua:163>
(tail call): ?
Locals:
(*temporary) = 0.017000000923872
(*temporary) = <func> =[C]:-1
Working fine otherwise but I'm using dual profile in Grid and everytime I switch my spec, my FPS drops from 60 to 10 because of this addon.
It seems to me very unlikely that this problem is being caused by this addon, is anyone else experiencing the same ?
Well I tested my grid plug-ins one by one and only this one was having that problem.
Any update incoming for MoP?
I am not aware of any problems with this addon in MoP. Enable out-of-date addons and install LibMapData-1.0 separately to have the latest map information. Let me know if you find any problems.
I switched to Grid2 instead, which has direction arrows packaged with it by default. Best of luck maintaining GSDA!
WTB update for this amazing plugin! (please)
Edit: and of course I notice the LibMap update comment after I post
I will make a release with updated libraries soon, meanwhile you can install LibMapData-1.0 separately. Let me know if you encounter any problem after doing so.
it's 4.3 now. Is there any plan about updating this addon?
This addon relies on another (included) addon called LibMapData-1.0. If you simply install that addon, which has been updated for 4.3, GridStatusDirectionArrow should work again.
I think that to permanently fix this addon (and make the work-around I just mentioned unnecessary) the author just needs to include the latest version of the library.
thanks for your help
Could you plz add an option (or tell me how to modify the lua file) for enabling the arrows on target/focus/mouseover AND peaople who are out of range, because currently I have to choose between one of those, but there are a lot of situations where I wished I could use both settings at the same time.
change this line:
0 and distancesq
into this:
0 and distancesq
it's at the bottom of GridStatusDirectionArrows.lua