Download
(21Kb)
Download
Updated: 12-07-14 06:03 AM
Pictures
File Info
Compatibility:
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:12-07-14 06:03 AM
Created:unknown
Downloads:242,192
Favorites:1,135
MD5:

oGlow  Popular! (More than 5000 hits)

Version: 2.2.5
by: haste [More]

oGlow will light up your items, by adding a quality border to them. It will only display this border for common quality items and above.

It will currently only display the quality borders on the following places:
* Inventory
* Inspect
* Bank
* Guild bank
* Bags
* Mail
* Merchant
* Trade
* Professions
* Character fly-out
* Character
* Loot
* Void storage

I will make it support some other frames also, but this is it for now.

Credits
- Fizzle for the original idea
- Mikma for always being an ass (:---D)

Click here to lend your support!

Changes from 2.2.4
- Bump TOC version to 6.0.
- Applied suicidalkatt's patch to fix void storage.

Changes from 2.2.3
- Bump TOC version to 5.4.
- Correctly update void storage the first time it is opened.

Changes from 2.2.2
- Bump TOC version to 5.3.
- Properly update loot frame when changing page.
- Fix lua error on character equipment flyout.

Changes from 2.2.1
- Bump TOC version to 5.0.
- Updated char and inspect pipe to work correctly on 5.0.

Changes from 2.2.0
- Fixed transmogrified items showing up without a border or with incorrect quality.

Changes from 2.1.3
- Added support for the loot frame.
- Added support for void storage.
- Several minor improvements made in the background.

Changes from 2.1.2
- Fixed another issue with the character fly-out on 4.3.

Changes from 2.1.1
- Fixes issues with character fly-out on 4.3.

Changes from 2.1.0
- Updating from 2.0.x no works correctly.

Changes from 2.0.1
- UI now renders correctly when accessed through Interface Options
- Added an option to control the threshold of the quality filter.
- It's now possible to set custom colors for each item quality.

Changes from 2.0
- Removed references to nonexistent files.
- Fixed inspect coloring to work correctly.

Changes from 1.12
* Update to work WoW 4.0.x.
* Mostly rewritten under the hood.
* Ability to toggle pretty much every update thingy.
* Currently require more babies to run :(.

Changes from 1.11
* No longer spews useless debug output...

Changes from 1.10
* Haste makes waste, actually fixed now. :)

Changes from 1.9
* Fixed bank not updating correctly in some cases.

Changes from 1.8
* It will now correctly update coloring when switching page in the inbox.

Changes from 1.6
* 1.7 was never released.
* Completed mail support.

Changes from 1.4
* 1.5 was never released.
* TOC bumped to 2.4.
* Support for the new slots when sending mail.

Changes from 1.3
* Fixed an issue with the buyback frame not updating as it should.

Changes from 1.2
* Fixed an issue with the inspect support.

Changes from 1.1
* TOC updated to 2.3.
* Guild Bank support.

Changes from 1.0
* TOC updated to 2.2.
* Added an interface to let external add-ons prevent oGlow from updating various parts. This is mainly to prevent conflicts with other add-ons (like ClosetGnome).

Changes from 0.4
* Version bumped to 1.0, seems to be stable enough, and no feature requests have been made.
* Added merchant support.

Changes from 0.3
* CraftUI / TradeSkillUI support.
* Overall more code re-use.
* Fixed a possible error with the bags.

Changes from 0.2
* Inspect support.
* Durability coloring of the inventory items. It will show the default red color for broken items, and yellow for low durability items (5 and below).

Changes from 0.1
* White items are no longer colored on trade.
* oGlow will not color the Inventory (character frame) if Fizzle is enabled.
Optional Files (0)


Post A Reply Comment Options
Unread 12-20-09, 01:32 PM  
BJRubino
A Defias Bandit

Forum posts: 3
File comments: 64
Uploads: 0
lua Error

Hi,
I get the following error when I open the character window within WoW.
.../core/char.lua line 41: attempt to concatenate upvalue 'key' (a table value).
I am also running another addon that extends the character frame.

Thanks,
BJR
Report comment to moderator  
Reply With Quote
Unread 12-20-09, 01:52 PM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Re: lua Error

Originally posted by BJRubino
Hi,
I get the following error when I open the character window within WoW.
.../core/char.lua line 41: attempt to concatenate upvalue 'key' (a table value).
I am also running another addon that extends the character frame.

Thanks,
BJR
Thank you for telling me which addon.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 12-20-09, 02:08 PM  
BJRubino
A Defias Bandit

Forum posts: 3
File comments: 64
Uploads: 0
...

Oh, I am so sorry...could you please forgive my mental error...
The other addon I am using is called GupCharacter, it can be found here on WoWInterface.

Again, please find it in you heart to forgive my error...
BJR
Report comment to moderator  
Reply With Quote
Unread 12-20-09, 02:28 PM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Re: ...

Originally posted by BJRubino
Oh, I am so sorry...could you please forgive my mental error...
The other addon I am using is called GupCharacter, it can be found here on WoWInterface.

Again, please find it in you heart to forgive my error...
BJR
Hey again,

I'm unable to reproduce the error with oGlow (v1.12 and HEAD) and GupCharacter (v1.202). Could you give me a debug stack from the default Lua error handler in WoW instead? It doesn't make much sense that string.split() returns a table value.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 12-20-09, 06:06 PM  
BJRubino
A Defias Bandit

Forum posts: 3
File comments: 64
Uploads: 0
Re: Re: ...

Originally posted by haste
Hey again,

I'm unable to reproduce the error with oGlow (v1.12 and HEAD) and GupCharacter (v1.202). Could you give me a debug stack from the default Lua error handler in WoW instead? It doesn't make much sense that string.split() returns a table value.
Let me do some more investigating. I tried it with both addons and I don't get an error, but when I enable all the other addons I use, I get the error again. Let me see if I can figure out what the other addon is that is causing this error.

I'll keep you posted.

BJR

P.S. Thanks for your quick attention to this, it is nice to see someone that is quick to help out with the addons they create.
Report comment to moderator  
Reply With Quote
Unread 12-21-09, 11:08 AM  
BJRubino
A Defias Bandit

Forum posts: 3
File comments: 64
Uploads: 0
Found the Issue

Hi again,
I think I found the addon that was causing this. It is an addon I got from curse.com called Trookat's LootDB. I posted a message over on his page to see if he could fix the problem. It seems when I have the LootDB addon installed, oGlow (allong with a few others) has the error, if LootDB is disabled the errors clear-up.

Anyway, hopefully he can fix things on his end. Thanks for being so quick to look into this issue.

BJR
Last edited by BJRubino : 12-21-09 at 03:59 PM.
Report comment to moderator  
Reply With Quote
Unread 12-21-09, 11:44 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Re: Found the Issue

Originally posted by BJRubino
Hi again,
I think I found the addon that was causing this. It is an addon I got from curse.com called Trookat's LootDB. I posted a message over on his page to see if he could fix the problem. It seems when I have the LootDB addon installed, oGlow (allong with a few others) has the error, if LootDB is disabled the errors clear-up.

ANyway, hopefully he can fix things on his end. Thanks for being so quick to look into this issue.

BJR
Step to fix:
1. Open TLootdb.lua; Go to line 723.
2. Delete the function.
3. Go to curse scarred for life and call the author an idiot for replacing a function in the string library.
4. ???
5. Profit!
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 12-21-09, 06:40 PM  
trookat
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: Found the Issue

Originally posted by haste
Step to fix:
1. Open TLootdb.lua; Go to line 723.
2. Delete the function.
3. Go to curse scarred for life and call the author an idiot for replacing a function in the string library.
4. ???
5. Profit!
Yea sorry about that, my fault entirely, being new to plugins I blindly copy-pasted a solution. I'll upload the change.
Report comment to moderator  
Reply With Quote
Unread 12-30-09, 09:51 AM  
jao
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 1
That's weird. oGlow does not work for me anymore after 3.3. Anyone has a solution?

Thanks.
Report comment to moderator  
Reply With Quote
Unread 12-30-09, 09:54 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by jao
That's weird. oGlow does not work for me anymore after 3.3. Anyone has a solution?

Thanks.
Load out of date under the add-ons menu at the login screen.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 12-30-09, 10:53 AM  
jao
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 1
Originally posted by haste
Load out of date under the add-ons menu at the login screen.
Hey haste,

Thank you for quick reply. However, it's checked, and what's even worse, i even disabled all other addons except oGlow just to check it out, if it works and it doesn't. Maybe I have to clear some settings or smth - will dig a little further.

But other than that - that's one of the best addons i've ever used - GIGANTIC THANKS!
Report comment to moderator  
Reply With Quote
Unread 12-30-09, 04:15 PM  
Zenh
A Murloc Raider
 
Zenh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 31
Uploads: 4
Hey, great add-on.

How hard would it be to show ilvl and "required level to use" on the icon?

This would be useful for alts, so I can quickly glance at their gear and know what's dated.

Photoshop'd example:
http://img14.imageshack.us/img14/9748/oglowenhanced.jpg

If not possible, are there any other mods that can do this?
Report comment to moderator  
Reply With Quote
Unread 12-30-09, 04:46 PM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by Zenh
Hey, great add-on.

How hard would it be to show ilvl and "required level to use" on the icon?

This would be useful for alts, so I can quickly glance at their gear and know what's dated.

Photoshop'd example:
http://img14.imageshack.us/img14/9748/oglowenhanced.jpg

If not possible, are there any other mods that can do this?
The git versions supports madness like this, but it hasn't been completed yet.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 01-07-10, 04:28 PM  
Ethere
A Kobold Labourer

Forum posts: 1
File comments: 16
Uploads: 0
Same here....it doesn't make the "C" character screen glow anymore.
Report comment to moderator  
Reply With Quote
Unread 01-07-10, 04:29 PM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by Ethere
Same here....it doesn't make the "C" character screen glow anymore.
Load out of date.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.