Download
(9Kb)
Download
Updated: 10-29-10 07:27 AM
Pictures
File Info
Updated:10-29-10 07:27 AM
Created:01-19-10 08:03 PM
Downloads:5,788
Favorites:85
MD5:

Target For Me  Popular! (More than 5000 hits)

Version: 4.0.1
by: Amethyst [More]

DESCRIPTION

This mod has now been superceded by Target For Me 2.

Please download and use that instead!

========== 4.0.1 ==========
Updated for patch

========== 3.3.5a ==========
ADDED: Ruby Sanctum - Halion (target the Living Inferno).

========== 3.3.0h ==========
FIXED: Localization files now saved as UTF8 Unicode format

========== 3.3.0f ==========
FIXED: Typo on Valithria mobs

========== 3.3.0e ==========
ADDED: Valithria Dreamwalker, Sindragosa, The Lich King, Freya.
CHANGED: Updated Jaraxxus.
ADDED: Russian Localization table, but not hooked in as my game client kept creating errors, "unrecognised character". :(
ADDED: Function to look for the TFMcast macro.

========== 3.3.0d ==========
FIXED: German Localization.

========== 3.3.0c ==========
ADDED: German Localization.

========== 3.3.0b ==========
ADDED: Blood Princes macro for Kinetic Bomb.

========== 3.3.0a ==========
ADDED: /tfm create function.
Optional Files (0)


Post A Reply Comment Options
Unread 01-20-10, 03:23 AM  
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view AddOns

Forum posts: 206
File comments: 126
Uploads: 2
I really love the idea behind this, as I have a bunch of these macros cluttering up my sidebar. However, the TFM macro doesn't appear in my macro list at all, even after three installs just in case I somehow messed up even that basic function.

Any ideas?
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 04:33 AM  
Hambil
A Fallenroot Satyr

Forum posts: 25
File comments: 18
Uploads: 0
I love you have my babies
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 04:46 AM  
Kruella
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
same problem

so sad about it..I too have no macro.. SUCH a great idea.
Last edited by Kruella : 01-20-10 at 04:47 AM.
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 06:13 AM  
EnSabahNur
A Defias Bandit
 
EnSabahNur's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 55
Uploads: 6
German

here are the German versions of the Macros

Code:
local raidZones = {
		["Ulduar"] = 1,
		["Prüfung des Kreuzfahrers"] = 1,
		["Eiskronenzitadelle"] = 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.
local BossMacro = {
		-- Ulduar
		["Klingenschuppe"] = "/cleartarget \13"..
								"/tar Dunkler Runenbetrachter \13"..
								"/tar [noexists][dead] Dunkle Runenschildwache \13"..
								"/tar [noexists][dead] Dunkler Runenwächter \13"..
								"/tar [noexists][dead] Klingenschuppe \13",

		["XT-002 Dekonstruktor"] = "/cleartarget \13"..
								"/tar XE-321 Bummbot \13"..
								"/tar [noexists][dead] XM-024 Verprügler \13"..
								"/tar [noexists][dead] Herz des Dekonstruktors \13"..
								"/tar [noexists][dead] XT-002 Dekonstruktor \13",

		["Kologarn"] = "/cleartarget \13"..
								"/tar Rechter Arm \13"..
								"/tar [noexists][dead] Linker Arm \13"..
								"/tar [noexists][dead] Kologarn \13",

		["Thorim"] = "/cleartarget \13"..
								"/tar Dunkler Runenchampion \13"..
								"/tar [noexists][dead] Dunkler Runenhervorrufer \13"..
								"/tar [noexists][dead][harm] Dunkler Runenkriegshetzer \13"..
								"/tar [noexists][dead] Thorim \13",

		["General Vezax"] = "/cleartarget \13"..
								"/tar Saronitanimus \13"..
								"/tar [noexists][dead] General Vezax \13",

		-- Trial of the Crusader
		["Gormok der Pfähler"] = "/cleartarget \13"..
								"/tar Schneeboldvasall\13"..
								"/tar [noexists][dead] Gormok der Pfähler \13",

		["Lord Jaraxxus"] = "/cleartarget \13"..
								"/tar Netherportal \13"..
								"/tar [noexists][dead] Höllischer Vulkan \13"..
								"/tar [noexists][dead] Herrin der Schmerzen \13"..
								"/tar [noexists][dead] Lord Jaraxxus \13",

		-- Icecrown Citadel
		["Lord Mark'gar"] = "/cleartarget \13"..
								"/tar Knochenstachel \13"..
								"/tar [noexists][dead] Lord Mark'gar \13",

		["Todesbringer Saurfang"] = "/cleartarget \13"..
								"/tar Blutbestie \13"..
								"/tar [noexists][dead] Todesbringer Saurfang \13",

		["Professor Seuchenmord"] = "/cleartarget \13"..
								"/tar Flüchtiger Brühschlammer \13"..
								"/tar [noexists][dead] Gaswolke \13"..
								"/tar [noexists][dead] Professor Seuchenmord \13",
	};
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 08:40 AM  
Amethyst
A Fallenroot Satyr
 
Amethyst's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 71
Uploads: 4
Originally posted by Decabah
I really love the idea behind this, as I have a bunch of these macros cluttering up my sidebar. However, the TFM macro doesn't appear in my macro list at all, even after three installs just in case I somehow messed up even that basic function.
Any ideas?
Hmmm, very odd. No error message either? What language version of the client are you using?

Are you certain that it isn't there, but in slot 19 onwards? (Blizz added another 18 slots on the main macro panel, but you have to scroll down to access them).
Last edited by Amethyst : 01-20-10 at 08:43 AM.
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 08:40 AM  
Amethyst
A Fallenroot Satyr
 
Amethyst's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 71
Uploads: 4
Originally posted by Hambil
I love you have my babies
Thanks!
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 08:42 AM  
Amethyst
A Fallenroot Satyr
 
Amethyst's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 71
Uploads: 4
Re: German

Wow, thanks! Primarily I wanted to get this working for my own use, then figured a couple of minutes documentation and it might be worth releasing. It doesn't use Ace libs, so localisation isn't quite as easy as a regular Ace3 mod. Shouldn't be too tricky though. I'll see what I can do to tweak the code to allow a German version and use your text.

Originally posted by EnSabahNur
[b]here are the German versions of the Macros ....
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 08:44 AM  
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view AddOns

Forum posts: 206
File comments: 126
Uploads: 2
Originally posted by Amethyst
Hmmm, very odd. No error message either? What language version of the client are you using?
Nope, no error message. Using the US / English client.

And yep, it isn't there at all.
Last edited by Moxie : 01-20-10 at 08:44 AM.
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 09:36 AM  
Amethyst
A Fallenroot Satyr
 
Amethyst's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 71
Uploads: 4
Ok, try a couple of things for me please?

1. Whilst in game, type: /tfm
This is the command line for the mod and should return a line in your chat window telling you what version of the mod you have running. If this doesn't happen, then the mod isn't running for some reason.

2. Whilst in game, type: /script CreateMacro("TFMTarget", 179, "/s test", nil)
This will create a macro called TFMTarget and set it to say test when clicked. Please check that this command created the macro for you and that the macro is usable.

Originally posted by Decabah
Nope, no error message. Using the US / English client.

And yep, it isn't there at all.
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 11:45 AM  
Gorektar
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I've been having the same problem with the Macro not appearing. I tried your little test script, and that does indeed create a macro. I would love to see this working
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 11:46 AM  
Amethyst
A Fallenroot Satyr
 
Amethyst's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 71
Uploads: 4
Originally posted by Gorektar
I've been having the same problem with the Macro not appearing. I tried your little test script, and that does indeed create a macro. I would love to see this working
does /tfm give you a version message from my mod?

Thinking I might need to release an update with a diagnostic command in there somewhere!
Last edited by Amethyst : 01-20-10 at 11:47 AM.
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 12:37 PM  
xXVegâsXx
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 11
Uploads: 2
i've got the same problem like all others here. no macro appearing.

im using german client

the script for making the test macro works. does the mod works when i have the macro called "TFMTarget"? or must there somthing be in?
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 01:01 PM  
Gorektar
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by Amethyst
does /tfm give you a version message from my mod?

Thinking I might need to release an update with a diagnostic command in there somewhere!
Yep, I get the version message just fine
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 01:16 PM  
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2988
File comments: 334
Uploads: 10
No macro showing here either.

English client. No errors in bugsack and no taint.
__________________
♪~ ( ) I My Sonos!
AddOn Authors: If your addon spams the chat box with "Addon v8.3.4.5.3 now loaded!", please add an option to disable it!
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 01:40 PM  
Amethyst
A Fallenroot Satyr
 
Amethyst's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 71
Uploads: 4
This is all just really odd. I'm in ICC25 currently and it's working fine for me. I'll trawl through the code, add in a diagnostic/test command and upload a new version after tonight's raid.
Sorry to everyone who's having problems!
Originally posted by Petrah
No macro showing here either.

English client. No errors in bugsack and no taint.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: