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 10-18-14, 05:52 AM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
excellent. Thanks

can you add the font in the image?
Report comment to moderator  
Reply With Quote
Unread 10-18-14, 09:19 AM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
Sadly no, it's the paid-for font Lydian .
Report comment to moderator  
Reply With Quote
Unread 10-18-14, 09:01 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Coud you also remove the Background of the CM texturs you can see in your 2nd screenshot? It also shows up for some quests... I don't like this big non transperent texturs there

Even a replacment for the (?) icons woud be nice like in nibWatchFrameAdv
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 10-18-14 at 09:04 PM.
Report comment to moderator  
Reply With Quote
Unread 10-19-14, 03:05 AM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
Nah, I messed around with it before and didn't really like the way it looked - these are meant to be minor stylistic changes rather than a total refit.
Report comment to moderator  
Reply With Quote
Unread 10-25-14, 04:10 AM  
alphabetabase
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Nice, just what I was looking for!
Report comment to moderator  
Reply With Quote
Unread 10-30-14, 06:35 PM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
i try to add outline for fonts, but only for quest title.

how should i do? O.O
Last edited by EKE : 10-30-14 at 07:18 PM.
Report comment to moderator  
Reply With Quote
Unread 10-31-14, 02:30 PM  
Redtusk
A Kobold Labourer
 
Redtusk's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 27
Uploads: 4
How would I go about using a custom font for all of the elements?
Report comment to moderator  
Reply With Quote
Unread 11-01-14, 03:02 AM  
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 210
File comments: 122
Uploads: 3
Originally Posted by EKE
i try to add outline for fonts, but only for quest title.

how should i do? O.O
like this?



open up the objective.lua file, go to line 176 and replace
Lua Code:
  1. block.HeaderText:SetFont(STANDARD_TEXT_FONT, 14.5)
with
Lua Code:
  1. block.HeaderText:SetFont(STANDARD_TEXT_FONT, 14.5, "OUTLINE")

then go to line 232 and do the same thing.
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
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-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 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 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 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-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
Post A Reply



Category Jump: