Download
(1Kb)
Download
Updated: 08-16-18 01:52 PM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-16-18 01:52 PM
Created:10-16-10 02:58 PM
Downloads:25,615
Favorites:111
MD5:
Categories:Character Advancement, Miscellaneous, Utility Mods

rObjectiveTracker  Popular! (More than 5000 hits)

Version: 800.20180816
by: zork [More]


Intro

rObjectiveTracker allows you to scale the objective tracker frame and adds the ability to drag and resize the frame ingame. If the fader attribute is set in the config the objective tracker will fade in/out on mouse enter/out.
Slash command
/rot
Requires
rLib
Git
https://github.com/zorker/rothui/tre...jectiveTracker

Optional Files (0)


Post A Reply Comment Options
Unread 03-13-12, 10:21 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Just add "wf:SetScale(0.8)" to the bottom of the code.
__________________
| 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-13-12 at 10:21 PM.
Report comment to moderator  
Reply With Quote
Unread 06-27-12, 03:19 AM  
SRCarebear
A Fallenroot Satyr
AddOn Compiler - Click to view compilations

Forum posts: 26
File comments: 33
Uploads: 1
Hey Zork, thanks for this and all the work you've done!

Any chance you can help me change the font of the watch frame?

I've tried adding
Code:
wf:SetFont("")
and a couple others in the code but I have no idea how to get it to work :s
Report comment to moderator  
Reply With Quote
Unread 09-21-12, 02:25 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Beta is over. rQuestWatchFrameMover got updated for MoP. Have fun.
__________________
| 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 09-22-12, 06:31 AM  
glupikreten
A Theradrim Guardian

Forum posts: 60
File comments: 69
Uploads: 0
I'm trying to bypass local-layout.txt

Tried modifying your code but with no success...

Why this does not work? Can you help me please?

WatchFrame:SetClampedToScreen(true)
WatchFrame:SetMovable(true)
WatchFrame:SetUserPlaced(false)
WatchFrame:ClearAllPoints()
WatchFrame:SetPoint("TOP", Minimapcluster, "BOTTOM", 0, 20)
WatchFrame:SetHeight(450)

i just want to clamp WatchFrame to a minimap... TOP WatchFrame to BOTTOM Minimap or MinimapCluster whatever is the name of minimap frame

I managed to position in CENTER PlayerFrame and TargetFrame and FocusFrame with theirs offsets regardless of layout-local.txt... but for the love of god cant reproduce that with WatchFrame.

This i need because i play on several platforms with different resolutions... so user custom setting on one computer is misplaced on another... need to clamp it to another frame that is clamped to uiparent so all elements align properly on every resolution. So your addon, as it may be usefull to just move it to certain position, cant do the job in my case. Although for now im using it and manually adjust quest tracker on every alt on every monitor whenever i change computer.

hope you can help me... much appreciate in advance.
Last edited by glupikreten : 09-22-12 at 06:35 AM.
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 06:55 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Have you tried adding
lua Code:
  1. WatchFrame.ignoreFramePositionManager = true
  2. WatchFrame.SetPoint = function() end
__________________
| 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 : 09-22-12 at 06:56 AM.
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 03:17 PM  
glupikreten
A Theradrim Guardian

Forum posts: 60
File comments: 69
Uploads: 0
Originally Posted by zork
Have you tried adding
lua Code:
  1. WatchFrame.ignoreFramePositionManager = true
  2. WatchFrame.SetPoint = function() end
YES.. thank you.
Report comment to moderator  
Reply With Quote
Unread 10-26-12, 05:31 AM  
lynce
A Cyclonian
 
lynce's Avatar

Forum posts: 48
File comments: 92
Uploads: 0
How do i lock the position? Because i am looking for a way to move it down some. I don't need the drag function. Just simple lua to set position. Thank you for this addon
Report comment to moderator  
Reply With Quote
Unread 11-06-12, 04:31 PM  
Jynks
A Frostmaul Preserver

Forum posts: 264
File comments: 63
Uploads: 0
is there a way to scale this objective list... if not in this mod is another?
Report comment to moderator  
Reply With Quote
Unread 10-17-14, 12:07 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Updated for the objective tracker.
__________________
| 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 10-17-14, 02:34 PM  
Ke11ett
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 35
Uploads: 2
Doesn't seem to stay where I move it too. Am I missing a way to lock it to a location?
Report comment to moderator  
Reply With Quote
Unread 10-17-14, 02:55 PM  
Dancingblade
A Murloc Raider
 
Dancingblade's Avatar

Forum posts: 9
File comments: 50
Uploads: 0
Originally Posted by Ke11ett
Doesn't seem to stay where I move it too. Am I missing a way to lock it to a location?
Came here to thank you for making this - also to mention this issue.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 10-17-14, 05:08 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
The sole purpose is to make it movable. Position does not get saved over sessions. It never has.
__________________
| 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 : 10-17-14 at 05:08 PM.
Report comment to moderator  
Reply With Quote
Unread 10-18-14, 12:20 AM  
Dancingblade
A Murloc Raider
 
Dancingblade's Avatar

Forum posts: 9
File comments: 50
Uploads: 0
Originally Posted by zork
The sole purpose is to make it movable. Position does not get saved over sessions. It never has.
Just to be sure we were being clear, the design is for it to relocate to the default position when you zone your character (like to/from an instance or a city portal) or /rl the UI?
Report comment to moderator  
Reply With Quote
Unread 10-18-14, 03:35 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
I think I found a solution. At least it is saving the position over sessions for me now.

Version 60000.03 should fix the issue.
__________________
| 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 : 10-18-14 at 03:45 AM.
Report comment to moderator  
Reply With Quote
Unread 10-18-14, 06:42 AM  
BabyRay
An Aku'mai Servant

Forum posts: 39
File comments: 54
Uploads: 0
I try´d your addon, but it´s not saving the position.

i moved it to my position, click N for Talents and it jump back to the standard position.

I used Version: 60000.03
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: