Category: Miscellaneous
Addon Information
Works with 3.3
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)
Bruners's Portal Bug Reports Feature Requests
Author:
Version:
v1.7.3
Date:
01-18-2010 12:06 PM
Size:
2.72 Kb
Downloads:
398
Favorites:
4
MD5:
Pictures
bTracker
bTracker
A simple AddOn to set tracking with slash commands

This AddOn was will let you set tracking with the slash command /track Track Name or Track ID, the most interesting feature however is the ability to swap between two tracks, in short it lets you swap easily between Find Herbs and Find Minerals while flying over Northrend.


The swap tracking function:

You will have to do one track cycle for the swap function to work.

Example:
  • Set the first tracking you want with /track Find Minerals
  • Set the second track /track Find Herbs

If you have bound a key you can now swap between these two by clicking it.

The swap function checks for Global Cool Down on the common tracking spells and need one to be able to swap,
if you don't have any of the spells in the built in list you can add your own spell with /btracker SpellID

To find the ID for your spell go to wowdb or a site of your choice and search for the spell name and copy it's ID from the address bar.

For the spell "Find Treasure" wowdb gives us the address http://www.wowdb.com/spell.aspx?id=2481 which means it's spell ID is 2481.
As "Find Treasure" already is built in there is no need to add it.

Usage:
  • /track - to print possible tracking options
  • /track 3 - will set tracking to track index 3
  • /track food & drink - will set tracking to food & drink (regardless of capitalization)
  • /track something else - clears current tracking

Configuration:
  • Open Blizzards key binding panel and locate bTracker binds
  • /btracker SpellID - Set's a new spell to check for GCD
  • /btracker clear - clears your custom spell and falls back to the built in list.

For bug reports or alpha version please use the project page on CF
  Change Log - bTracker
Tagging as v1.7.3

--------------------

Bruners:
- version bump
- Fine tune strings
- Scrap old method for GCD checking and use a list of spell ID\'s to check, also add option add custom spell ID\'s
- Try to check for global cooldown in a different manner
- import from curseforge

============ v1.6 ============

30200 toc is shiny
Fixed bindings header being on two places in bindings.xml resulting in errors in FrameXML.log
Swap list is now saved between sessions.
Swap list is now properly cleared when you clear current track.
Fixed some nil errors in different variations.


============ v1.5 ============
Rewritten most of the functions to avoid doing things more often than we need to.
Added/Changed a second slash command for less typing ( /tr )
Swap function now works as intended when spells like Find Fish and Find Minerals are affected by GCD.
  Optional Files - bTracker
Sorry, there are currently no optional files available.
  Archived Versions - bTracker
File Name
Version
Size
Author
Date
v1.7
2kB
Bruners
01-13-2010 06:55 PM
v1.6
3kB
Bruners
08-13-2009 12:22 PM
v1.5
2kB
Bruners
07-17-2009 09:57 PM
v1.4
2kB
Bruners
07-10-2009 12:14 PM
v1.3
2kB
Bruners
05-10-2009 06:06 AM
  Comments - bTracker
Post A Reply Comment Options
Old 01-16-2010, 02:15 PM  
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
Interface Author - Click to view interfaces

Forum posts: 124
File comments: 66
Uploads: 11
Re: // Bruners

Quote:
Originally posted by Kangdeokwon
Good work. Thank you very much!
Have a nice day~!
Yet another update that will actually work and option to add a spell to check for yourself

http://github.com/Bruners/bTracker/tree/v1.7.2

I have barely tested it so please give me some input if it doesn't work.

Last edited by Bruners : 01-16-2010 at 02:16 PM.
Bruners is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-15-2010, 09:43 PM  
Kangdeokwon
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
// Bruners

Good work. Thank you very much!
Have a nice day~!
Kangdeokwon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-15-2010, 12:03 PM  
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
Interface Author - Click to view interfaces

Forum posts: 124
File comments: 66
Uploads: 11
I have updated the code to try a new method so please do some testing

can be found here -> http://github.com/Bruners/bTracker/b...r/bTracker.lua
Bruners is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-15-2010, 11:32 AM  
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
Interface Author - Click to view interfaces

Forum posts: 124
File comments: 66
Uploads: 11
Re: 1.5's binding working fine but 1.6 and 1.7's binding toggle key didn't work

Quote:
Originally posted by mistkr
1.6 and 1.7's binding did't work.
I can't toggle defined binding key with 1.6 and 1.7 but 1.5 is fine.
1.6 and 1.7's clear-finding-binding is working fine but do not work toggle binding key.
Ok i think i understand what the problem is now, since some spells are on Global Cooldown i added a check in 1.6 to check for those spells so that the swapping didn't think it had swapped and went in a bad circle when those where on GCD, this however is checking for the English clients spell names.

Code:
if (GetSpellCooldown("Find Herbs") or GetSpellCooldown("Find Minerals") or GetSpellCooldown("Find Fish")) == 0 or GetSpellCooldown("Find Treasure") == 0 then
I guess you are all on different clients so either provide me with localization or edit them yourself. Other solutions to the global cooldown issues are welcome.
Bruners is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-14-2010, 11:40 PM  
mistkr
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
1.5's binding working fine but 1.6 and 1.7's binding toggle key didn't work

1.6 and 1.7's binding did't work.
I can't toggle defined binding key with 1.6 and 1.7 but 1.5 is fine.
1.6 and 1.7's clear-finding-binding is working fine but do not work toggle binding key.
mistkr is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-14-2010, 04:12 PM  
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
Interface Author - Click to view interfaces

Forum posts: 124
File comments: 66
Uploads: 11
Re: Hello

Quote:
Originally posted by Kangdeokwon
Hello.
Sorry. I'm weak at English.
Thank you very much for this. usefull addon.

ver1.7 and ver1.6 is don't work.
hotkey push => don't work

but, ver1.5 is good work.

Can u fix for me?
hmm, any errors you could supply ? works as intended here at least.
Bruners is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-14-2010, 02:06 PM  
Kangdeokwon
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Hello

Hello.
Sorry. I'm weak at English.
Thank you very much for this. usefull addon.

ver1.7 and ver1.6 is don't work.
hotkey push => don't work

but, ver1.5 is good work.

Can u fix for me?
Kangdeokwon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-12-2009, 11:26 AM  
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
Interface Author - Click to view interfaces

Forum posts: 124
File comments: 66
Uploads: 11
Quote:
Originally posted by Annekynn
Switching works great now. Is it possible to have it remember the settings so when we relog we dont have to set it up again?
I have added this to the next version that will get pushed soon.
Bruners is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-03-2009, 10:45 AM  
Annekynn
A Murloc Raider

Forum posts: 9
File comments: 46
Uploads: 0
Switching works great now. Is it possible to have it remember the settings so when we relog we dont have to set it up again?
Annekynn is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-17-2009, 09:59 PM  
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
Interface Author - Click to view interfaces

Forum posts: 124
File comments: 66
Uploads: 11
The new version should handle swapping tracks a lot better than the previous one, keep in mind that it still wont swap tracks before the GCD is ready.
Bruners is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-15-2009, 08:02 PM  
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
Interface Author - Click to view interfaces

Forum posts: 124
File comments: 66
Uploads: 11
Quote:
Originally posted by Annekynn
It cycles only once from herbs to minerals and then doesnt cycle back to herbs again. Did /track Find Herbs and then /track Find Minerals and it told me tracking for 1 and tracking for 2 are set. Doing something wrong?
It should be changing back and forth unless you click the switch button to fast, making it switch before it has actually changed tracking thus making it change between herb and herb. The change is also done without any chat spam.

The switch function will be rewritten shortly as it is poorly done

Last edited by Bruners : 07-15-2009 at 08:03 PM.
Bruners is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-15-2009, 11:53 AM  
Annekynn
A Murloc Raider

Forum posts: 9
File comments: 46
Uploads: 0
It cycles only once from herbs to minerals and then doesnt cycle back to herbs again. Did /track Find Herbs and then /track Find Minerals and it told me tracking for 1 and tracking for 2 are set. Doing something wrong?
Annekynn 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 - 2010, Jelsoft Enterprises Ltd.