MoveItMoveIt
By Badgerlord <Untamed> EU Nagrand
A simple lightweight addon to assist positioning of raid members via TomTom Arrows.
Usage
Via a macro or through another addon
This addon is designed to accept Addon Messages of the format:
SendAddonMessage("MVIT", "0.35;0.546;PlayerName;Message;10, "RAID");
- This first parameter specifies a message to MoveItMoveIt
- The second and third are the x,y coordinates to which you want someone to move
- The fourth is the name of the player to broadcast to or "all" to broadcast to all members of raid or guild
- The fifth is the message to display on the tooltip of the arrow or nothing for no message
- The sixth is the number of seconds for which the arrow should be displayed, or -1 to be displayed until position is reached (max of 2 mins).
Typically this addon would be used as follows:
1) By use of a macro in game:
/script SendAddonMessage("MVIT", "0.35;0.546;PlayerName;Run to Me;10, "GUILD");
2) By another addon (e.g. the UncleFester addon)
Dependencies
TomTom is required for this addon to work. Without TomTom the addon will automatically disable itself.
Notes
Had an issue with the arrow texture appearing corrupted, this appears to be fixed but please let me know if there are still issues.