Download
(6Kb)
Download
Updated: 04-01-10 10:53 AM
Pictures
File Info
Updated:04-01-10 10:53 AM
Created:unknown
Downloads:8,094
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-02-10, 02:27 PM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Luckily I've got a commit lying around on my GitHub page that should fix this. It also replaces the icons with their new counterparts.
But don't expect an official release, because ... well ... I've quit WoW and am not actually here
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 12-02-10, 02:15 AM  
FlareLT
A Defias Bandit

Forum posts: 3
File comments: 7
Uploads: 0
I think it doesn't work anymore.

But it looks like adding following lines in front of "cargoHonor.lua" fixes it:

Code:
local GetArenaCurrency = GetArenaCurrency or function() return select(2,GetCurrencyInfo(390)) or 0 end
local GetHonorCurrency = GetHonorCurrency or function() return select(2,GetCurrencyInfo(392)) or 0 end
Report comment to moderator  
Reply With Quote
Unread 09-01-10, 04:43 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
It won't be dead, I keep it up and running - I still use it myself.
But I have to see for feature updates, that depends a lot on my mood and how much I play WoW. Some of my addons currently have a higher 'priority' to work on :O

I plan to make it full compatible with my OhNoesQueues (again), sharing the same library. That would mean joining battlegrounds via tooltip and seeing the win/loss-again.
Cataclysm will definitely break OhNoesQueues, so I probably end up rewriting both ONQ and cargoHonor at once - and since addons get enabled in the next Beta build, that's probably gonna happen soon
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 09-01-10, 04:23 AM  
Azagathoth
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Any future updates planned? Or is this gonna end up being a dead addon?
Report comment to moderator  
Reply With Quote
Unread 05-13-10, 03:25 PM  
Dohram
A Defias Bandit

Forum posts: 3
File comments: 50
Uploads: 0
Originally posted by Cargor
Okay, planned. But don't expect it too early, I have a lot of WoW addons to fix and I'm away for a week.

Thanx much mate appreciate it.
Report comment to moderator  
Reply With Quote
Unread 05-13-10, 01:13 PM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Okay, planned. But don't expect it too early, I have a lot of WoW addons to fix and I'm away for a week.
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 05-11-10, 02:24 AM  
Dohram
A Defias Bandit

Forum posts: 3
File comments: 50
Uploads: 0
Win/Loss

i see you removed teh token counter , but can you add teh win/loss counter for each bg you had b4?
Report comment to moderator  
Reply With Quote
Unread 04-06-10, 08:18 PM  
Wizardling
A Kobold Labourer
 
Wizardling's Avatar
Premium Member

Forum posts: 0
File comments: 119
Uploads: 0
Originally posted by Cargor
Seems like cargoHonor is again on a collision course with ONQ. I initially wanted to separate both of them - cargoHonor solely for displaying honor stats and ONQ only for queueing.

Well, have to think about that, because if I implement queueing into cargoHonor, it would share ONQ's codebase ... and then I could just merge them into one.
Sounds good to me, so long as I can do it all from a simple LDB menu :-) The simpler the better from my PoV: just menu items to queue for each BG, queue for a random BG, and an indicator showing if it's a BG's holiday.

I think joining specific instances of a BG and group joining can be left to Blizzard or ONQ's frame. Or at least make them optional for inclusion in cargoHonor's menu, as IMHO most people are happy with the default instance and typically join as an individual.

Either way, thanks for making cargoHonor - it's been very handy to have till now. *refrains from further grumbling over removal of BG currency by Blizzard*
Report comment to moderator  
Reply With Quote
Unread 04-06-10, 08:50 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Seems like cargoHonor is again on a collision course with ONQ. I initially wanted to separate both of them - cargoHonor solely for displaying honor stats and ONQ only for queueing.

Well, have to think about that, because if I implement queueing into cargoHonor, it would share ONQ's codebase ... and then I could just merge them into one.
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 04-01-10, 02:48 PM  
Wizardling
A Kobold Labourer
 
Wizardling's Avatar
Premium Member

Forum posts: 0
File comments: 119
Uploads: 0
Lightbulb Menu to sign up for random, holiday, or specific BG?

Since marks have gone the way of the dodo (I thought BG currency and their own vendors was a good idea, but oh well), how about this addon totally replaces Blizzard's BG frame with a menu accessible via click, and change swapping displays to right-click? You could have a menu item to launch Blizzard's frame as well, if people still think that necessary.

If the above happened cargoHonor would be the perfect minimalistic LDB BG addon :-)
Report comment to moderator  
Reply With Quote
Unread 03-24-10, 07:02 PM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Yep, planned. I probably go back to the minimalistic design of the beginning, removing all info about the different bg's and just providing honor stats. I put most of the bg-related stuff into ONQ and removed the shared codebase with its 3.3.3 update.

Expect an update in 1-3 days.
__________________
« Website | GitHub »

Oh hai!
Last edited by xConStruct : 03-24-10 at 07:04 PM.
Report comment to moderator  
Reply With Quote
Unread 03-24-10, 05:22 PM  
Azagathoth
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Any update planned for 3.3.3. Now that they are removing the honor tokens from the game, perhaps a way to hide them. After turning them all in, it will just be a constant "0" from now on. Love the addon, just think it needs to be updated now with the new changes.
Report comment to moderator  
Reply With Quote
Unread 02-16-10, 06:32 AM  
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view AddOns

Forum posts: 199
File comments: 374
Uploads: 18
Oh well, the usual problem. Fixing it asap.
__________________
« Website | GitHub »

Oh hai!
Report comment to moderator  
Reply With Quote
Unread 02-16-10, 01:56 AM  
Niobium
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Any possibility of an update? It doesn't seem to be synched to the current BG holiday anymore. (Mine was claiming SotA this whole weekend but it was AV.)
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 09:19 PM  
Privelgus
A Kobold Labourer

Forum posts: 0
File comments: 61
Uploads: 0
Originally posted by Cargor
Any suggestions?
How about adding buttons into the DataBroker tooltip for queing up for battlegrounds? Also it could show a timer in the DataBroker display, if you have the Deserter debuff.
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.