Thread Tools Display Modes
12-15-11, 12:22 AM   #21
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
I don't see anything wrong with the code at first glance. If I have time this weekend, I'll look at it some more.
  Reply With Quote
01-05-12, 08:36 AM   #22
Lunyra
A Deviate Faerie Dragon
Join Date: Sep 2010
Posts: 11
Thought id give it a try on my Shadow Priest aswell for Mind Sear. It works just fine.

As long as you don't touch the Custom Icon button everything is working as it should.

Thanks for the update, i hope if it ever breaks down again you will be able to help us out once more
  Reply With Quote
05-20-13, 09:20 PM   #23
Bonejar
A Kobold Labourer
Join Date: May 2013
Posts: 1
Change for MoP

I still use TMM. I like it.
I took the previous posted change and incorporated it into my copy.
Another change is required for the monk class.
Line 8 of tmm.lua should be changed to:

Code:
local class_colors = { ["HUNTER"] = "ABD473",["WARLOCK"] = "9482C9",["PRIEST"] = "FFFFFF",["PALADIN"] = "F58CBA",["MAGE"] = "69CCF0",["ROGUE"] = "FFF569",["DRUID"] = "FF7D0A",["SHAMAN"] = "0070DE",["WARRIOR"] = "C79C6E",["DEATHKNIGHT"] = "C41F3B", ["MONK"] = "00FF96" }
I just added the last entry for monks.

In my tmm.lua file I have a total of 4 line changes now. The one above and three from the previously posted fix.

In case you don't know you can also change tmm.toc line 1 to:

Code:
## Interface: 50200
That's for MoP 5.2. I think you change to 50300 when MoP 5.3 is released.
(This brings the version up to date so its not considered an old addon.)

I hope this helps somebody.
Cheers!
  Reply With Quote
05-21-13, 09:53 AM   #24
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Originally Posted by Bonejar View Post
[...]
In case you don't know you can also change tmm.toc line 1 to:

Code:
## Interface: 50200
That's for MoP 5.2. I think you change to 50300 when MoP 5.3 is released.
(This brings the version up to date so its not considered an old addon.)

I hope this helps somebody.
Cheers!
You should never update the Interface version in outdated AddOns unless you are the developing author. Changing the Interface Version has no effect on how the AddOn behaves in various game versions.
Just check the "Load out of date AddOns" checkbox when a patch day hits.

Last edited by ravagernl : 05-21-13 at 10:02 AM.
  Reply With Quote
10-15-14, 12:51 PM   #25
tordenflesk
A Deviate Faerie Dragon
Join Date: May 2008
Posts: 18
Apologies for the necro, but is anyone able to look in to a fix for WoD?
I haven't been able to find a replacement for this.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Tyra Magic Macros needs an update.

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off