| Updated: | 10-29-10 07:27 AM |
| Created: | 01-19-10 07:03 PM |
| Downloads: | 3,804 |
| Favorites: | 95 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
3.3.5a |
9kB |
Amethyst |
07-11-10 11:20 AM |
|
3.3.0h |
9kB |
Amethyst |
02-16-10 06:39 PM |
|
3.3.0f |
8kB |
Amethyst |
02-14-10 06:02 AM |
|
3.3.0d |
6kB |
Amethyst |
01-24-10 04:48 AM |
|
3.3.0c |
6kB |
Amethyst |
01-21-10 07:38 AM |
|
3.3.0b |
3kB |
Amethyst |
01-20-10 08:19 PM |
|
3.3.0a |
3kB |
Amethyst |
01-20-10 04:50 PM |
|
3.3.0 |
3kB |
Amethyst |
01-19-10 07:03 PM |
![]() |
Comment Options |
|
|
|
|
hello,
I am playing a hunter and there are some different makros I want to use. But the other twinks should use the defaults. So it would be great if there is a way to only use the default macros for initialisation and later save changed data on a per character base. my hunter makro for the lichking fight whould look like this ... ["Der Lichkönig"] = "/cleartarget \13".. "/tar Torkelnder Schrecken \13".. "/cast [exists,nodead] Einlullender Schuss \13".. "/tar [noexists][dead] Eissphäre \13".. "/tar [noexists][dead] Tobender Geist \13".. "/tar [noexists][dead] Der Lichkönig \13", ... but this doesn't make sense for other classes. greetings Vindicta@Forscherliga |
|
|
|
|
|
|
|
I've posted an updated version of TFM in the interim.
Spent about 6 hours this evening writing TFM2 from scratch and it's looking pretty good so far! ![]() Might even have a beta release out this weekend. |
|
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 16
File comments: 184
Uploads: 0
|
Really looking forward to the new update! Fantastic addon.
![]() |
|
|
|
|
|
|
Hiya and thanks for that. Given that most raiding seems to have stopped now in the weeks we have left before Cataclysm is launched, I'm currently working on a new version of this mod, re-coded from scratch.
It'll allow much more customisation, as well as distinguishing between melee, ranged & tank roles within each fight. It'll also allow you to define your own macros for each boss and remember them for you. |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Here as the french version of the macros
Code:
-- if (GetLocale() ~= "frFR") then return end
-- TFMtextMessages = {
[""] = "",
-- ["Running macro create function!"] = "Création de la macro |cffff2020macro |r!",
-- ["Located the TFM macro in slot "] = "Macro TFM trouvée. ",
-- ["No TFM macro located."] = "Aucune macro TFM trouvée.",
-- ["Number of global macros currently in use: "] = "Nombre de macros globales actuellement utilisées : ",
-- ["error! You already have the maximum 36 macros allowed. Please delete an existing macro to make room!"] = "Erreur! Vous avez atteint le maximum de 36 macros autorisées. Supprimez une macro pour faire de la place !",
-- ["Test macro has been created."] = "La macro de test a été créée.",
-- ["To use, type |cffffff00/macro|r and find the macro |cff00ff00TFMTarget|r"] = "Pour utiliser, taper |cffffff00/macro|r et trouver la macro |cff00ff00TFMTarget|r",
-- ["Place that macro on an action bar and use it in supported fights to target."] = "Mettez la macro dans une barre d'actions et utilisez la pour changez de cible en combat.",
-- ["Use |cffffff00/tfm create|r to create the initial macro."] = "Utilisez |cffffff00/tfm create|r pour créer la macro initiale.",
-- ["To autocast a spell after targetting, edit the |cff00ff00TFMcast|r macro."] = "Pour lancer automatiquement un sort après le ciblage, editez la macro |cff00ff00TFMcast|r .",
-- ["Instance supported: |cff8080ff"] = "Instance supportée |cff8080ff",
-- ["Configuring macro for |cffff4040"] = "Configuration de la macro pour |cffff4040",
-- };
-- TFMraidZones = {
-- ["Ulduar"] = 1,
-- ["L'épreuve du croisé"] = 1,
-- ["Citadelle de la Couronne de glace"] = 1,
-- ["Le sanctum Rubis"] = 1,
-- };
Note that the "\13" inserts a return character into the macro text. Do not use "|n" as this causes the macro to be invalid.
-- TFMBossMacro = {
-- ["test"] = "/s Macro de test créée",
Ulduar
-- ["Tranchécaille"] = "/cleartarget \13"..
-- "/tar Veilleur sombre-rune \13"..
-- "/tar [noexists][dead] Sentinelle sombre-rune \13"..
-- "/tar [noexists][dead] Gardien sombre-rune \13"..
-- "/tar [noexists][dead] Tranchécaille \13",
-- ["Déconstructeur XT-002"] = "/cleartarget \13"..
-- "/tar Robot-boum XE-321 \13"..
-- "/tar [noexists][dead] Roueur XM-024 \13"..
-- "/tar [noexists][dead] Coeur du déconstructeur \13"..
-- "/tar [noexists][dead] Déconstructeur XT-002 \13",
-- ["Kologarn"] = "/cleartarget \13"..
-- "/tar Bras droit \13"..
-- "/tar [noexists][dead] Bras gauche \13"..
-- "/tar [noexists][dead] Kologarn \13",
-- ["Thorim"] = "/cleartarget \13"..
-- "/tar Champion sombre-rune \13"..
-- "/tar [noexists][dead] Evocateur sombre-rune \13"..
-- "/tar [noexists][dead][harm] Porteguerre sombre-rune \13"..
-- "/tar [noexists][dead] Thorim \13",
-- ["Général Vezax"] = "/cleartarget \13"..
-- "/tar Animus de saronite \13"..
-- "/tar [noexists][dead] Général Vezax \13",
-- ["Freya"] = "/cleartarget \13"..
-- "/tar Cadeau d'Eonar \13"..
-- "/tar [noexists][dead] Racines de fer renforcées \13"..
-- "/tar [noexists][dead] Freya \13",
Trial of the Crusader
-- ["Gormok l'Empaleur"] = "/cleartarget \13"..
-- "/tar Vassal frigbold\13"..
-- "/tar [noexists][dead] Gormok l'Empaleur \13",
-- ["Seigneur Jaraxxus"] = "/cleartarget \13"..
-- "/tar Portail du Néant \13"..
-- "/tar [noexists][dead] Volcan Supremus \13"..
-- "/tar [noexists][dead] Maîtresse de Douleur \13"..
-- "/tar [noexists][dead] Infernal gangreflamme \13"..
-- "/tar [noexists][dead] Seigneur Jaraxxus \13",
Icecrown Citadel
-- ["Seigneur Gargamoelle"] = "/cleartarget \13"..
-- "/tar Pointe d'os \13"..
-- "/tar [noexists][dead] Seigneur Gargamoelle \13",
TODO: Kor'kron Battle-mage
TODO: Skybreaker Sorcerer
-- ["Porte-mort Saurcroc"] = "/cleartarget \13"..
-- "/tar Bête de sang \13"..
-- "/tar [noexists][dead] Porte-mort Saurcroc \13",
-- ["Professeur Putricide"] = "/cleartarget \13"..
-- "/tar Limon volati \13"..
-- "/tar [noexists][dead] Nuage de gaz \13"..
-- "/tar [noexists][dead] Professeur Putricide \13",
-- ["Prince Keleseth"] = "/cleartarget \13"..
-- "/targetexact Bombe cinétique \13",
-- ["Valithria Marcherêve"] = "/cleartarget \13"..
-- "/tar Squelette Flamboyant"..
-- "/tar [noexists][dead] Supprimeur \13"..
-- "/tar [noexists][dead] Archimage Ressuscité \13"..
-- "/tar [noexists][dead] Zombie Caustique \13"..
-- "/tar [noexists][dead] Abomination Gloutonne \13",
-- ["Sindragosa"] = "/cleartarget \13"..
-- "/tar Tombeau de glace \13"..
-- "/tar [noexists][dead] Sindragosa \13",
-- ["Le roi-liche"] = "/cleartarget \13"..
-- "/tar Garde de l'ombre val'kyr \13"..
-- "/tar [noexists][dead] Esprit déchaîné \13"..
-- "/tar [noexists][dead] Le roi-liche \13",
The Ruby Sanctum
-- ["Halion"] = "/cleartarget \13"..
-- "/tar Inferno vivant \13"..
-- "/tar [noexists][dead] Halion \13",
-- };
EU - Marécage de Zangar |
|
|
|
|
|
|
A Murloc Raider
Forum posts: 6
File comments: 13
Uploads: 0
|
I really love this addon, but is there any way to add a boss? For example, I use something like this for Lady Deathwhisper...
/tar Deformed Fanatic...and would love to not have to paste it in manually every time we fight her. I completely understand why you didn't include her - the macro would vary based on the user's class - but being able to add a new boss like this would be great. OR - if the boss were included - I could just edit a lua file as I did when changing "suppressor" to "suppresser," but I don't feel comfortable making that kind of edit generally. Thank you for your work on this - it really is an excellent addon! |
|
|
|
|
||
![]() |
||
|
|
|
|
|
|
One of your previous posts mentioned adding in support for the Toravon fight, but it doesn't seem that it's in there yet. Are there still plans to add it in?
Otherwise I love the addon, made a lot of my raiding career easier. =) And I hope you're feeling better after your hospital stay! =( |
|
|
|
|
|
|||
The Lich King macro (and therefore priority order) is as follows:
The dynamic macro shouldn't include a /startattack for a warlock though, so something has gone wrong there. Maybe check that the TFMCast macro doesn't have /startattack in it? |
|||
|
|
|
|
||
Should be up soon though. |
||
|
|
|
|
|
|
A Murloc Raider
Forum posts: 4
File comments: 178
Uploads: 0
|
Any chance of a Ruby Sanctum update.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Lovely addon idea!
Works for me except for two things: Though the targeting works like a charm, the TFMcast feature simply doesn't work. I've set Shadow Bolt as the spell I want cast, and when I look at the dynamic macro language for each encounter, I see the /cast Shadow Bolt line right under the /startattack line, but when I run the macro button it acts like I've just tried to melee the mob. "You are too far away." There's one place where the targeting is off. In phase 2 of the Lich King fiight, it frequently prioritzes Ravishing Spirits over Valkyrs. Not good. Any idea how to get the casting part to work? Thanks! |
|
|
|
|
|
|
Update: Delete and reinstall worked and it's now playing ball again. Thanks
![]() |
|
|
|
|
|
|
|
Odd, it's still working fine for me! Hmmmm.
Can you let me know if /tfm test yields any response at all? |
|
|
|
![]() |