Download
(12Kb)
Download
Updated: 02-06-15 11:17 AM
Pictures
File Info
Compatibility:
Warlords of Draenor (6.0.3)
Updated:02-06-15 11:17 AM
Created:02-05-15 01:27 PM
Downloads:5,001
Favorites:32
MD5:
Categories:Unit Mods, Graphic UI Mods

rTargetPointer  Popular! (More than 5000 hits)

Version: 60000.02
by: zork [More]


INTRO

rTargetPointer is a small addon that will display a rotating arrow in the center of the screen that will point to your current target nameplate.

The arrow ring is just an example. Any kind of textue could be used. Additionally. Why stop at 1 texture. Why not use 2 or more?
GIT
https://github.com/zorker/rothui/tre...rTargetPointer

60000.02
- added small config
- better worldframe/nameplate scan

60000.01
- initial release
Optional Files (0)


Post A Reply Comment Options
Unread 06-18-16, 01:34 PM  
samvx
A Defias Bandit
 
samvx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 118
Uploads: 3
Originally Posted by zork
@Snichy
Of course. The ring is part of the arrow texture. If the ring would be transparent only the arrow would be visible.

Download version 60000.02.

Use this config setting
Lua Code:
  1. local cfg = {}
  2.  
  3.   cfg.arrowSize       = 256
  4.   cfg.arrowTexture    = "pointer2"
  5.   cfg.arrowColor      = {1,0.5,0,0.9} -- r,g,b,a
  6.   cfg.arrowBlendMode  = "BLEND"     -- "ADD" or "BLEND"

Download this arrow:
https://rothui.googlecode.com/svn/tr...a/pointer2.tga

Put that arrow in the media folder of rTargetPointer and restart the game.

Result:
link broken saddly! ty for your job
Report comment to moderator  
Reply With Quote
Unread 06-10-15, 11:35 AM  
Ansi
An Aku'mai Servant
 
Ansi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 101
Uploads: 4
Is it possible to make the arrow only show when your character @target or @mouseover are out or range?
__________________
twitter.com/ansirox
Report comment to moderator  
Reply With Quote
Unread 03-20-15, 02:55 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: How to use class color colored arrows?

Originally Posted by dary1125
How to use class color colored arrows? Attempt to modify, but failed.
The arrow is pointing is to a specific nameplate. That nameplate as a health statusbar. That statusbar has a statusbarcolor. Extract that color and apply it to the arrow.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 03-16-15, 11:56 PM  
dary1125
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
How to use class color colored arrows?

How to use class color colored arrows? Attempt to modify, but failed.
Report comment to moderator  
Reply With Quote
Unread 03-02-15, 08:34 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
@all
The arrow is pointing to the target nameplate. (the plate above your targeted npc/player head)
That is all it does. No plate, no arrow.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 03-02-15 at 08:39 AM.
Report comment to moderator  
Reply With Quote
Unread 03-01-15, 12:18 PM  
Engelram
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hi Zork. Nice Addon!

How can I implement a second arrow fora focus target?

thx 4 ur help
Report comment to moderator  
Reply With Quote
Unread 02-23-15, 03:44 PM  
Kygo
A Theradrim Guardian
 
Kygo's Avatar
AddOn Author - Click to view AddOns

Forum posts: 64
File comments: 1
Uploads: 5
Really sweet addon!

A 360 option would be really sweet, but it might cause a "unfair advantage" in pvp if you have a arrow pointing you in the direction the player went?
Report comment to moderator  
Reply With Quote
Unread 02-13-15, 10:33 PM  
Worcester
A Deviate Faerie Dragon
 
Worcester's Avatar

Forum posts: 13
File comments: 91
Uploads: 0
Behind you...

Unless I'm missing some option, the arrow only points to targets relatively in front of you? I was hoping it would point "down" to indicate if I've turned away from my target.

Nice looking addon, as usual!
__________________
I prefer rogues to imbeciles, because they sometimes take a rest.
--Alexandre Dumas
Report comment to moderator  
Reply With Quote
Unread 02-11-15, 05:56 AM  
Snichy
A Kobold Labourer
 
Snichy's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 21
Uploads: 6
Perfect, thanks Zork - will try it out later!
Report comment to moderator  
Reply With Quote
Unread 02-06-15, 11:18 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
@Snichy
Of course. The ring is part of the arrow texture. If the ring would be transparent only the arrow would be visible.

Download version 60000.02.

Use this config setting
Lua Code:
  1. local cfg = {}
  2.  
  3.   cfg.arrowSize       = 256
  4.   cfg.arrowTexture    = "pointer2"
  5.   cfg.arrowColor      = {1,0.5,0,0.9} -- r,g,b,a
  6.   cfg.arrowBlendMode  = "BLEND"     -- "ADD" or "BLEND"

Download this arrow:
https://rothui.googlecode.com/svn/tr...a/pointer2.tga

Put that arrow in the media folder of rTargetPointer and restart the game.

Result:
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 02-06-15 at 11:32 AM.
Report comment to moderator  
Reply With Quote
Unread 02-06-15, 09:17 AM  
Snichy
A Kobold Labourer
 
Snichy's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 21
Uploads: 6
Can this be used with just the small arrow without the ring around it?
Last edited by Snichy : 02-06-15 at 09:18 AM.
Report comment to moderator  
Reply With Quote
Unread 02-06-15, 06:41 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally Posted by loerg88
for me it didnt show up must i aktivate something first?
You need a target and a visible target nameplate.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 02-06-15, 06:01 AM  
loerg88
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
for me it didnt show up must i aktivate something first?
Report comment to moderator  
Reply With Quote
Unread 02-05-15, 06:25 PM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
Report comment to moderator  
Reply With Quote
Unread 02-05-15, 06:04 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
What is this NPA2?
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: