Get rewards from failed Garrison Missions menu

User Tag List

Page 20 of 22 FirstFirst ... 16171819202122 LastLast
Results 286 to 300 of 326
  1. #286
    Airahwak's Avatar Private
    Reputation
    6
    Join Date
    Oct 2011
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by keedorin View Post
    Ok guys I risked it and actually got a 0% mission on a 615 ilvl mission with every follower below that with epic mount. I should be getting it in a few minutes. Will post screen shot if i actally get the rewards

    Edit: It seems the mission disappears if you fail the mission ;x so this %&^# don't work

    Tbh this could be used as a quicker way to skip animations idk
    Still works on Outland EU.

    I find another way of getting it to work. First of all:
    1. make sure you are not in your garrison when your failed mission is about to complete.
    2. Hearth to garrison when missioned completed and run to the garrison table while everything is still loading.
    3. and just do the ordinary steps op listed.

    Get rewards from failed Garrison Missions
  2. #287
    keedorin's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Airahwak View Post
    Still works on Outland EU.

    I find another way of getting it to work. First of all:
    1. make sure you are not in your garrison when your failed mission is about to complete.
    2. Hearth to garrison when missioned completed and run to the garrison table while everything is still loading.
    3. and just do the ordinary steps op listed.
    Was it a 0% mission you had

  3. #288
    bighandxyz's Avatar Active Member
    Reputation
    56
    Join Date
    May 2008
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Airahwak View Post
    Still works on Outland EU.

    I find another way of getting it to work. First of all:
    1. make sure you are not in your garrison when your failed mission is about to complete.
    2. Hearth to garrison when missioned completed and run to the garrison table while everything is still loading.
    3. and just do the ordinary steps op listed.
    It blows my mind people are still posting this nonsense. Either they didn't read the thread or just trolling at this point.

    2 posters failed to deliver already, no proof 20 pages in. This thread should be closed

  4. #289
    chronux's Avatar Active Member
    Reputation
    18
    Join Date
    Oct 2012
    Posts
    172
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rofl are people still saying this works? And still haven't posted proof? Pathetic...

  5. #290
    aston00's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    CAn smb post a video on this?Cause i still sometimes have missions just dissappearing after i press ESC

  6. #291
    ingognito's Avatar Sergeant
    Reputation
    6
    Join Date
    Jul 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aston00 View Post
    CAn smb post a video on this?Cause i still sometimes have missions just dissappearing after i press ESC

    It never worked. They disappear because they failed.

  7. #292
    aston00's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It works but in some strange way I do 3 of5 quests with ~30% . But many times i just get nothing due to quests disappear

  8. #293
    Skal's Avatar Sergeant
    Reputation
    19
    Join Date
    Apr 2013
    Posts
    35
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    worked for a while, doesnt anymore..

  9. #294
    Skuddle's Avatar Elite User

    CoreCoins Purchaser
    Reputation
    515
    Join Date
    May 2008
    Posts
    287
    Thanks G/R
    4/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    local ESC, _ = ...
    local addonName = "ESC"
    
    ESC = CreateFrame("Frame")
    ESC:RegisterEvent("GARRISON_MISSION_COMPLETE_RESPONSE")
    
    GARRISON_ANIMATION_LENGTH = 0
    GarrisonMissionFrame.MissionComplete.NextMissionButton.Disable = function() C_Garrison.MissionBonusRoll(GarrisonMissionFrame.MissionComplete.currentMission.missionID) end
    
    local function ESCTroughAnimation(...)
    
      local mc = GarrisonMissionFrame.MissionComplete
      
      if mc.currentMission then
        mc.NextMissionButton:SetText(NEXT)
        mc.Stage.EncountersFrame.FadeOut:Play()
        mc.animIndex = GarrisonMissionComplete_FindAnimIndexFor(GarrisonMissionComplete_AnimRewards) - 1
        mc.animTimeLeft = 0
        
        if ( C_Garrison.CanOpenMissionChest(mc.currentMission.missionID) ) then
          myDebug("Mission Success!")
          mc.BonusRewards.ChestModel:Hide()
          local bonusRewards = mc.BonusRewards
          bonusRewards.waitForEvent = true
          bonusRewards.waitForTimer = true
          bonusRewards.success = false
          bonusRewards:RegisterEvent("GARRISON_MISSION_BONUS_ROLL_COMPLETE")
          C_Timer.After(0.1, GarrisonMissionComplete_OnRewardTimer)
          C_Garrison.MissionBonusRoll(GarrisonMissionFrame.MissionComplete.currentMission.missionID)
          PlaySound("UI_Garrison_CommandTable_ChestUnlock_Gold_Success")
          mc.NextMissionButton:Disable()
        else
          mc.NextMissionButton:SetText("FAILED!")
          myDebug("Mission Failed")
        end
      end  
    end
    
    
    
    ESC:SetScript("OnEvent", ESCTroughAnimation)

    Here is your addon which simulates the same thing.. all it does is bypass a animation... hitting esc just makes this code manually happen. Shut up about this stupid ass non working exploit.
    Still working :-P

  10. #295
    jarbinger's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is pretty much like hitting ABABABABABABABAB when you wanted a Pokeball to work.

  11. #296
    Dre2k's Avatar Corporal
    Reputation
    10
    Join Date
    Sep 2011
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Literally just tried this with an 8% chance mission, followed the instructions and got it to work. I will post a screenshot of the next success I get.

  12. #297
    alucard1's Avatar Active Member
    Reputation
    36
    Join Date
    Oct 2007
    Posts
    246
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dre2k View Post
    Literally just tried this with an 8% chance mission, followed the instructions and got it to work. I will post a screenshot of the next success I get.
    8% is still an EIGHT PERCENT... it's not 0, just because people can do 1% missions does NOT mean it's working, their are TEN million subs on WoW, you have a ONE in a HUNDRED chance for a 1% mission to work, which means out of 10m people, 100,000 people will get 1% success missions. This isn't even taking into account how many characers each account has.

  13. #298
    gerger's Avatar Member
    Reputation
    6
    Join Date
    Oct 2013
    Posts
    80
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What amazes me is that this topic is still not closed! This is only a way to loose your rewards from the missions!

  14. #299
    Dre2k's Avatar Corporal
    Reputation
    10
    Join Date
    Sep 2011
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alucard1 View Post
    8% is still an EIGHT PERCENT... it's not 0, just because people can do 1% missions does NOT mean it's working, their are TEN million subs on WoW, you have a ONE in a HUNDRED chance for a 1% mission to work, which means out of 10m people, 100,000 people will get 1% success missions. This isn't even taking into account how many characers each account has.
    You don't understand but you will once I get a screenshot. You hit escape before the follower has a chance to hit the mob proccing wither success or failure. Go back to it and if you timed it right and failed still it will says Mission Failed but you will be able to click the chest.

    http://imgur.com/kRYHs5A
    Last edited by Dre2k; 11-30-2014 at 11:26 AM.

  15. #300
    Medic11's Avatar Active Member
    Reputation
    25
    Join Date
    Jun 2013
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Confirmed I just did it too, on a 3 man mission. Clicked ESC by accident during the attack animation and was able to loot the chest even though it said "mission failed".

Similar Threads

  1. chance of still getting unobtainable rewards from unmerged accounts
    By WoWservice in forum World of Warcraft General
    Replies: 9
    Last Post: 10-26-2012, 08:42 AM
  2. What is the best quest to get infinite rewards from? [Paying Rep]
    By hp94 in forum World of Warcraft General
    Replies: 15
    Last Post: 11-15-2011, 01:27 PM
  3. Replies: 1
    Last Post: 03-17-2011, 04:44 PM
  4. Replies: 14
    Last Post: 03-06-2011, 08:31 AM
All times are GMT -5. The time now is 04:15 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search