Thread Tools Display Modes
Prev Previous Post   Next Post Next
05-14-06, 11:56 PM   #1
Guffy
A Defias Bandit
Join Date: May 2006
Posts: 2
Question Looking for a Tracker Toggle

Have searched the forum, found nothing. I'm not sure if this whole forum is for just addons or marco as well. =/


Since I am a hunter/miner I have too many trackers too keep in my bars, or binding to one key each.
I would like a Tracker Toggle for 3-4 different trackers. Though I have gotten stuck at the first step, finding out what I am tracking right now...

/script unit=WhatAmITrackingRightNow(); if "Beast"==a then CastSpellByName("Track Humanoid"); end; if "Humanoid"==a then CastSpellByName("Track Beast"); end;


Using "SmurfZG" macro( http://ui.worldofwar.net/macros.php?id=52 ) to originate from:
"Code Start:

/script a=UnitCreatureType('target'); if "Dragonkin"==a then CastSpellByName("Track "..a); end; if "Undead"==a then CastSpellByName("Track "..a); end; CastSpellByName("Track "..a.."s")

Code End:"

Could this work somehow?
Hope there is someone out there able to help me

Best Regards /Guffy
  Reply With Quote
 

WoWInterface » General Discussion » Class Discussions » Looking for a Tracker Toggle


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