Download
(1Kb)
Download
Updated: 08-17-09 03:58 PM
Addon for:
oUF.
Updated:08-17-09 03:58 PM
Created:unknown
Downloads:15,478
Favorites:106
MD5:

oUF ReadyCheck  Popular! (More than 5000 hits)

Version: 30200.2-Release
by: p3lim [More]

This addon is discontinued.
Functionality of this add-on has been implemented into oUF.

Description:
oUF ReadyCheck is a element plug-in made for the UnitFrame framework oUF.
It is required that you have this addon updated at all times to make everything work as it should.
You can download oUF by clicking on the link located under the "Download" button on the right.

Features:

  • ReadyCheck icons

Full changelog can be found on GitHub:
http://github.com/p3lim/oUF_ReadyCheck/commits/master/
Post A Reply Comment Options
Unread 10-12-10, 03:21 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Readycheck support for oUF has been implemented into the core with this commit.

I am discontinuing this plug-in as there is no need for it.
Report comment to moderator  
Reply With Quote
Unread 09-06-10, 08:59 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
3.3.5 (oUF 1.4) & Cataclysm branch can be found on github, needs testing!

http://github.com/p3lim/oUF_ReadyCheck/tree/cata
Report comment to moderator  
Reply With Quote
Unread 08-13-10, 11:07 AM  
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view AddOns

Forum posts: 384
File comments: 144
Uploads: 3
Originally posted by neverg
Ok. I thought it was probably my fault. But need to test it better. Thanks.

EDIT - It's still working yes, dunno what happened in the first place since icons weren't appearing, now they are.
Can't get mine to work either, what did you do?
__________________

Report comment to moderator  
Reply With Quote
Unread 08-02-10, 02:11 PM  
neverg
A Frostmaul Preserver
 
neverg's Avatar
AddOn Author - Click to view AddOns

Forum posts: 268
File comments: 498
Uploads: 2
Originally posted by p3lim
As far I know, its still working.
I cannot vertify if it is though.
Ok. I thought it was probably my fault. But need to test it better. Thanks.

EDIT - It's still working yes, dunno what happened in the first place since icons weren't appearing, now they are.
__________________
My oUF Layout: oUF Lumen
Last edited by neverg : 08-04-10 at 05:08 AM.
Report comment to moderator  
Reply With Quote
Unread 08-02-10, 01:49 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
As far I know, its still working.
I cannot vertify if it is though.
Report comment to moderator  
Reply With Quote
Unread 08-02-10, 05:34 AM  
neverg
A Frostmaul Preserver
 
neverg's Avatar
AddOn Author - Click to view AddOns

Forum posts: 268
File comments: 498
Uploads: 2
Hey p3lim, is this working for 1.4? Strangely I can't get it to show up, tho it returns no errors.

Code:
	-- oUF_ReadyCheck
	local ReadyCheck = function(self)
		if IsAddOnLoaded("oUF_ReadyCheck") then
			self.ReadyCheck = self.Power:CreateTexture(nil, "OVERLAY")
			self.ReadyCheck:SetPoint("BOTTOMLEFT", self.Power, "LEFT")
			self.ReadyCheck:SetSize(18, 18)
		end
	end
I noticed he doesn't enter the IF condition. Isn't the addon name that?
__________________
My oUF Layout: oUF Lumen
Last edited by neverg : 08-02-10 at 05:35 AM.
Report comment to moderator  
Reply With Quote
Unread 02-18-09, 10:31 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by MMOGames
Please, remove the check icon from pets. They never anwser
In what way do they show up on pets? raid pets? party pets? pet frames?
Report comment to moderator  
Reply With Quote
Unread 02-17-09, 09:26 PM  
MMOGames
A Murloc Raider
 
MMOGames's Avatar

Forum posts: 8
File comments: 119
Uploads: 0
Please, remove the check icon from pets. They never anwser
Report comment to moderator  
Reply With Quote
Unread 02-10-09, 09:47 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by Phanx
Code:
CreateFrame("Frame"):SetScript("OnUpdate", OnCheckUpdate)
... is bad. Very bad. Why on earth are you creating a new frame every time a ready check is performed? Create one frame, outside of that local function, and just :SetScript on that.
I know, I just threw it together before going to work this morning, so havent had time to test and fix stuff yet.
Report comment to moderator  
Reply With Quote
Unread 02-10-09, 07:09 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Code:
CreateFrame("Frame"):SetScript("OnUpdate", OnCheckUpdate)
... is bad. Very bad. Why on earth are you creating a new frame every time a ready check is performed? Create one frame, outside of that local function, and just :SetScript on that.
Last edited by Phanx : 02-10-09 at 07:09 AM.
Report comment to moderator  
Reply With Quote
Unread 11-24-08, 10:11 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
I would like two updates to this already fantastic plug-in.

- Toc update
- Party support
Report comment to moderator  
Reply With Quote
Unread 08-20-08, 05:38 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by coree
how can i hide the readycheck symbol for player, target, tot ?
Code:
if(not unit) then
This will enable the readychecks only on party/raid
Report comment to moderator  
Reply With Quote
Unread 08-08-08, 04:41 AM  
coree
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 78
Uploads: 1
how can i hide the readycheck symbol for player, target, tot ?
Report comment to moderator  
Reply With Quote
Unread 08-01-08, 06:52 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
bug just occured

Code:
Interface\AddOns\oUF_ReadyCheck\oUF_ReadyCheck.lua:11: attempt to index local 'f' (a number value)
[C]: ?
Interface\AddOns\oUF_ReadyCheck\oUF_ReadyCheck.lua:11: in function <Interface\AddOns\oUF_ReadyCheck\oUF_ReadyCheck.lua:7>

edit: and thanks for putting this up on wowi
Last edited by p3lim : 08-01-08 at 07:06 PM.
Report comment to moderator  
Reply With Quote
Unread 07-29-08, 05:40 PM  
starlon
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 107
File comments: 39
Uploads: 3
No it won't.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: