Download
(2Kb)
Download
Updated: 02-14-10 01:51 PM
Updated:02-14-10 01:51 PM
Created:01-18-10 09:32 AM
Downloads:6,695
Favorites:46
MD5:

TabBinder  Popular! (More than 5000 hits)

Version: 1.02
by: Veev [More]

TabBinder will automatically change your tab key binding to only target enemy players when in PvP zones, and to target all enemies when not.

Despite it being named "TabBinder" it will also work for keys other than just tab. First it will check to see if you currently have "target nearest enemy player" bound, if not then it will check for "target nearest enemy" (the default tab behavior). If you have either of those already set then it will use your current key binding to alternate between the two different functionalities, if not then it will resort to tab.

No configuration needed so there is no options menu, just install it and you're good to go. It will switch to "players only" when in arenas, battlegrounds, and Wintergrasp, and when entering a duel. Great for those of us that like to both PvE and PvP... no more tabbing through totems after forgetting to set it, or wondering why you can't change targets in a raid.

Battlegrounds/duels will only work on English clients, sorry.

(Also consider: HiddenRaidNames)

1.02 -- Now works on duels. If your binding fails to update because you were in combat it will now update after leaving combat. Now also changes "previous target" key binding, if you already have it bound it will use your current key binding, if not it will resort to Shift-Tab.

1.01 -- All this version does is remove the chat message notifying you when it changes your key bindings, instead now it will only report if it fails to update for some reason. If you like seeing that message then just stay with the old version, but I personally found it a bit too spammy when doing arenas.
Optional Files (0)


Post A Reply Comment Options
Unread 12-26-10, 03:42 AM  
AcidWeb
A Theradrim Guardian
 
AcidWeb's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 173
Uploads: 11
Report comment to moderator  
Reply With Quote
Unread 12-26-10, 03:26 AM  
iphael
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by AcidWeb
I also fixed this addon and made it locale independent but author dont respond on PM about permission to reupload his work.

I will upload it and let WoWInterface staff decide.
Looking forward to it, I miss this one so much.
Report comment to moderator  
Reply With Quote
Unread 12-26-10, 02:56 AM  
AcidWeb
A Theradrim Guardian
 
AcidWeb's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 173
Uploads: 11
I also fixed this addon and made it locale independent but author dont respond on PM about permission to reupload his work.

I will upload it and let WoWInterface staff decide.
Last edited by AcidWeb : 12-26-10 at 02:57 AM.
Report comment to moderator  
Reply With Quote
Unread 12-25-10, 06:14 AM  
GeneralWurst
A Defias Bandit

Forum posts: 2
File comments: 96
Uploads: 0
Originally posted by Hoern
There are various issues with this after 4.0, most notably the use of this:, which has been deprecated, and the way events are handled. Shouldn't be too hard for the author to rewrite, if nothing happens I can upload my version of this (which works slightly different but does work in 4.x).
Hi,

could you please upload your version? It seems the author is not updating this addon anymore...

Thx!
Report comment to moderator  
Reply With Quote
Unread 11-20-10, 12:50 PM  
Hoern
Not THAT kind of Orc
 
Hoern's Avatar
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 13
Uploads: 10
There are various issues with this after 4.0, most notably the use of this:, which has been deprecated, and the way events are handled. Shouldn't be too hard for the author to rewrite, if nothing happens I can upload my version of this (which works slightly different but does work in 4.x).
__________________

All the cool kids do it, so why don't you? Join Alasin, Nesingwary-US Alliance.
Report comment to moderator  
Reply With Quote
Unread 10-27-10, 10:03 AM  
Usehername
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
upon login I get the following and this mod just does not seem to work anymore

Code:
TabBinder-1.02\TabBinder.lua:2: attempt to index global 'this' (a nil value)
<string>:"*:OnLoad":1: in function <[string "*:OnLoad"]:1>

Locals:
self = TabBinder_Frame {
 0 = <userdata>
}
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 11:25 PM  
Tanque
A Kobold Labourer

Forum posts: 1
File comments: 170
Uploads: 0
Will there be an update for this mod? Doesn't appear to work in 4.0 anymore.
Report comment to moderator  
Reply With Quote
Unread 03-23-10, 01:28 AM  
Elisios
A Murloc Raider
 
Elisios's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 27
Uploads: 1
Here a locale-independent test for arenas, battlegrounds and Wintergrasp:

Code:
local _, instanceType = IsInInstance()
local mapFilename = GetMapInfo()
if instanceType == "pvp" or instanceType == "arena" or mapFilename == 'LakeWintergrasp' then
  -- "player is in a PvP zone" code
end
Report comment to moderator  
Reply With Quote
Unread 02-12-10, 12:03 AM  
mmouser
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
It doesnt work on RU realms. It would be great if You add support for RU realms too. Thanks.
Report comment to moderator  
Reply With Quote
Unread 02-10-10, 05:18 AM  
Atoc
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I binded Tab for nearest enemy and shift-tab for only enemy players, because sometimes i want to target totems or pets. and then it would be confusing and i need my mouse for camera
but good addon at all
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 11:48 PM  
daeger
A Murloc Raider

Forum posts: 4
File comments: 141
Uploads: 0
Any way to check for duels?

If not, perhaps you could add Dalaran sewers (or Dalaran in general) to the list of places that get the tab switch done?
Report comment to moderator  
Reply With Quote
Unread 02-07-10, 10:36 PM  
Veev
A Deviate Faerie Dragon
 
Veev's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 83
Uploads: 5
Originally posted by Thizzelle
this addon is the shit, i dont have to keybind tab enemy to capslock anymore, im not 100% sure but i don't think it works with target "previous" player/enemy right now
It definitely doesn't, when I get some spare time I'll look into adding it
Report comment to moderator  
Reply With Quote
Unread 02-07-10, 05:00 AM  
Thizzelle
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
this addon is the shit, i dont have to keybind tab enemy to capslock anymore, im not 100% sure but i don't think it works with target "previous" player/enemy right now
Report comment to moderator  
Reply With Quote
Unread 01-18-10, 10:50 AM  
noble8
A Warpwood Thunder Caller
 
noble8's Avatar
AddOn Author - Click to view AddOns

Forum posts: 95
File comments: 157
Uploads: 1
Thanks for this
__________________
If science and religion are destroyed, science would re-emerge exactly the same;
but not religion.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: