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 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 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-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 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 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, 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-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 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 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 03-13-12, 07:24 PM  
Chiyusha
A Kobold Labourer

Forum posts: 1
File comments: 25
Uploads: 0
only thing that would make this the bomb digity would the ability to scale the watcher frame even if it required a lua edit.
Report comment to moderator  
Reply With Quote
Unread 03-13-12, 01:08 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Found out why the position resets. New version will work like it should.
__________________
| 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 11-02-11, 04:14 AM  
Kraindi
A Kobold Labourer
 
Kraindi's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by zork
You can set the hard position in the lua file. The movement is just just for temp movement.
I see, thanks for reply. QuestWatch was blocking other elements of my ui, but now thanks to your addon, I dont have this problem anymore .

e. I managed to get QuestWatchFrame to upper left side (just where I like it)
by doing /rl now and then while editing core.lua

Code:
local pos = { a1 = "TOPLEFT", a2 = "TOPLEFT", af = "UIParent", x = 80, y = -160 }
Only problem is that little arrow which lets me to hide and show quests remains on the right side.
__________________
The Eyecandy.
Last edited by Kraindi : 11-02-11 at 04:40 AM.
Report comment to moderator  
Reply With Quote
Unread 11-01-11, 02:17 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
You can set the hard position in the lua file. The movement is just just for temp movement.
__________________
| 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 11-01-11, 10:45 AM  
Kraindi
A Kobold Labourer
 
Kraindi's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
Oh, I love this addon!

edit: wait, it does not remember its location on screen ?
__________________
The Eyecandy.
Last edited by Kraindi : 11-01-11 at 12:46 PM.
Report comment to moderator  
Reply With Quote
Unread 03-09-11, 09:25 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Can this be locked or not now ? Thanks.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: