Thread Tools Display Modes
01-02-15, 08:53 AM   #1
Zellglas
A Kobold Labourer
AddOn Compiler - Click to view compilations
Join Date: Oct 2008
Posts: 0
Actionbar

Please can someone update this:

http://www.wowinterface.com/download...1116-v3.0.html
  Reply With Quote
05-02-15, 12:45 PM   #2
Hossenbossen
A Kobold Labourer
Join Date: May 2015
Posts: 1
Thumbs up

Darned good idea
/push
  Reply With Quote
05-03-15, 09:52 PM   #3
ramzax
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 10
change "WatchFrame" for "ObjectiveTrackerFrame" at the end of the code, like this:
Code:
local o = ObjectiveTrackerFrame.SetPoint
function ObjectiveTrackerFrame:SetPoint(a1, frame, a2, x, y)
if frame == "MinimapCluster" then o(self, a1, frame, a2, x+48, y)
elseif frame == "UIParent" then o(self, "BOTTOM", frame, "BOTTOM", 0, y) end
end
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Actionbar

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off