Respec/reforge azerite armor menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
    BenjiBenji's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    11
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ty

    heres the full list
    Code:
    /run UIParentLoadAddOn("CharacterFrame") ShowUIPanel(CharacterFrame);
    /run UIParentLoadAddOn("SpellBookFrame") ShowUIPanel(SpellBookFrame);
    /run UIParentLoadAddOn("PVPUIFrame") ShowUIPanel(PVPUIFrame);
    /run UIParentLoadAddOn("PVPBannerFrame") ShowUIPanel(PVPBannerFrame);
    /run UIParentLoadAddOn("PetStableFrame") ShowUIPanel(PetStableFrame);
    /run UIParentLoadAddOn("EncounterJournal") ShowUIPanel(EncounterJournal);
    /run UIParentLoadAddOn("PVEFrame") ShowUIPanel(PVEFrame);
    /run UIParentLoadAddOn("CollectionsJournal") ShowUIPanel(CollectionsJournal);
    /run UIParentLoadAddOn("TradeFrame") ShowUIPanel(TradeFrame);
    /run UIParentLoadAddOn("MerchantFrame") ShowUIPanel(MerchantFrame);
    /run UIParentLoadAddOn("TabardFrame") ShowUIPanel(TabardFrame);
    /run UIParentLoadAddOn("MailFrame") ShowUIPanel(MailFrame);
    /run UIParentLoadAddOn("BankFrame") ShowUIPanel(BankFrame);
    /run UIParentLoadAddOn("QuestLogPopupDetailFrame") ShowUIPanel(QuestLogPopupDetailFrame);
    /run UIParentLoadAddOn("QuestFrame") ShowUIPanel(QuestFrame);
    /run UIParentLoadAddOn("GuildRegistrarFrame") ShowUIPanel(GuildRegistrarFrame);
    /run UIParentLoadAddOn("GossipFrame") ShowUIPanel(GossipFrame);
    /run UIParentLoadAddOn("DressUpFrame") ShowUIPanel(DressUpFrame);
    /run UIParentLoadAddOn("PetitionFrame") ShowUIPanel(PetitionFrame);
    /run UIParentLoadAddOn("ItemTextFrame") ShowUIPanel(ItemTextFrame);
    /run UIParentLoadAddOn("FriendsFrame") ShowUIPanel(FriendsFrame);
    /run UIParentLoadAddOn("RaidParentFrame") ShowUIPanel(RaidParentFrame);
    /run UIParentLoadAddOn("RaidBrowserFrame") ShowUIPanel(RaidBrowserFrame);
    /run UIParentLoadAddOn("DeathRecapFrame") ShowUIPanel(DeathRecapFrame);
    /run UIParentLoadAddOn("WardrobeFrame") ShowUIPanel(WardrobeFrame);
    /run UIParentLoadAddOn("AlliedRacesFrame") ShowUIPanel(AlliedRacesFrame);
    /run UIParentLoadAddOn("GuildControlUI") ShowUIPanel(GuildControlUI);
    /run UIParentLoadAddOn("CommunitiesFrame") ShowUIPanel(CommunitiesFrame);
    /run UIParentLoadAddOn("CommunitiesGuildLogFrame") ShowUIPanel(CommunitiesGuildLogFrame);
    /run UIParentLoadAddOn("CommunitiesGuildTextEditFrame") ShowUIPanel(CommunitiesGuildTextEditFrame);
    /run UIParentLoadAddOn("CinematicFrame") ShowUIPanel(CinematicFrame);
    /run UIParentLoadAddOn("ChatConfigFrame") ShowUIPanel(ChatConfigFrame);
    /run UIParentLoadAddOn("WorldStateScoreFrame") ShowUIPanel(WorldStateScoreFrame);
    /run UIParentLoadAddOn("QuestChoiceFrame") ShowUIPanel(QuestChoiceFrame);
    /run UIParentLoadAddOn("WarboardQuestChoiceFrame") ShowUIPanel(WarboardQuestChoiceFrame);
    /run UIParentLoadAddOn("GarrisonBuildingFrame") ShowUIPanel(GarrisonBuildingFrame);
    /run UIParentLoadAddOn("GarrisonMissionFrame") ShowUIPanel(GarrisonMissionFrame);
    /run UIParentLoadAddOn("GarrisonShipyardFrame") ShowUIPanel(GarrisonShipyardFrame);
    /run UIParentLoadAddOn("GarrisonLandingPage") ShowUIPanel(GarrisonLandingPage);
    /run UIParentLoadAddOn("GarrisonMonumentFrame") ShowUIPanel(GarrisonMonumentFrame);
    /run UIParentLoadAddOn("GarrisonRecruiterFrame") ShowUIPanel(GarrisonRecruiterFrame);
    /run UIParentLoadAddOn("OrderHallMissionFrame") ShowUIPanel(OrderHallMissionFrame);
    /run UIParentLoadAddOn("OrderHallTalentFrame") ShowUIPanel(OrderHallTalentFrame);
    /run UIParentLoadAddOn("ChallengesKeystoneFrame") ShowUIPanel(ChallengesKeystoneFrame);
    /run UIParentLoadAddOn("BFAMissionFrame") ShowUIPanel(BFAMissionFrame);

    Respec/reforge azerite armor
  2. #17
    tearem's Avatar Member
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What about the bank?

    EDIT: Can't get bank to come up. Mission tables don't send anything.
    Last edited by tearem; 08-21-2018 at 06:58 PM.

  3. #18
    BenjiBenji's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    11
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    seem to be able to only see what u have in the reagents bank, but get errors once u interact with it

  4. #19
    Manuris's Avatar Contributor
    Reputation
    104
    Join Date
    Dec 2014
    Posts
    96
    Thanks G/R
    12/87
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BenjiBenji View Post
    heres the full list
    Code:
    /run UIParentLoadAddOn("CharacterFrame") ShowUIPanel(CharacterFrame);
    /run UIParentLoadAddOn("SpellBookFrame") ShowUIPanel(SpellBookFrame);
    /run UIParentLoadAddOn("PVPUIFrame") ShowUIPanel(PVPUIFrame);
    /run UIParentLoadAddOn("PVPBannerFrame") ShowUIPanel(PVPBannerFrame);
    /run UIParentLoadAddOn("PetStableFrame") ShowUIPanel(PetStableFrame);
    /run UIParentLoadAddOn("EncounterJournal") ShowUIPanel(EncounterJournal);
    /run UIParentLoadAddOn("PVEFrame") ShowUIPanel(PVEFrame);
    /run UIParentLoadAddOn("CollectionsJournal") ShowUIPanel(CollectionsJournal);
    /run UIParentLoadAddOn("TradeFrame") ShowUIPanel(TradeFrame);
    /run UIParentLoadAddOn("MerchantFrame") ShowUIPanel(MerchantFrame);
    /run UIParentLoadAddOn("TabardFrame") ShowUIPanel(TabardFrame);
    /run UIParentLoadAddOn("MailFrame") ShowUIPanel(MailFrame);
    /run UIParentLoadAddOn("BankFrame") ShowUIPanel(BankFrame);
    /run UIParentLoadAddOn("QuestLogPopupDetailFrame") ShowUIPanel(QuestLogPopupDetailFrame);
    /run UIParentLoadAddOn("QuestFrame") ShowUIPanel(QuestFrame);
    /run UIParentLoadAddOn("GuildRegistrarFrame") ShowUIPanel(GuildRegistrarFrame);
    /run UIParentLoadAddOn("GossipFrame") ShowUIPanel(GossipFrame);
    /run UIParentLoadAddOn("DressUpFrame") ShowUIPanel(DressUpFrame);
    /run UIParentLoadAddOn("PetitionFrame") ShowUIPanel(PetitionFrame);
    /run UIParentLoadAddOn("ItemTextFrame") ShowUIPanel(ItemTextFrame);
    /run UIParentLoadAddOn("FriendsFrame") ShowUIPanel(FriendsFrame);
    /run UIParentLoadAddOn("RaidParentFrame") ShowUIPanel(RaidParentFrame);
    /run UIParentLoadAddOn("RaidBrowserFrame") ShowUIPanel(RaidBrowserFrame);
    /run UIParentLoadAddOn("DeathRecapFrame") ShowUIPanel(DeathRecapFrame);
    /run UIParentLoadAddOn("WardrobeFrame") ShowUIPanel(WardrobeFrame);
    /run UIParentLoadAddOn("AlliedRacesFrame") ShowUIPanel(AlliedRacesFrame);
    /run UIParentLoadAddOn("GuildControlUI") ShowUIPanel(GuildControlUI);
    /run UIParentLoadAddOn("CommunitiesFrame") ShowUIPanel(CommunitiesFrame);
    /run UIParentLoadAddOn("CommunitiesGuildLogFrame") ShowUIPanel(CommunitiesGuildLogFrame);
    /run UIParentLoadAddOn("CommunitiesGuildTextEditFrame") ShowUIPanel(CommunitiesGuildTextEditFrame);
    /run UIParentLoadAddOn("CinematicFrame") ShowUIPanel(CinematicFrame);
    /run UIParentLoadAddOn("ChatConfigFrame") ShowUIPanel(ChatConfigFrame);
    /run UIParentLoadAddOn("WorldStateScoreFrame") ShowUIPanel(WorldStateScoreFrame);
    /run UIParentLoadAddOn("QuestChoiceFrame") ShowUIPanel(QuestChoiceFrame);
    /run UIParentLoadAddOn("WarboardQuestChoiceFrame") ShowUIPanel(WarboardQuestChoiceFrame);
    /run UIParentLoadAddOn("GarrisonBuildingFrame") ShowUIPanel(GarrisonBuildingFrame);
    /run UIParentLoadAddOn("GarrisonMissionFrame") ShowUIPanel(GarrisonMissionFrame);
    /run UIParentLoadAddOn("GarrisonShipyardFrame") ShowUIPanel(GarrisonShipyardFrame);
    /run UIParentLoadAddOn("GarrisonLandingPage") ShowUIPanel(GarrisonLandingPage);
    /run UIParentLoadAddOn("GarrisonMonumentFrame") ShowUIPanel(GarrisonMonumentFrame);
    /run UIParentLoadAddOn("GarrisonRecruiterFrame") ShowUIPanel(GarrisonRecruiterFrame);
    /run UIParentLoadAddOn("OrderHallMissionFrame") ShowUIPanel(OrderHallMissionFrame);
    /run UIParentLoadAddOn("OrderHallTalentFrame") ShowUIPanel(OrderHallTalentFrame);
    /run UIParentLoadAddOn("ChallengesKeystoneFrame") ShowUIPanel(ChallengesKeystoneFrame);
    /run UIParentLoadAddOn("BFAMissionFrame") ShowUIPanel(BFAMissionFrame);
    Looks like you gotta be careful with

    Code:
    /run UIParentLoadAddOn("CinematicFrame") ShowUIPanel(CinematicFrame);
    or you might softlock yourself. If you press "no" on exiting the cinematic you won't be able to leave it anymore.

  5. #20
    disgusting's Avatar Member
    Reputation
    3
    Join Date
    Mar 2014
    Posts
    19
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What about expedition queue table? That would be nice to have without going to the damn docks for it.

  6. #21
    KiLLer_001's Avatar Active Member
    Reputation
    80
    Join Date
    Feb 2007
    Posts
    47
    Thanks G/R
    5/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by disgusting View Post
    What about expedition queue table? That would be nice to have without going to the damn docks for it.
    You ask we supply.

    After having it loaded once
    Code:
    /run ShowUIPanel(IslandsQueueFrame);
    Doesnt actually allow you to Q as most things it just loads the UI and whatever is buffered in your client, Most dont allow you to actually do stuff
    as the mission tables seem to allow you to start a missoon but it never actually does etc

  7. #22
    Manuris's Avatar Contributor
    Reputation
    104
    Join Date
    Dec 2014
    Posts
    96
    Thanks G/R
    12/87
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The Azerite Reforging has now been fixed. As soon as you click "Reforge" your character says "I need a target" and the error text says "You have no Target". https://i.imgur.com/4pdtHc1.png

  8. #23
    Strength's Avatar Member
    Reputation
    1
    Join Date
    May 2018
    Posts
    6
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Manuris View Post
    The Azerite Reforging has now been fixed. As soon as you click "Reforge" your character says "I need a target" and the error text says "You have no Target". https://i.imgur.com/4pdtHc1.png
    Can confirm this, I get the same message.

    Blizzard fun-police has stricken once again.

  9. #24
    Hahanerd's Avatar Member お前はもう死んでいる CoreCoins Purchaser
    Reputation
    14
    Join Date
    May 2016
    Posts
    56
    Thanks G/R
    0/8
    Trade Feedback
    4 (50%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still works for me.

  10. #25
    Volacovic's Avatar Member
    Reputation
    1
    Join Date
    Sep 2018
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still works?

  11. #26
    Turkey11's Avatar Sergeant Major
    Reputation
    51
    Join Date
    Jun 2013
    Posts
    148
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thought it worked with BfA missions but after clicking start mission isn't sent off /run UIParentLoadAddOn("Garrison_LoadUI") ShowUIPanel(BFAMissionFrame);

    Seems a lot of the UI's have that issue. Bank, barber shop ect

  12. #27
    PhenomT's Avatar Member
    Reputation
    1
    Join Date
    Sep 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can we still access the Netherlight Crucible tis way?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Getting 15k armor in bear form
    By Cush in forum World of Warcraft Guides
    Replies: 6
    Last Post: 01-03-2007, 01:10 PM
  2. Destroy Someone's Armor [Priest Only]
    By Matt in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 08-16-2006, 07:20 PM
  3. Warlock Armor Sets
    By Amedis in forum World of Warcraft Guides
    Replies: 0
    Last Post: 06-04-2006, 09:51 AM
  4. Warlock Respec Bug
    By impulse102 in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 05-27-2006, 09:39 AM
  5. Imperial Armor (guide to get)
    By oninuva in forum World of Warcraft Guides
    Replies: 7
    Last Post: 05-05-2006, 03:17 PM
All times are GMT -5. The time now is 02:38 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search