View Single Post
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