Download
(15Kb)
Download
Updated: 09-25-16 02:56 PM
Pictures
File Info
Updated:09-25-16 02:56 PM
Created:10-17-14 05:05 AM
Downloads:4,789
Favorites:32
MD5:

ObjectiveTracker For Modernists

Version: 2
by: ObbleYeah [More]

Originally included in the UI For Modernists package. This version does not include skinning (additional border) elements.

- Restyles and shrinks down the new 6.0 quests & objective tracker to around the size it was during MoP.
- Removes some of the new clunky art.
- Auto-collapses in boss fights, PvP, or if a capture bar shows.

legion update: https://github.com/obble/iipui/blob/master/FRAMES/objective_tracker/objective.lua
Optional Files (0)


Post A Reply Comment Options
Unread 09-28-16, 07:37 AM  
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view AddOns

Forum posts: 206
File comments: 126
Uploads: 2
Really gorgeous and simple. Near perfect.

Could you possibly add the ability to have the text outlined and shadowed, or the option to comment it in/out in the .lua? I tried adding it myself and it didn't work.
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
Report comment to moderator  
Reply With Quote
Unread 09-26-16, 02:57 AM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
can you post a screenshot? that shouldn't happen!

also if you don't have lua errors enabled (which since lua are disabled by default) – type

Code:
/console scriptErrors 1
and then

Code:
/reload
shift + click to drag was disabled due to a bug in the legion beta, i'll look to re-add it next version. for now you will have to manually change the size by opening objective.lua and going to line 30 or looking for this line:

Lua Code:
  1. self:SetPoint('TOPRIGHT', UIParent, -45, -200)

and changing the values. the last two numbers are the offset — x and y relatively — positive integers to move it right or up, negative to move it left or down.

http://wow.gamepedia.com/API_Region_SetPoint
Last edited by ObbleYeah : 09-26-16 at 03:00 AM.
Report comment to moderator  
Reply With Quote
Unread 09-25-16, 05:38 PM  
kittykatmax
A Fallenroot Satyr
 
kittykatmax's Avatar

Forum posts: 21
File comments: 227
Uploads: 0
How to edit? It's GIGANTIC

I installed your addon, and now the quest objectives are simply ginormous and going off the screen. How does one resize this sucker?

Also, shift+dragging doesn't work.
Last edited by kittykatmax : 09-25-16 at 05:44 PM.
Report comment to moderator  
Reply With Quote
Unread 09-24-16, 04:45 AM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
oh whoops, i forgot to upload the updated version of this — its a standalone of the one that exists in my iipui suite. there's a bug with the new keystone challenge mode scenario that I'm working on fixing, but once thats ironed out i'll definitely update this here to be used as a single addon too.
Report comment to moderator  
Reply With Quote
Unread 09-24-16, 03:52 AM  
Maizmo
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 33
Uploads: 3
so i guess no update for legion anymore?
Last edited by Maizmo : 09-24-16 at 03:52 AM.
Report comment to moderator  
Reply With Quote
Unread 09-05-16, 02:53 PM  
Maizmo
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 33
Uploads: 3
Originally Posted by ObbleYeah
Hi, im planning to update this once legion is released.

in the meantime you can find a beta versions on my github here: https://github.com/obble/lovelyui/tr...ective_tracker
somehow the link is not working

"Page not found"
Report comment to moderator  
Reply With Quote
Unread 08-02-16, 09:02 AM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
Hi, im planning to update this once legion is released.

in the meantime you can find a beta versions on my github here: https://github.com/obble/lovelyui/tr...ective_tracker
Report comment to moderator  
Reply With Quote
Unread 07-25-16, 10:37 PM  
KyrosKrane
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 27
Uploads: 7
Originally Posted by EKE
i think it should be C_Scenario.IsInScenario() ?

Originally Posted by KyrosKrane
Originally Posted by EKE
need uptade.
Until an official update is issued, here's how you can at least get rid of the error on every start-up with 7.0.3.
That variable (inChallengeMode) is actually completely unused. It's never referenced other than that one line. Even before Legion, you could have deleted that line and the add-on would continue to work perfectly fine.
Report comment to moderator  
Reply With Quote
Unread 07-25-16, 08:09 PM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
i think it should be C_Scenario.IsInScenario() ?

Originally Posted by KyrosKrane
Originally Posted by EKE
need uptade.
Until an official update is issued, here's how you can at least get rid of the error on every start-up with 7.0.3.
Last edited by EKE : 07-25-16 at 08:11 PM.
Report comment to moderator  
Reply With Quote
Unread 07-23-16, 06:59 PM  
KyrosKrane
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 27
Uploads: 7
Originally Posted by EKE
need uptade.
Until an official update is issued, here's how you can at least get rid of the error on every start-up with 7.0.3.

Open the file objective.lua, and look for this line (it's line 308):

Code:
        local inChallengeMode = C_Scenario.IsChallengeMode()
Add two dashes at the start so it looks like this.

Code:
        --local inChallengeMode = C_Scenario.IsChallengeMode()
Save the file and exit, then reload your UI in WoW.

It's been working fairly well for me as I quest, though I haven't tried dungeons or scenarios yet.
Report comment to moderator  
Reply With Quote
Unread 07-20-16, 06:19 PM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
need uptade.
Report comment to moderator  
Reply With Quote
Unread 09-30-15, 07:47 AM  
neo0608
A Kobold Labourer
 
neo0608's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 31
Uploads: 1
Objective TrackerMover

hello,

first off all, great Addon. It is possible to hide the Tooltip for the Mover if you doesn't track a Quest?
Report comment to moderator  
Reply With Quote
Unread 11-03-14, 11:10 AM  
TrillianAtHome
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I've been looking for something that would return the objectives tracker to something more pre-patch, so I really appreciate your addon.

I was wondering, though, if it's possible to change the quest text from being each toon's class color to being just one color that is the same for all of them?

I have the rbg color code, but not sure where to substitute it.

Thanks -
Last edited by TrillianAtHome : 11-04-14 at 04:17 PM.
Report comment to moderator  
Reply With Quote
Unread 11-01-14, 12:32 PM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
Originally Posted by ObbleYeah
like this?
err, sorry

i mean i want all of words get outline, not only title, for example just like nibWatchFrameAdv style

and i get an error when use quest item, the error said "only blizzard can move questitem frame".
Report comment to moderator  
Reply With Quote
Unread 11-01-14, 03:06 AM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
Originally Posted by Redtusk
How would I go about using a custom font for all of the elements?
Rather than having a custom font and file-path embedded in the addon, I just link to the default which can be customised nice and easily. More info here:
http://www.wowhead.com/forums&topic=...e-in-game-font
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: