Broker Garrison & Order Hall
Broker Garrison (Missions, Shipments, Buildings)
Garrison Overview and Notifications (Completed Missions, Shipments, Buildings) for your characters!
An LDB Display like Bazooka or TitanPanel is recommended for this addon (it also works with ElvUI DataTexts).
If you don't have a display addon you can access the tooltips when hovering the minimap buttons.
Enable minimap buttons
/garrison display minimapButton on /garrison display minimapMissionHide off /garrison display minimapBuildingHide off
Features
- Timers / Resources for all characters (Missions, Buildings, Shipments/WorkOrders)
- LDB Text customization
- Tooltip sort/group by customization
- Show/Hide Garrison Landing Page (left-click)
- Notifications ("mission complete" on any character) - Sound optional
- Hide Blizzard mission/building notifications
- Hide Blizzard minimap button / disable pulse notification
- Toasts Notifications (LibToast) - Use Toaster for more options (position, etc.)
- Disable tooltip display / notifications for individual characters
- Resource Cache Timer - Displays amount of resources in cache (if lootable) - warning on >400 (red exclamation point)
- Garrison Invasions (yellow exclamation point)
- Herb garden / mine daily indicator (green check)
- Toas Summary (Missions, Shipments) on login
Changes
2.0
- Legion Order Hall support
1.9
- Patch 7.0: Fixes
- Known Issues: Follower / Reward Icons not displaying correctly
1.8
- Patch 6.2: Add shipyard support
- Add Seal of inveitable Fate and Oil resources
- Show available BonusRoll-Currency amount (0 - 3, from quests only)
- Change resource cache detection to specific loot toast instead of checking the player location ("near cache")
1.6
- New icons
- Disable updates in combat as option
- API to access garrison data: http://www.wowace.com/addons/broker-garrison/pages/api/
- LibDBIcon to access tooltips without LDB display addon
1.5
- Colors in Custom LDB Text - Format: =rrggbb=TEXT==
- Parse unknown mission times (e.g. started on another computer)
- Fixes (Inn tracking, Invasion display, LibSink options greyed out)
1.4
- New Icon "yellow exclamation point": Garrison Invasions
- New Icon "red exclamation point": Resource Cache >= 400
- New check (green, grey): War Mill (Weekly "Seal of Tempered Fate") and Inn (Weekly Follower from Headhunter)
In Progress / ToDo
- Detachable Tooltip (Standalone Frame)
- Profile Support (Config)
- New Mission indicator
Notifications
Missions
Buildings
Ideas
- <Your ideas here - write a ticket/feature request>
Anyone here that can read the code better than me (which isn't saying much) who could isolate the quest number being tracked that indicates if a character has recruited a follower from the Inn in the garrison for that week? It's obviously being tracked on the addon, as it displays a gray or green check next to the Inn's listing.
To fix the error in 7.2, open data.lua in Broker_Garrison and replace the table at line 47 with the following:
Garrison.ARTIFACT_KNOWLEDGE = {
[1] = 25,
[2] = 50,
[3] = 90,
[4] = 140,
[5] = 200,
[6] = 275,
[7] = 375,
[8] = 500,
[9] = 650,
[10] = 850,
[11] = 1100,
[12] = 1400,
[13] = 1775,
[14] = 2250,
[15] = 2850,
[16] = 3600,
[17] = 4550,
[18] = 5700,
[19] = 7200,
[20] = 9000,
[21] = 11300,
[22] = 14200,
[23] = 17800,
[24] = 22300,
[25] = 24900,
[26] = 100000,
[27] = 130000,
[28] = 170000,
[29] = 220000,
[30] = 290000,
[31] = 380000,
[32] = 490000,
[33] = 640000,
[34] = 830000,
[35] = 1080000,
[36] = 1400000,
[37] = 1820000,
[38] = 2370000,
[39] = 3080000,
[40] = 4000000,
[41] = 5200000,
[42] = 6760000,
[43] = 8790000,
[44] = 11430000,
[45] = 14860000,
[46] = 19320000,
[47] = 25120000,
[48] = 32660000,
[49] = 42460000,
[50] = 55200000
}
Anyone can confirm this? Doesn´t works for me :/
Is there a way to disable the top info bar? This conflicts with Titan Panel.
Are you talking about the big bar that covers the top of the screen right under Titan Panel? That's actually Blizzard's bar. Titan Panel's author has tried their best to disable it. Currently, the popular implementation for many authors is to use UNIT_AURA to disable it since it doesn't want to be disabled when the UI loads.
This means that the bar goes away as soon as your buffs change. Getting or losing any buff will remove the bar if you have Titan Panel installed.
Hello
Yes you can by getting a addon called Hide Order Hall Bar from curse
i also use titan panel and it works a treat
Paul
Would be nice if we can show the Troops in the custom LDB text
I have 12 L110 characters, and the databroker display doesn't fit on my screen. I don't care which Order Hall "talents" my characters have. Can we get an option to hide all OH talents, or (even better) hide all OH talents that aren't currently being researched?
I notice that some of my character show Artifact Knowledge while others do not.
Tried to delete data for that toon to make it show, but ends up nothing to display.
Is there an easy way of pulling "Maximum Ancient Mana"?
Right now you can add Ancient Mana, but as the cap changes depending on your questline status, it'd be nice to know how much an alt can hold without checking the tooltip when I loot some.
I'd really love this, if you could implement it.
Hi,
Would it be possible to add a Druid Evergreen plot tracker/timer similar to artifact research?
is it possible to separate the garrison and order hall functions? I really would rather not see what is available in my herb garden/mine/profession buildings but DO want to see what legion missions are going/finished. pleasepleaseplease make so you can disable wod notifications/asson visibility
Someone else posted the same problem at the end of September, but no comments on it. When I expand Broker Garrison I can see all of my alts, but only the first one in the list expands to show the associated information. All of the others don't expand (I click the little arrow next to their name but nothing happens). Thoughts on how to fix this? The addon should do exactly what I'm looking for (though I'd love an Order Hall only version), I just need it to actually DO it. Thanks in advance.
I would like to know how to fix this as well! Is the author still around? Do they read comments or issues posted against this addon?
anyone knows how to pull Artifact Knowledge (C_ArtifactUI.GetArtifactKnowledgeLevel()) into the tooltips?
Hi,
Blizzard set GarrisonLandingPageMinimapButton.title to nil if the button is hidden.
if you show the button you should set the title to avoid exception by hovering with mouse.
Maybe in function Garrison:UpdateConfig.
if not GarrisonLandingPageMinimapButton.title then GarrisonLandingPageMinimapButton.title = GARRISON_LANDING_PAGE_TITLE end
Regards
Bodar
Could you add an option to disable order hall talent tracking in the tooltip?
seconded
i only want to see if i have missions and hows the artifact research... been running in circles here trying to figure this out
Thirded! Yes please, I would love to see an option to hide talents, it's too much clutter in the tooltips. Just an option for missions and research would be lovely, and a standalone addon just for Class Order Halls without all the WOD stuff would be awesome!
Keep up the great work!