Category: Outdated Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Taffu's Portal Bug Reports Feature Requests

This file is a Addon for SLCore by Taffu. You must have that installed before this Addon will work.

Author:
Version:
1.00
Date:
01-13-2008 07:52 AM
Size:
4.25 Kb
Downloads:
990
Favorites:
9
MD5:
Pictures
SLTracking
No Longer Supported/Updated
If you are still interested in the SL text-based plugins, please download SLDataText which is the current supported AddOn.
  Comments - SLTracking
Post A Reply Comment Options
Old 02-21-2008, 08:53 AM  
paard
A Murloc Raider

Forum posts: 4
File comments: 8
Uploads: 0
Ahh sweet, thought it was kinda wierd it wasn't there, with all the other makesence features
paard is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-21-2008, 08:19 AM  
Taffu
Premium Member
Interface Author - Click to view interfaces

Forum posts: 143
File comments: 281
Uploads: 26
Quote:
Originally posted by paard
What do I need to hax to remove the tracking icon completely?
I have an update coming up that will allow for a Text-Only option much like the Icon-Only option, and the click-able button area now will extend along the whole frame (so you don't just have to click the icon for the tracking menu).
__________________
Taffu is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-21-2008, 07:47 AM  
paard
A Murloc Raider

Forum posts: 4
File comments: 8
Uploads: 0
What do I need to hax to remove the tracking icon completely?
paard is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-17-2008, 07:56 AM  
Taffu
Premium Member
Interface Author - Click to view interfaces

Forum posts: 143
File comments: 281
Uploads: 26
Quote:
Originally posted by Ajuga
Would it be possible to use a non-bordered version of the tracking icons?

I've looked at how Fubar_tTracker does it:

Code:
function FuBar_tTracker:Tracker_FindTracking(theTexture)
	--DEFAULT_CHAT_FRAME:AddMessage(theTexture)
	if ( theTexture == L["TRACKER_ICON_FIND_HERBS"] ) then		
		return L["TRACKER_SPELL_FIND_HERBS"]
	elseif ( theTexture == L["TRACKER_ICON_FIND_MINERALS"] ) then
		return L["TRACKER_SPELL_FIND_MINERALS"]
	elseif ( theTexture == L["TRACKER_ICON_FIND_TREASURE"] ) then
		return L["TRACKER_SPELL_FIND_TREASURE"]
	elseif ( theTexture == L["TRACKER_ICON_TRACK_BEASTS"] ) then
		local playerClass, englishClass = UnitClass("player")
		if ( englishClass == "DRUID" ) then
			return L["TRACKER_SPELL_TRACK_HUMANOIDS"]
		else
			return L["TRACKER_SPELL_TRACK_BEASTS"]
		end
	elseif ( theTexture == L["TRACKER_ICON_TRACK_HUMANOIDS"] ) then
		return L["TRACKER_SPELL_TRACK_HUMANOIDS"]
	elseif ( theTexture == L["TRACKER_ICON_TRACK_HIDDEN"] ) then
		return L["TRACKER_SPELL_TRACK_HIDDEN"]
etc.
It looks like that function is simply looking for the names of the icons (or locations, depending on what the locale table looks like)...I don't believe it directly has any association with the "look" of the texture, and whether or not it's bordered. To change the border, it would require some kind of texture mask (much like a Hotbar/Actionbar would use cyCircled to mask the icon on your bar). I could add the Tracking Mask texture without much of a problem...but with the new Tracking API it's not necessary to search a table like this to get the textures, the new API returns the texture as well as the name of the Tracking type.
__________________
Taffu is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-16-2008, 05:47 PM  
Ajuga
A Kobold Labourer

Forum posts: 1
File comments: 27
Uploads: 0
Would it be possible to use a non-bordered version of the tracking icons?

I've looked at how Fubar_tTracker does it:

Code:
function FuBar_tTracker:Tracker_FindTracking(theTexture)
	--DEFAULT_CHAT_FRAME:AddMessage(theTexture)
	if ( theTexture == L["TRACKER_ICON_FIND_HERBS"] ) then		
		return L["TRACKER_SPELL_FIND_HERBS"]
	elseif ( theTexture == L["TRACKER_ICON_FIND_MINERALS"] ) then
		return L["TRACKER_SPELL_FIND_MINERALS"]
	elseif ( theTexture == L["TRACKER_ICON_FIND_TREASURE"] ) then
		return L["TRACKER_SPELL_FIND_TREASURE"]
	elseif ( theTexture == L["TRACKER_ICON_TRACK_BEASTS"] ) then
		local playerClass, englishClass = UnitClass("player")
		if ( englishClass == "DRUID" ) then
			return L["TRACKER_SPELL_TRACK_HUMANOIDS"]
		else
			return L["TRACKER_SPELL_TRACK_BEASTS"]
		end
	elseif ( theTexture == L["TRACKER_ICON_TRACK_HUMANOIDS"] ) then
		return L["TRACKER_SPELL_TRACK_HUMANOIDS"]
	elseif ( theTexture == L["TRACKER_ICON_TRACK_HIDDEN"] ) then
		return L["TRACKER_SPELL_TRACK_HIDDEN"]
etc.
Ajuga is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.