lugMD
Written by luggy @ Stormrage-EU
Allow designation of a rotation to the hunters, to be displayed graphical on all hunter's screen.</li>
Further localization. The addon use ace locale and is written with this in mind, but any translations would need to be given to me as I do not speak the other languages. See locale-enUS.lua and locale-deDE.lua for a guide on the localization process, is very simple.</li>
</ul>
Latest Changes
lugMD 0.52 beta 1NB localisations are not yet complete.Updated to be compatible with WoW 2.2 Added option to announce when your MD buff is over e.g. when you have cancelled it or used 3 shots. Targets window is no longer anchored to the minimap, instead an anchor similar to the one used by the timer bars. Enable show anchors to move it's position.
Features
lugMD has two main features timer bars and target assignment.Timer bars
- The buff bar - the time left on the MD buff (maximum 30 secs).
- The cooldown bar - the remaining cooldown on MD before the hunter can cast again (120 seconds).
- Additionally, the following message can optionally sent to raid or party chat --Misdirection cast on %T--
MD Target Assignment
For those that have raid leader or raid assistance status MD target assignment is done via a simpel menu: Shift+left-clicking the lugMd icon will bring up a menu allowing assignment of hunters and tanks to the raid target icons. left-clicking the lugMd icon will then announce those targets to the channels specified in the options (DEFAULT: raid) e.g. White Skull: Luggy --> Tank1 Blue Square: Hunter 2 --> Tank 2 etc There is currently no logic to detect mutliple assignments so be careful :)Usage
lugMd configures it's communication automatically, all it needs is for all raiding hunters to posses the addon. A typical example would be all the hunters in a guild to download and run the addon for a raid on Grull's lair. On first load, two anchor bars will be show, one for each timer group. These can be dragged to the desired location and hidden by left clicking on the lugMD minimap icon or alternatively a command line option. To test the lugMD timers outside of a raid/party, simply target your pet and cast Misdirection.About lugMD
lugMd is an Ace2 addon designed to assist raiding hunters coordinate their Misdirection (MD) abilities. lugMd is best experienced in a raid environment. Designed to send and receive messages to/from hunters in a raid group, lugMD will trigger a timer bar for each hunter on all hunter's screens. In this way, members can clearly see targets and cooldowns. All required Ace2 libraries are distributed within the download. I designed lugMD to help overcome the problem of accidental wastage or incorrect targeting of mobs. For example, hunter A uses his initiative and casts MD on the Main Tank just before the boss pull, starts an aimed shot but before it fires, hunter B unwittingly casts MD too. Likely result is hunter A to get initial aggro and any nasties that may follow.Options
To access the options right-click the lugMD minimap icon, or alternatively type/lmdto bring up a list of command line options.
Do we get an update or is it dead ?
Great mod Luggy - Using it on my hunter ;)
Cheers //Fahrana(ASR)
not working in french version :(
Some updates incomming in next few days, compatibility with 2.2 and some changes well over due. Apologies and thanks to anyone still using LugMD. Soon TM.
Hey Luggy, great mod. Two things.
I see there is a option for raid notification when MD is cast. Is it possible to add a string to say when MD is complete?
Additonally, For the survival hunters out there, Are you able to setup something when "readiness" is cast, so it resets the CD timer for MD?
thanks.
Thanks,
Great ideas, I'll look into adding them this week, along with a few other small improvements i have had in the pipeline.
Jubbly
Korean localization
Link : http://widz.inven.co.kr/zb5/?sid=3008&article_srl=144168
lugMD 0.5 Release: Please check your Curse-Gaming mail, i sent you a PM with a corrected locale_deDE (there were likely mispelled for deDE errors) and there's a screenshot in it, too.
Thanks again for your support!
I sent you the german loc for lugMD-r38941(svn) via PM (so plz check mail inbox). Please copy the entire localisation, as i changed some things and i also corrected some "likely mispelled for deDE"-errors. If you change something in the usUS version, please do it like ["Party announce"] = "Party warnings" and not like ["Party warnings"] = true. this would help me and others a lot :)
Good point and taken :)
Will update and load up new one asap.
Thanks for the feedback as always. I have added lugMD to the wowace repository so it is also available from http://files.wowace.com/lugMD/ this means it can be used with the wowaceupdater if anybody enjoys using that.
Fututre changes/updates will be mirrored both here and there.
Just waiting on a little more testing before I declare version 0.5 as full release
found a bug/error in lugMD.lua line 158:
hunter = L[L["None"]]
guess its supposed to be
hunter = L["None"]
without correction, german version doesn't work.
(target menu still at the wrong place, but i know you're working on it, just wanted to mention)
Thanks for your support, luggy :)
Have changed the detection of spellcast events so that timers don't trigger when FD fails e.g cast on vanity pets or the target is out of line-of-sight
still having a little trouble with the target menu though :)
Found a little bug: if you try to give misdirection to pets (not hunterpets, i think about passive pets like egberts egg or the mini elekk) lugMD starts a timer for them (although it's not possible to give them MD), maybe add a check if target is in group.
AceLocale(lugMD): Improper translation exists. "Toggle the timers growth.\ |cffBF1824 Requires interface reload. |r" is likely misspelled for locale deDE.
the line in local-deDE should be spelled like this "Toggle the timers growth.\n |cffBF1824 Requires interface reload. |r"
3 spaces between "..growth.\n" and "|cffBF1824...."
if that is what is wrong, it may then trigger errors in other parts of the addon. Or as you may say, some library conflicts. Will look into it further
updated, missed loacalise string changed in code and added to localization
cheers