Download
(5Kb)
Download
Updated: 11-06-10 06:38 PM
Pictures
File Info
Updated:11-06-10 06:38 PM
Created:11-05-10 10:39 AM
Downloads:2,438
Favorites:14
MD5:

Eon

Version: 0.9 beta
by: d87, shanpu

Eon is a player auras addon, originally it was called guSmallBuffs but after moving to new secure aura header template there's nothing left from it except the looks.
blizzard is still working on aura headers so expect a few bugs mostly with weapon enchants

0.9:
- fixed taint issues
- changed the way debuff type color works, progress bar is changing color now instead of backdrop
- consolidate console command

Post A Reply Comment Options
Unread 09-30-12, 12:53 PM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
At least the one from here does work: https://github.com/rgd87/Eon/zipball/master
But still, buff consolidation is bugged, and I don't use it myself anymore.
So you better try nivBuffs, which is using similar design and maybe has more features
Report comment to moderator  
Reply With Quote
Unread 09-30-12, 02:54 AM  
Rammoth
A Cliff Giant
 
Rammoth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 73
File comments: 628
Uploads: 1
This is really cool, will this still work? I see it's not updated for 5.0.4 or 5.0.5 at all according to the main page of it.
Report comment to moderator  
Reply With Quote
Unread 06-03-11, 05:29 PM  
ithzor
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: grow up?

Originally posted by d87
You should edit this part:
Code:
local headers = {
    ["player|HELPFUL"] = {
        initialPoint = "TOPRIGHT",
        sortMethod = "INDEX",
        xOffset = -40,
        yOffset = 0,
        wrapAfter = 10,
        wrapXOffset = 0,
        wrapYOffset = -34,
        weapons = true,
    },
Here's a description
Code:
xOffset = [NUMBER] -- the x-Offset to use when anchoring the unit buttons. This should typically be set to at least the width of your buff template.
yOffset = [NUMBER] -- the y-Offset to use when anchoring the unit buttons. This should typically be set to at least the height of your buff template.
wrapAfter = [NUMBER] -- begin a new row or column after this many auras
wrapXOffset = [NUMBER] -- the x-offset from one row or column to the next
wrapYOffset = [NUMBER] -- the y-offset from one row or column to the next
settings under local defaults are for drag anchor position
xoffset did it for me! thanks alot! <3
Report comment to moderator  
Reply With Quote
Unread 06-03-11, 04:52 AM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Re: grow up?

You should edit this part:
Code:
local headers = {
    ["player|HELPFUL"] = {
        initialPoint = "TOPRIGHT",
        sortMethod = "INDEX",
        xOffset = -40,
        yOffset = 0,
        wrapAfter = 10,
        wrapXOffset = 0,
        wrapYOffset = -34,
        weapons = true,
    },
Here's a description
Code:
xOffset = [NUMBER] -- the x-Offset to use when anchoring the unit buttons. This should typically be set to at least the width of your buff template.
yOffset = [NUMBER] -- the y-Offset to use when anchoring the unit buttons. This should typically be set to at least the height of your buff template.
wrapAfter = [NUMBER] -- begin a new row or column after this many auras
wrapXOffset = [NUMBER] -- the x-offset from one row or column to the next
wrapYOffset = [NUMBER] -- the y-offset from one row or column to the next
settings under local defaults are for drag anchor position
Last edited by d87 : 06-03-11 at 04:55 AM.
Report comment to moderator  
Reply With Quote
Unread 06-02-11, 10:56 AM  
ithzor
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
grow up?

Hey there, thanks for a GREAT addon! Just wondering one thing: any way to change the growth direction to up? I've tried changing "point" under "local defaults" to BOTTOMLEFT but to no avail. I also tried changing initialPoint, but that didn't help either. Any pointers?
Report comment to moderator  
Reply With Quote
Unread 12-25-10, 09:41 AM  
dorn
A Defias Bandit

Forum posts: 2
File comments: 14
Uploads: 0
What does lock/unlock even do? I figured it would make the bars draggable but it doesn't seem to when I do it.
Report comment to moderator  
Reply With Quote
Unread 12-17-10, 01:43 AM  
Raq
A Defias Bandit

Forum posts: 2
File comments: 52
Uploads: 0
Shamans.

Hello there, just want to point out that when i use my weapon enchants on my shaman (windfury weapon and flametungue weapon) that it shows as "half finished" buff.. guess its because of the rogues enchants which is 1 hour? or?
Just wanted to point it out
Report comment to moderator  
Reply With Quote
Unread 11-21-10, 12:44 PM  
Thalyra
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 46
Uploads: 1
theres no count text or tooltip for the consolidation icon

is this like it should or an bug in the blizzard secure aura header template code?
Report comment to moderator  
Reply With Quote
Unread 11-09-10, 11:19 PM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Eon.xml
Code:
<Size x="30" y="25"/>
Report comment to moderator  
Reply With Quote
Unread 11-09-10, 08:06 PM  
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 614
File comments: 167
Uploads: 11
size

Not meaning to look a gift horse in the mouth, lol, but which line in lua, adjusts height/width, please? As is is way too big, but I LOVE this addon.
I found where to adjust placement, but either I'm too dim, or too dumb, to see size, lol. Any/ALL help appreciated, and thanks, in advance~:
Last edited by Kendian : 11-09-10 at 08:07 PM.
Report comment to moderator  
Reply With Quote
Unread 11-07-10, 03:42 AM  
Cala
A Fallenroot Satyr
 
Cala's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 22
File comments: 48
Uploads: 1
Bug: Even if consolidated buffs are off, Leader of the Pack get stuffed into that 'icon', though Cat Form is in both locations.
__________________
Insert Witty Message Here.


Report comment to moderator  
Reply With Quote
Unread 11-06-10, 02:44 PM  
Elloria
An Onyxian Warder
 
Elloria's Avatar
AddOn Author - Click to view AddOns

Forum posts: 358
File comments: 268
Uploads: 8
Loving this mod so far but im having an issue with the debuffs. Ive noticed as the debuff window grows the icons and bars start to get squished.



Edit: Thanks your recent update fixed that error.
__________________
Last edited by Elloria : 11-06-10 at 07:54 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: