Download
(6Kb)
Download
Updated: 04-01-10 10:53 AM
Pictures
File Info
Updated:04-01-10 10:53 AM
Created:unknown
Downloads:8,110
Favorites:107
MD5:

cargoHonor  Popular! (More than 5000 hits)

Version: 2.4
by: Cargor [More]

I've canceled my subscription! Still you can submit patches via GitHub, PM or eMail. If you want to take this addon over, please contact me - or feel free to fork it.
Or maybe you can try myHonor.

cargoHonor provides a LibDataBroker object which displays your current honor points. The tooltip gives detailed information about the total / today's amount of honor points, honor earned per hour and amount of Marks of Honor in your inventory and bank. Newer versions also track the honor earned in your last and current battlegrounds.

Left-click the frame to switch between the different display modes:

  1. total honor
  2. today's honor
  3. bg's honor
  4. arena points
  5. bg | today | total honor

As it does not provide its own display, you'll need a LDB-based display addon. (So, your display can differ from the screenshots)

2.4
* back to the roots:
* removed battleground info, with the removal of marks in 3.3.3
* Would you like to see any new features? Please tell!

2.3
* new daily indicator behind battleground name: [D]
* minimized tooltip display
- most of the PVP functions are now in a library to reuse code between this and OhNoesQueues

2.2
* almost complete rewrite
- included Isle of Conquest (marks and win/loss)
- included Wintergrasp (marks and time)
- updated battleground holiday calculation
- new si-units (e.g. 3.7k) - toggle via setting useSI in the .lua-file (default on)

2.1.3 r346
- corrected battleground weekend calculation (hopefully)

2.1.2 r332
- added 5. mode: "bg | today | total honor"

2.1.1 r286
- set data object type to "data source" (fixed Broker2FuBar not recognizing it)

2.1 r276
- fixed 'nil'-error while hovering tooltip in battlegrounds
- corrected battleground weekend calculations

2.0 r271
- removed non-wotlk stuff
- win/loss ratio is now fetched through achievements
- included Strand of the Ancients in bg holiday calculation
- included Strand of the Ancients Marks of Honor
- battlegrounds with 0 marks of honor now don't show up in the list

Revision 222
- Removed "cargoHonor"-header and replaced it with a more informative one
- included next battleground weekend calculations

Revision 157
- better icons
- arena points display

Revision 157
- current and last battlegrounds' honor display integrated
- win/loss tracking implemented

Version 1.1
- include bank item in Mark of Honor-count
Optional Files (0)


Post A Reply Comment Options
Unread 12-09-09, 05:08 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Any suggestions?
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 12-08-09, 11:13 AM  
Azagathoth
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Any updates forthcoming? For 3.3 perhaps?
Report comment to moderator  
Reply With Quote
Unread 09-29-09, 03:51 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Thanks! Going to look into it as soon as possible.
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 09-25-09, 03:04 AM  
Wizardling
A Kobold Labourer
 
Wizardling's Avatar
Premium Member

Forum posts: 0
File comments: 119
Uploads: 0
Unhappy Seems a bit broken in 3.2.2

Report comment to moderator  
Reply With Quote
Unread 09-19-09, 12:40 PM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Ah yeah, also a result of the new tooltip-design. Will be fixed, too.
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 09-17-09, 05:33 PM  
Shirk
A Defias Bandit
 
Shirk's Avatar

Forum posts: 3
File comments: 40
Uploads: 0
With the latest update, I can't disable the win/loss % even after changing hideWinLoss to true.
Report comment to moderator  
Reply With Quote
Unread 09-17-09, 06:36 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Whew, just forgot to add the WG marks & shards again after the last update - they were included before

I also try to include the "In progress"-text.
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 09-16-09, 08:18 PM  
Azagathoth
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Great addon. I'm happy to have one to replace all the abandoned or non-updated ones. To be honest I may actually like this one better. A couple of suggestions though; Is it possible to add winter grasp marks as well? And perhaps stone keepers shards, although those are not as necessary. And I also noticed that when winter grasp is in progress, the timer shows nothing. Is it possible to have it say "In progress?"

Great addon so far, keep up the good work.
Report comment to moderator  
Reply With Quote
Unread 09-03-09, 06:03 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Ah, thanks!

P.S.: Woot, the addon author comments are colored different!
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 09-03-09, 01:30 AM  
Shirk
A Defias Bandit
 
Shirk's Avatar

Forum posts: 3
File comments: 40
Uploads: 0
The Wintergrasp timer shows "Wintergrasp start: %d m"

wgTime = SecondsToTimeAbbrev(wgTime) needs to be changed to wgTime = SecondsToTime(wgTime)

Report comment to moderator  
Reply With Quote
Unread 08-10-09, 06:19 AM  
Belala
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: Switched from HonorFU to CargoHonor

Originally posted by Cargor
At the moment, there is no config menu - so you just open cargoHonor/core.lua with your favourite text editor and at the top of the file you'll find "local useSI = true" - just overwrite true with 'false' to disable them.
That did the trick. Thanks much!
Report comment to moderator  
Reply With Quote
Unread 08-10-09, 05:41 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Re: Switched from HonorFU to CargoHonor

Originally posted by Belala
Hiya, this addon looks very promising as a replacement from my dear old HonorFu. I have a quick question though; How do you make the total honor show actual amount? Right now, my alt honor point shows "1.1ktotal" where the total honor is 1055. Any help would be greatly appreciated!
At the moment, there is no config menu - so you just open cargoHonor/core.lua with your favourite text editor and at the top of the file you'll find "local useSI = true" - just overwrite true with 'false' to disable them.
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 08-09-09, 11:42 PM  
Tr909Tom
A Kobold Labourer

Forum posts: 0
File comments: 34
Uploads: 0
Many thx. It works with the Broker2Fubar very fine!
Report comment to moderator  
Reply With Quote
Unread 08-09-09, 05:12 PM  
Belala
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Switched from HonorFU to CargoHonor

Hiya, this addon looks very promising as a replacement from my dear old HonorFu. I have a quick question though; How do you make the total honor show actual amount? Right now, my alt honor point shows "1.1ktotal" where the total honor is 1055. Any help would be greatly appreciated!
Report comment to moderator  
Reply With Quote
Unread 08-09-09, 10:20 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
The last time I checked FuBar, it doesn't came with LDB-support. There is however a mod available which translates Broker-plugins into FuBar-plugins - you can find it here: Broker2FuBar.

But if you are not completely dependant on some FuBar-only plugins, I'd recommend the switch to some Broker-display addon, you can find a list here: "Addons using LDB".
__________________
« Website | GitHub »

Oh hai!
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.