Thread Tools Display Modes
07-01-09, 08:03 PM   #1
havoxx
A Chromatic Dragonspawn
 
havoxx's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 152
Wondering if this is possible(mousewheel targeting)

I'm wondering if anyone knows of an addon that will select teammates on scrolling while in a team, and use the default zoomin/out when in solo?
__________________
  Reply With Quote
07-22-09, 06:43 PM   #2
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 36
would really like to see some thoughts about this addon realization
  Reply With Quote
07-22-09, 07:48 PM   #3
aceman67
A Theradrim Guardian
 
aceman67's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 67
My question to you is this: If you want to use your mouse wheel to target, would you really be willing to give up being able to Zoom in and out just so you can target the same way that the Tab button already does?

Also, you can set this action in the Key Bindings menu, BTW.
  Reply With Quote
07-23-09, 08:30 AM   #4
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 36
I think it would be great when used with a modifier.
As I know there are no difference in scrolling when holding shift-ctrl-alt
  Reply With Quote
07-26-09, 09:25 AM   #5
Sythalin
Curse staff
 
Sythalin's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 680
Originally Posted by vlakarados View Post
I think it would be great when used with a modifier.
As I know there are no difference in scrolling when holding shift-ctrl-alt
A mod can make it possible to check for shift/ctrl/alt modifier. I've done it in a previous project.
  Reply With Quote
07-26-09, 03:02 PM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Isn't there a keybinding to tab target through friendlies only? Or no?... If so, then just open up the keybindings interface and you can bind shift(or whatever mod)-scroll right there.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
07-26-09, 03:22 PM   #7
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 863
Isn't there a keybinding to tab target through friendlies only? Or no?
Target Nearest Friend.
  Reply With Quote
07-26-09, 03:34 PM   #8
Akryn
A Firelord
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 479
targetparty might be more appropriate. I *think* you can just do this...

Code:
/run SetBindingMacro("CTRL-MOUSEWHEELUP", "/targetparty") SaveBindings(GetCurrentBindingSet())
edit, or even:

Code:
/run SetBindingMacro("MOUSEWHEELUP", "/targetparty [group] \n /run if GetNumPartyMembers() < 1 then CameraZoomIn(1) end") SaveBindings(GetCurrentBindingSet())

Last edited by Akryn : 07-26-09 at 03:40 PM.
  Reply With Quote
07-26-09, 04:17 PM   #9
nickyjean
Premium Member
Premium Member
Join Date: Sep 2008
Posts: 284
I have an n52 and I use that scroll as my targeting of enemy. It is total sweet as a tank scrolling through and making sure I'm the focus of the bad guys. I have my scroll set nearest is up forward scroll and reverse order for backward scroll. Because of the N52 I have my reg mouse to zoom and my n52 mouse to target.

Some possible variations maybe to scroll up for enemy and back for friend or using a shift or control modifier but it's totally feasible and fun. It can be done in the key binding window easily. Just be ok with finding another way to Zoom in and out.
  Reply With Quote
07-26-09, 05:02 PM   #10
Riddrick
A Cliff Giant
 
Riddrick's Avatar
Join Date: Nov 2007
Posts: 72
If you dont like to use the way they say about
keybinding to target party member 1,2,3,4

My suggestion is to use X-Perl and bartender 4.
On X-perl you also got in range.

If your in range to cast heal or dammage a target
the icon you can use at the momemt are lighted.

So i guess your a priest
So set the heal icons on the X and
just click on the party member box
to heal them fast.

Make the party box like this

PM 1 = Party member 1
PM 2 = Party member 2 and so on

__________________________________________________
I.. PM 1........I..... PM 2......I....PM 3 .....I.......PM 4..........I
I___________I___________I___________I______________I
I HP 2000...,,I HP 2450......I HP 2650.......I...HP..1700......I
I MP 2750 ...I .................I...MP 3200....I.....................I
I___________I___________I____________I_____________I

...........................________________
.......................... I.....I.....I.....I.....I
...........................I_X_I_X_I_X_I_X_I
.._________________..............._______________
I Your charter.........I...............I Your target......I
.I...HP 2500.............I...............I.....HP 2950.....I
I_________________I..............I______________I


...______________________________________
...I....I....I....I....I....I....I....I....I....I....I....I....I
...I....I....I....I....I....I....I....I....I....I....I....I....I
...I....I....I....I....I....I....I....I....I....I....I....I....I


It's a lot of . and thats beacuse it's not able to
press space more than 1s in a row
__________________
Donīt drink and drive they say,
now i lost the counting for the
bad stuff that happen to me.
RUN when you see me becuse
iīam going to be soooo loaded!!!
If you donīt knock on the doors,
donīt expect a good welcome!
http://www.youtube.com/watch?v=ya2KR4VQwu4
Now the real killing begins!!

Warsong

Last edited by Riddrick : 07-26-09 at 06:00 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Wondering if this is possible(mousewheel targeting)


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