Broker_Portals
Why would you have actionbars filled with portals, or open your spellbook everytime you cast a portal? Just right click on icon or minimap button and you can access all portals so comfortably.
It is designed as DataBroker plug-in, that lets you access all portal and teleport spells from one spot. Addon will be attached to minimap by default, but if you want to move/customize it, you will have to install additional addon like TitanPanel, HidingBar, or Bazooka and there are many more.
Features:
- All mage portals, hearthstone and teleporting items available from simple dropdown menu
- Minimap button, so you don't have to install any additional addon
- Hearthstone location and cooldown in tooltip
- Reagent count in tooltip (for Cataclusm Classic)
- If hearthstone is on cooldown, Scroll of Recall will be used instead if possible
- Can announce, that you're casting a portal
Localization:
If you'd like to add/update localizations, do so here. Then leave a comment on WowAce or on Curse as I'm checking those more often than localization app itself, and I'll repack it.
Bugs / Suggestions:
If you have encountered any problem, or if you think theres something missing. Feel free to post a ticket here.
FAQ:
- I managed to hide my minimap icon, how do I turn it on again?
- Just simply type "/portals".
- Does it support teleportation items like engineering teleports or Kirin Tor rings?
- Yes.
TODO:
Enable adding custom items/spells
I also run it from Bazooka LDB display and its the same. Try right click the broker button continuously and watch the portal frame expanding for each click.
hi guys.
@CrazyBenny: no problem, i can wait.
my first tip:
remove the function findSpell and all use of spellid in updateSpells.
GetSpellInfo returns nil if a spell removed by blizzard. it is a better way for testing.
after then, you must not update the addon every time if blizz removing spells.
my second tip:
replace [ GetNumPartyMembers() > 0 ] with [ UnitInParty("player") ]
GetNumPartyMembers been removed or renamed.
i've tested my changes with druid, mage and dk... ;)
cheers ^^
Hi guys,
Sorry for not updating the addon. I'm just in the middle of moving my house, but hopefully this weekend I'll have time to fix all my addons.
Yepper! Those fixes did the trick for me too!
Tabeecat,
your awesome
I did exactly what you recommended and it worked perfectly, until....
I read that the mats were no longer needed to cast the portals or to teleport so I threw them out now the addon shows me has having no mats so the potals and teleports are not available to me. might you be able to find the reference to the stones and devise a fix, I love this addon and hate that I can't use it.
thanks in advance
For having never done anything in LUA before, this was surprisingly easy to fix. Just change this line:
return count
to this:
return 1
This just fakes it out into thinking you always have 1 reagent.
deleted cause wanted all of the info that i used to create a total fix for husband's computer and for mine to be all in one spot.
Looks like the drop down window is broken. The cooldown is still shown but cant choose a teleporting ability. Hoping for a fix :)
@tangypoon. It's a broker addon. It depends on what addon that shows it. I use DockingStation (little like the outdated fubar addon if you know it just only aiming on the bar part) and I configure it in Game Menu -> Interfaces -> AddOns -> DockingStation -> plugins. If not totally similar I would at least expect a similar entry under Addons
Good Morning,
This most amazing of add ons does not seem to be functioning with the latest patch 5.4.
Thank You.
Great Addon, only problem I seem to have is, how do I un-hide the portal icon on my mini map?
it doesn't appear to work for the TCG loot item Ethereal Portal. Will there be an update to include this?
I dont seem to be having announcements when i cast portals... what am I doing wrong?
Each time I use it, the dropdown box gets wider and wider until it takes up most of my screen when I click on the panel.
Excellent addon BTW!
Evey time I log in, the number 17 is spit out into the chatbox. It goes away when I disable the addon. I have the latest version (1.8.25) and I have done a clean install. No LUA errors or taints.
Hi,
thanks for noticing. It should be fixed in 1.8.26.
Cheers
Thank you so much!