Mass Resurrection without debuff menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    benjamin66's Avatar Banned
    Reputation
    112
    Join Date
    Dec 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mass Resurrection without debuff

    1 Mass Resurrection window appear, don't accept it now
    2 click 'Return to character select menu' or 'Quit WOW'
    3 20 second logout countdown window up
    4 Now accept the Mass Resurrection
    5 Mass Resurrected without debuff


    Not some game breaking bug, but still useful if your raid wipe a lot


    Sorry for bad english. ^_^

    Mass Resurrection without debuff
  2. #2
    Watcher's Avatar Former Staff CoreCoins Purchaser
    Reputation
    1149
    Join Date
    Nov 2010
    Posts
    3,775
    Thanks G/R
    37/58
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Confirmed working thanx +Rep
    Last edited by Watcher; 06-21-2011 at 04:48 AM.

  3. #3
    Ssateneth's Avatar Contributor
    Reputation
    142
    Join Date
    May 2008
    Posts
    866
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    confirmed. +rep
    KuRIoS is awesome!

  4. #4
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    isnt this a repost? could of sworn i saw this before

  5. #5
    Bupko's Avatar Contributor
    Reputation
    85
    Join Date
    Jun 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Confirmed working + 2 Rep - helped us while trying many bosses

  6. #6
    SinisterSpuds's Avatar Private
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is very cool

  7. #7
    Watcher's Avatar Former Staff CoreCoins Purchaser
    Reputation
    1149
    Join Date
    Nov 2010
    Posts
    3,775
    Thanks G/R
    37/58
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sed- View Post
    isnt this a repost? could of sworn i saw this before
    This is the guy who posted it first after him are reposts

  8. #8
    Zacred's Avatar Member
    Reputation
    59
    Join Date
    Feb 2007
    Posts
    290
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wonder how this can be 3 weeks old without me seeing it before now. And I check the pages daily : P

  9. #9
    roflcopter666's Avatar Member
    Reputation
    21
    Join Date
    Dec 2008
    Posts
    178
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zacred View Post
    Wonder how this can be 3 weeks old without me seeing it before now. And I check the pages daily : P
    That's exactly what I was thinking. Can't believe I missed it.

  10. #10
    PinkiPan's Avatar Active Member

    Reputation
    55
    Join Date
    Jan 2008
    Posts
    494
    Thanks G/R
    0/4
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    take it this has been fixed or not ?

  11. #11
    Ssateneth's Avatar Contributor
    Reputation
    142
    Join Date
    May 2008
    Posts
    866
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No its not fixed.

    btw will +rep if someone makes a 1 button macro to /camp, take res after 1 second, and cancel the logout 1 second after that too.

    if you need protected lua to do it, thats fine.
    KuRIoS is awesome!

  12. #12
    cdmichaelb's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Jan 2011
    Posts
    368
    Thanks G/R
    21/5
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This should work, but I don't have the perk so I can't test it. You need an addon that'll loop macros if you want it to be automated.
    Code:
    /run if UnitIsDead('player')==1 then if TimeL==nil then TimeL=GetTime() Logout() end end
    /run if TimeL~=nil then if GetTime()-TimeL > 1 then AcceptResurrect() end end
    /run if TimeL~=nil then if GetTime()-TimeL > 2 then RunMacroText("/click StaticPopup1Button1") TimeL=nil end end
    If it doesn't work tell me what it doesn't do or does do, and I'll fix it.

    Edit: Changed macro since apparently CancelLogout() is hard protected, removed, or falls under a different protection offset.
    Last edited by cdmichaelb; 07-21-2011 at 07:46 AM.

  13. #13
    Ssateneth's Avatar Contributor
    Reputation
    142
    Join Date
    May 2008
    Posts
    866
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cdmichaelb View Post
    This should work, but I don't have the perk so I can't test it. You need an addon that'll loop macros if you want it to be automated.
    Code:
    /run if UnitIsDead('player')==1 then if TimeL==nil then TimeL=GetTime() Logout() end end
    /run if TimeL~=nil then if GetTime()-TimeL > 1 then AcceptResurrect() end end
    /run if TimeL~=nil then if GetTime()-TimeL > 2 then CancelLogout() TimeL=nil end end
    If it doesn't work tell me what it doesn't do or does do, and I'll fix it.
    ..close enough.
    Code:
    /camp
    /in 0.5 /run AcceptResurrect()
    /in 1 /run CancelLogout()
    you gave me the missing pieces to the puzzle
    "you must spread some reputation around before giving it to cdmichaelb again"
    KuRIoS is awesome!

  14. #14
    songoku119's Avatar Member
    Reputation
    4
    Join Date
    Mar 2011
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks OP for this. Got my raid group doing this and it makes it a lot easier to learn the fight without all the running back since we always have either a hunter to feign or mage to invis if things are going bad . +1

  15. #15
    ihatejunk's Avatar Sergeant
    Reputation
    20
    Join Date
    Dec 2009
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Been using this, thanks! +rep

Page 1 of 2 12 LastLast

Similar Threads

  1. *New Mass Ressurection without Debuff
    By Topshot in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 08-12-2011, 01:23 AM
  2. [How-to] Get mass rezz'd without Debuff
    By Snowee in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 08-11-2011, 04:58 PM
  3. Know which random heroic you're queued for and leave without debuff
    By sbao in forum World of Warcraft Exploits
    Replies: 19
    Last Post: 01-11-2011, 12:12 PM
  4. Leave Random Heroic without Debuff
    By xpcpro in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 05-13-2010, 07:51 AM
  5. Scroll of Resurrection without email
    By issacobra in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 06-21-2008, 08:48 AM
All times are GMT -5. The time now is 09:55 AM. 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