Thread Tools Display Modes
10-04-14, 01:10 PM   #1
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
Need of assistance with someone with beta access

I'm just curious as to how horribly broken BobUI and oUF_Bob are in WoD.

If it's gonna require a major overhaul I might just scrap them and start over but I can't test nowadays as I live out of range of a proper internet service (I have to use satellite >.>) and can only really only do any testing on weekends.

I highly recommend just running with the following addons enable:

!Beautycase (not necessary but makes fancy grey borders and there's extensive support in the BobUI addon)
BobSkins
BobUI
BobUI-Setup
Click Menu
oUF
oUF: Bob

Beta file included
Attached Files
File Type: zip BobUI v6.0.6b1 (WoD beta).zip (1.13 MB, 380 views)
__________________
Tweets YouTube Website

Last edited by 10leej : 10-05-14 at 11:36 AM.
  Reply With Quote
10-04-14, 01:48 PM   #2
MiRai
A Warpwood Thunder Caller
Join Date: Jul 2011
Posts: 96
If someone doesn't test it for you, can you test it yourself on the PTR? Doesn't the PTR have the same build as the beta internally without WoD content?
  Reply With Quote
10-04-14, 02:41 PM   #3
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
Originally Posted by MiRai View Post
If someone doesn't test it for you, can you test it yourself on the PTR? Doesn't the PTR have the same build as the beta internally without WoD content?
I'd have to download the ptr client which my isp gives me a 15GB data cap then cuts off my intenet for the month if I go over and the comp I use on the weekends is a completely differe one from the one I have available on weekdays.
__________________
Tweets YouTube Website
  Reply With Quote
10-04-14, 02:50 PM   #4
ObbleYeah
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 210
if you have anything to do with the watchframe on live then you'll get some errors at least, since it's been rewritten extensively.
  Reply With Quote
10-04-14, 03:19 PM   #5
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
Originally Posted by ObbleYeah View Post
if you have anything to do with the watchframe on live then you'll get some errors at least, since it's been rewritten extensively.
And the updated version of AceDB-3.0.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote
10-04-14, 03:20 PM   #6
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
Originally Posted by ObbleYeah View Post
if you have anything to do with the watchframe on live then you'll get some errors at least, since it's been rewritten extensively.
I do a little bit with the watch frame I'll have to see how it's been changed I haven't logged in to live since June to be honest

All i did do was move it
Lua Code:
  1. WatchFrameCollapseExpandButton:ClearAllPoints()
  2. WatchFrameCollapseExpandButton.ClearAllPoints = function() end
  3. WatchFrameCollapseExpandButton:SetPoint("BOTTOMLEFT", Minimap, 0,0)
  4. WatchFrameCollapseExpandButton:SetAlpha(0)
  5. WatchFrameCollapseExpandButton:SetFrameStrata("MEDIUM")
  6. WatchFrameCollapseExpandButton:SetFrameLevel(2)
  7.  
  8. local function init()
  9.     local wf = _G['WatchFrame']
  10.     wf:ClearAllPoints()
  11.     wf.ClearAllPoints = function() end
  12.     wf:SetPoint(unpack(cfg.watch.position))
  13.     wf.SetPoint = function() end
  14.     wf:SetHeight(cfg.watch.height)  
  15.     wf:SetFrameStrata("LOW")
  16. end
  17. local a = CreateFrame("Frame")
  18. a:SetScript("OnEvent", function(self, event)
  19.     if(event=="PLAYER_LOGIN") then
  20.         init()
  21.     end
  22. end)
  23. a:RegisterEvent("PLAYER_LOGIN")
  24. local f = CreateFrame("Frame")

Originally Posted by Fizzlemizz View Post
And the updated version of AceDB-3.0.
I actually don't use any Ace libraries myself so thats shouldn't be an issue.
__________________
Tweets YouTube Website

Last edited by 10leej : 10-04-14 at 03:22 PM.
  Reply With Quote
10-04-14, 03:22 PM   #7
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
Recount does.

Edit: the Watchframe has changed name to ObjectiveTrackerFrame and been redesigned.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 10-04-14 at 03:25 PM.
  Reply With Quote
10-04-14, 02:23 PM   #8
Duugu
Premium Member
 
Duugu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 851
My guess without testing it: the sheer checkbox change from 1/nil to true/false will break most of it.
I would say simply testing the MoP version on WoD without updating those common stuff doesn't make much sense.

Beta servers are down atm btw.

I'll try it if the servers are back - even if it is more or less nonsensical.

Last edited by Duugu : 10-04-14 at 02:36 PM.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Need of assistance with someone with beta access

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