I use oUF, oUF_P3lim and Icehud. I have commented out the target and player frames since I can see it in Icehud. But when im in a party I would like to see myself in the party like I do with the raid frames. How can I do this?
I would recommend the people who write plugins to switch over to the initcallback that was added to oUF. It's better than the metatable solution vhaarr made you all use, and it will actually work for everyone (as none of you actually hook the old metatable to allow other plugins to work).
A diff for oUF_Banzai looks like the following:
Index: oUF_Banzai.lua
===================================================================
--- oUF_Banzai.lua (revision 70309)
+++ oUF_Banzai.lua (working copy)
@@ -21,14 +21,13 @@
applyBanzai(...)
end
end
-oUF.objects = setmetatable(oUF.objects, {__newindex = function(t, frame, v)
+oUF:RegisterInitCallback(function(frame)
local o = frame.PostUpdateHealth
frame.PostUpdateHealth = function(...)
if o then o(...) end
applyBanzai(...)
end
- rawset(t, frame, v)
-end})
+end)
banzai:RegisterCallback(function(aggro, name, ...)
for i = 1, select("#", ...) do
If someone has a better idea for initialization, any help appreciated...
The problem was that I couldn't use the fontstring for receiving events, so I just used it's parent...
Hi, that looks cool, could you please explain a little bit more about your Addon? How to get it working actually, for me it does not show anything.
Hi, that looks cool, could you please explain a little bit more about your Addon? How to get it working actually, for me it does not show anything.
Im using oUF Kosken and oUF_oUF_TsoHG
I tested it on my layout and it works fine. To explain it simpler (or atleast try to), put this code in your main function outside the frames like the name code etc etc.
You know, these are the very new supa dupa ultra cool unitframes, forked by p3lim, acting like a supa dupa cool all knowing guy with a very stupid arrogantly attitude... sorry man, u did a cool layout for oUF, but that does not mean you can become an asshole or act like this, i watched your answers all around the web, and sorry to say you became an f*cking asshole, since your layout is loved by many people.
So.. please, just shut the fuck up and dont mess with me and my typos, look at your own nose then come back, thanks.
Quote from hipjipp »
I tested it on my layout and it works fine. To explain it simpler (or atleast try to), put this code in your main function outside the frames like the name code etc etc.
You know, these are the very new supa dupa ultra cool unitframes, forked by p3lim, acting like a supa dupa cool all knowing guy with a very stupid arrogantly attitude... sorry man, u did a cool layout for oUF, but that does not mean you can become an asshole or act like this, i watched your answers all around the web, and sorry to say you became an f*cking asshole, since your layout is loved by many people.
So.. please, just shut the fuck up and dont mess with me and my typos, look at your own nose then come back, thanks.
wooo calm down, i think it was more intended to be a "funny comment" then to "mess with you and your typos"
next time do this in PM, not in the forums, its not the place for that.
I dont think he was trying to be funny or make fun of typos, he probably has the same question I do, whats oUF_TsoHG? I think P3lim has been extremely helpful with a ton of questions directed at him.
Can anyone answer my previous question, how do I put myself into the party frames?
I dont think he was trying to be funny or make fun of typos, he probably has the same question I do, whats oUF_TsoHG? I think P3lim has been extremely helpful with a ton of questions directed at him.
Can anyone answer my previous question, how do I put myself into the party frames?
add this attribute to your party header
:SetAttribute("showPlayer", true)
You know, these are the very new supa dupa ultra cool unitframes, forked by p3lim, acting like a supa dupa cool all knowing guy with a very stupid arrogantly attitude... sorry man, u did a cool layout for oUF, but that does not mean you can become an asshole or act like this, i watched your answers all around the web, and sorry to say you became an f*cking asshole, since your layout is loved by many people.
So.. please, just shut the fuck up and dont mess with me and my typos, look at your own nose then come back, thanks.
wth? I was just asking what it was (plugin or layout) i wanted more info
and if you see me beeing arrogant or anything else (saying no or look somewhere else) is cause i was either drunk or too busy, i do have a life too you know.
You know, these are the very new supa dupa ultra cool unitframes, forked by p3lim, acting like a supa dupa cool all knowing guy with a very stupid arrogantly attitude... sorry man, u did a cool layout for oUF, but that does not mean you can become an asshole or act like this, i watched your answers all around the web, and sorry to say you became an f*cking asshole, since your layout is loved by many people.
So.. please, just shut the fuck up and dont mess with me and my typos, look at your own nose then come back, thanks.
Ok, sorry for the confusion - The layout of me can now be found here oUF_TsoHG [thanks for the hint P3Lim ;)]. I hope it may help others in customizing their interface like others layout (P3Lim, VuBce, Coldfury) were a huge help for myself!
I was wondering if oUF was ever going to have support for PLAYER_FLAGS_CHANGED (for AFK status) and UNIT_SPELLCAST_* (for castbars) events? I've written my own, but was wondering if this would ever be official?
I was wondering if oUF was ever going to have support for PLAYER_FLAGS_CHANGED (for AFK status) and UNIT_SPELLCAST_* (for castbars) events? I've written my own, but was wondering if this would ever be official?
oUF won't do any text for you. So player flags are out of the question. A patch for castbars is welcome however. :)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
A diff for oUF_Banzai looks like the following:
Hi, that looks cool, could you please explain a little bit more about your Addon? How to get it working actually, for me it does not show anything.
Im using oUF Kosken and oUF_oUF_TsoHG
Change what you like.. If you'd like to make it custom for different frames or hide it for a specific frame you could do: (taken from my code)
You know, these are the very new supa dupa ultra cool unitframes, forked by p3lim, acting like a supa dupa cool all knowing guy with a very stupid arrogantly attitude... sorry man, u did a cool layout for oUF, but that does not mean you can become an asshole or act like this, i watched your answers all around the web, and sorry to say you became an f*cking asshole, since your layout is loved by many people.
So.. please, just shut the fuck up and dont mess with me and my typos, look at your own nose then come back, thanks.
Thanks for your help, appreciate it.
wooo calm down, i think it was more intended to be a "funny comment" then to "mess with you and your typos"
next time do this in PM, not in the forums, its not the place for that.
Can anyone answer my previous question, how do I put myself into the party frames?
add this attribute to your party header
:SetAttribute("showPlayer", true)
i think
wth? I was just asking what it was (plugin or layout) i wanted more info
and if you see me beeing arrogant or anything else (saying no or look somewhere else) is cause i was either drunk or too busy, i do have a life too you know.
And that was the answer i was hoping for, thanks hipjipp :)
You just became my new favorite poster of WoWAce!
Worked great, thanks.
Link Removed: http://www.mediafire.com/?4lnmjtszzqc
oUF won't do any text for you. So player flags are out of the question. A patch for castbars is welcome however. :)