Showing results 1 to 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: OmeCorn
Forum: oUF (Otravi Unit Frames) 07-23-10, 10:46 AM
Replies: 88
Views: 50,337
Posted By OmeCorn
The HP-bar self is the not working...

The HP-bar self is the not working part.



[hpperc] is a custom tag:

oUF.TagEvents['hpperc'] = 'UNIT_HEALTH UNIT_MAXHEALTH'
oUF.Tags['hpperc'] = function(unit)
local status =...
Forum: oUF (Otravi Unit Frames) 07-23-10, 10:00 AM
Replies: 88
Views: 50,337
Posted By OmeCorn
Problem is, when I add the following...

Problem is, when I add the following self.Health.Value:
self.Health.Value = self.Health:CreateFontString(nil, 'OVERLAY')
self.Health.Value:SetPoint('BOTTOM', 0, 5)
...
Forum: oUF (Otravi Unit Frames) 07-23-10, 08:32 AM
Replies: 88
Views: 50,337
Posted By OmeCorn
If I add self.Health.Value =...

If I add

self.Health.Value = self.Health:CreateFontString(nil, 'OVERLAY')
self.Health.Value:SetPoint('BOTTOM', 0, 5)
self.Health.Value:SetFont(oUF_Neav.media.font, 10)
...
Forum: oUF (Otravi Unit Frames) 07-23-10, 05:43 AM
Replies: 88
Views: 50,337
Posted By OmeCorn
Everything displays right now. But when I summon...

Everything displays right now. But when I summon a pet it gives me the following errors:

1x oUF_Neav\oUF_NeavRaid.lua:404: attempt to index field 'Value' (a nil value)
(tail call): ?:
(tail call):...
Forum: oUF (Otravi Unit Frames) 07-22-10, 09:15 AM
Replies: 88
Views: 50,337
Posted By OmeCorn
I'll try this out, thank you. :)

I'll try this out, thank you. :)
Forum: oUF (Otravi Unit Frames) 07-22-10, 08:56 AM
Replies: 88
Views: 50,337
Posted By OmeCorn
This should be all of CreateRaidLayout: local...

This should be all of CreateRaidLayout:

local function CreateRaidLayout(self, unit)
self:SetScript('OnEnter', UnitFrame_OnEnter)
self:SetScript('OnLeave', UnitFrame_OnLeave)

...
Forum: oUF (Otravi Unit Frames) 07-22-10, 08:04 AM
Replies: 88
Views: 50,337
Posted By OmeCorn
Spawning: local raid = {} for i = 1,...

Spawning:

local raid = {}
for i = 1, oUF_Neav.units.raid.numGroups do
table.insert(raid, self:SpawnHeader('oUF_Neav_Raid'..i, nil, 'solo,party,raid',
'showParty', true,
...
Forum: oUF (Otravi Unit Frames) 07-22-10, 07:08 AM
Replies: 88
Views: 50,337
Posted By OmeCorn
I managed to make my Raid Pets spawn, but there...

I managed to make my Raid Pets spawn, but there are a few problems with them: When they spawn they spawn like they're "out of range" and I don't know how to edit the size of them, since they're...
Forum: oUF (Otravi Unit Frames) 07-21-10, 04:03 PM
Replies: 0
Views: 2,898
Posted By OmeCorn
Raid pets

I've got another question about oUF. I really would like to add "raid pets" to my oUF raidframe. I've looked for tutorials about Raid pets and looked into the code of oUF layouts that include them....
Forum: oUF (Otravi Unit Frames) 07-19-10, 04:12 PM
Replies: 5
Views: 3,908
Posted By OmeCorn
Hurray, it works now. Thank you. :)

Hurray, it works now. Thank you. :)
Forum: oUF (Otravi Unit Frames) 07-19-10, 03:51 PM
Replies: 5
Views: 3,908
Posted By OmeCorn
Yeah, sorry. I wan't really clear I see now. What...

Yeah, sorry. I wan't really clear I see now. What I want is the Grid-like frame that normally only pops up when you're in a raid to be visible all the time. But I'll look into the post you linked....
Forum: oUF (Otravi Unit Frames) 07-19-10, 03:08 PM
Replies: 5
Views: 3,908
Posted By OmeCorn
oUF Raidframe always visible

Hiya all,

I've been trying to modify a raidframe based on the oUF Framework, but I can't get the frame to show when I'm Solo or in a Party. Can somebody help me with that. I believe the hidden...
Forum: AddOn Help/Support 06-30-10, 05:09 PM
Replies: 2
Views: 3,754
Posted By OmeCorn
Leads to the following...

Leads to the following error:

Interface\FrameXML\ChatFrame.lua:3417: attempt to index field 'header'

Edit: I fixed it. :>

Thanks for the help.
Forum: AddOn Help/Support 06-30-10, 03:36 PM
Replies: 2
Views: 3,754
Posted By OmeCorn
AfterCast help

I've been using the Aftercast Fanupdate (http://www.wowinterface.com/downloads/info14404-AfterCastFansUpdate.html) for a long time. But it seems the new patch finally killed it. It gives me the...
Forum: Carbonite Archive 06-05-10, 02:33 PM
Replies: 0
Views: 2,137
Posted By OmeCorn
Carbonite fonts per character

I have different UIs per character on WoW, for which I use different fonts. But I can't seem to change my Carbonite options in a way so that I have for a diffent font for every of my toon. Can anyone...
Showing results 1 to 15 of 15