Thread Tools Display Modes
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
05-15-06, 08:05 AM   #2
willgk
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 37
Or, you could get FuBar Tracker http://www.wowinterface.com/download...fo.php?id=4824 and have a neat little dropdown menu for tracking on screen at all times so you dont have to bind keys / buttons
  Reply With Quote
05-15-06, 11:42 AM   #3
Guffy
A Defias Bandit
Join Date: May 2006
Posts: 2
But the thing is that a binded key that toggles the most important modes is so much faster than using the mouse. I am one of those that almost bind every action to a key for most effective gaming
  Reply With Quote

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

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