Cypher Research Console Minimap Button

Cypher Research Console Minimap Button

6.7k Downloads

A very simple addon for Patch 9.2 to be able to view (not interact) with your Cypher Research Console UI from anywhere in the game without having to run back to Exile's Hollow to check your research progress.

If you'd just like to have this function as an in-game Macro you can use this;

/run C_Garrison.GetCurrentGarrTalentTreeID=(function() return 474 end)
/run OrderHall_LoadUI() OrderHallTalentFrame:SetGarrisonType(111, 474);
/run ToggleOrderHallTalentUI();

This addon is heavily based on Great Vault addon + other Ace3 addons and credit goes to the developers of Ace3 and others for the library they developed that is used by countless addons.