Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: demitri
Forum: Lua/XML Help 12-22-09, 09:14 AM
Replies: 1
Views: 3,360
Posted By demitri
cant get buffs in the corner

what am i doing wrong?

addon:SetScript("OnEvent", function(self, event, ...)
local unit = ...;
if(event=="PLAYER_ENTERING_WORLD")
then
TemporaryEnchantFrame:ClearAllPoints()
...
Forum: oUF (Otravi Unit Frames) 03-28-09, 10:03 AM
Replies: 1,215
Views: 386,551
Posted By demitri
woohoo.. ur the man..thanks so much!

woohoo.. ur the man..thanks so much!
Forum: oUF (Otravi Unit Frames) 03-28-09, 09:32 AM
Replies: 1,215
Views: 386,551
Posted By demitri
what yes i have the toc metadata (well i THINK i...

what yes i have the toc metadata (well i THINK i do)... not sure abut the class being defined tho :S
Forum: oUF (Otravi Unit Frames) 03-28-09, 07:49 AM
Replies: 1,215
Views: 386,551
Posted By demitri
ty ty... that seems to have worked.. now i have a...

ty ty... that seems to have worked.. now i have a new problem...

i cant get ouf runebar to spawn... it keeps the default one...

if(class == 'DEATHKNIGHT') then
self.RuneBar = {}
for i = 1, 6...
Forum: oUF (Otravi Unit Frames) 03-28-09, 02:51 AM
Replies: 1,215
Views: 386,551
Posted By demitri
oUF.Tags["[beacon]"] = function(u) return...

oUF.Tags["[beacon]"] = function(u) return UnitAura(u, "Beacon of Light") and "|cffFF5500.|r" or "" end

oUF.Tags["[shield]"] = function(u) return UnitAura(u, "Sacred Shield") and "|cffFFCF7F.|r" or...
Forum: oUF (Otravi Unit Frames) 03-27-09, 02:27 PM
Replies: 1,215
Views: 386,551
Posted By demitri
:( i cant seeem to get my ouf layout to load when...

:( i cant seeem to get my ouf layout to load when i use my Death Knight
Forum: oUF (Otravi Unit Frames) 03-27-09, 10:13 AM
Replies: 1,215
Views: 386,551
Posted By demitri
i have a problem.. i got some code from...

i have a problem..

i got some code from ouf_freeb for his indicators on raid frames and such..

here is the code

local function applyAuraIndicator(self)

self.AuraStatusBR =...
Forum: oUF (Otravi Unit Frames) 03-17-09, 03:27 PM
Replies: 1,215
Views: 386,551
Posted By demitri
how some addons hve libaries.. and then the same...

how some addons hve libaries.. and then the same addon has none.. i want to know if it loss any fuunctionality
Forum: oUF (Otravi Unit Frames) 03-17-09, 01:08 PM
Replies: 1,215
Views: 386,551
Posted By demitri
and a MAJOR noob question... is no-lib more...

and a MAJOR noob question... is no-lib more lightweight? but still keeps functionality of the addon?
Forum: oUF (Otravi Unit Frames) 03-17-09, 01:06 PM
Replies: 1,215
Views: 386,551
Posted By demitri
how and where would i got to find out SpellID's...

how and where would i got to find out SpellID's...
Forum: oUF (Otravi Unit Frames) 03-15-09, 09:01 AM
Replies: 1,215
Views: 386,551
Posted By demitri
thanks again for a point in the right direction...

thanks again for a point in the right direction :):D:banana:

:) sweet... got everyting workin perfect now!
Forum: oUF (Otravi Unit Frames) 03-15-09, 03:37 AM
Replies: 1,215
Views: 386,551
Posted By demitri
new question now... indicators .... how would i...

new question now... indicators ....

how would i go about this? Tags?
Forum: oUF (Otravi Unit Frames) 03-15-09, 03:25 AM
Replies: 1,215
Views: 386,551
Posted By demitri
thanks so much for ur help guys... its workin...

thanks so much for ur help guys... its workin perfect!
Forum: oUF (Otravi Unit Frames) 03-15-09, 02:31 AM
Replies: 1,215
Views: 386,551
Posted By demitri
local party = oUF:Spawn("header",...

local party = oUF:Spawn("header", "oUF_Party")
party:SetManyAttributes("showParty", true, "yOffset", -20)
party:SetPoint("LEFT", 20, -140)
party:SetAttribute('template', 'oUF_AsymPets')

where?
Forum: oUF (Otravi Unit Frames) 03-15-09, 01:55 AM
Replies: 1,215
Views: 386,551
Posted By demitri
ok i got it to spawn.. my queston is now... how...

ok i got it to spawn.. my queston is now... how do it .. resize the party petframe from the xml or something?
Forum: oUF (Otravi Unit Frames) 03-15-09, 01:16 AM
Replies: 1,215
Views: 386,551
Posted By demitri
but the pets arent spawning.

but the pets arent spawning.
Forum: oUF (Otravi Unit Frames) 03-14-09, 06:44 PM
Replies: 1,215
Views: 386,551
Posted By demitri
so... local party = oUF:Spawn("header",...

so...



local party = oUF:Spawn("header", "oUF_Party")
party:SetAttribute("template", "oUF_PlayerPets")
party:SetManyAttributes("showParty", true, "yOffset", -20)
party:SetPoint("LEFT", 20,...
Forum: oUF (Otravi Unit Frames) 03-14-09, 05:39 PM
Replies: 1,215
Views: 386,551
Posted By demitri
this is givin me a headache.. :( i just want to...

this is givin me a headache.. :(

i just want to anchor the party pets to the persons they belong to.. :(.. im so lost now on how to pin them properly wit xlm.. here is wot i have..

<Ui...
Forum: oUF (Otravi Unit Frames) 03-14-09, 03:17 PM
Replies: 1,215
Views: 386,551
Posted By demitri
ok i have a question thats bugging me... ive...

ok i have a question thats bugging me... ive tried alot of things.. but none seem to work...

HOW do i anchor the party pet to the member it belongs to? :(
Forum: oUF (Otravi Unit Frames) 02-16-09, 01:46 PM
Replies: 1,215
Views: 386,551
Posted By demitri
i know this may come as a "noob" question but im...

i know this may come as a "noob" question but im new to oUF and im using the coree layout..

my question is.. how do i make when im in raid that my party frames dont show and only raid frames... and...
Showing results 1 to 20 of 20