Close
Showing results 1 to 8 of 8
  1. #1
    Rated Arena Member daviddoran's Avatar
    Join Date
    May 2008
    Location
    Southern California
    Posts
    1596

    Default 3.2.2 killed my release corpse button....

    so I finally get logged into 3.2 after patching, had to flush my cache folders and flush dns... blizz fails at patching

    Anyway, i log into AB cause AV was taking too long (another gripe there) do some pwning, finally get ganged up on and die, press my release corpse button, and "you cant do that you're dead" WTF? what did they do to change this?

    This happening to anyone else?

  2. #2

    Default

    Quote Originally Posted by daviddoran View Post
    so I finally get logged into 3.2 after patching, had to flush my cache folders and flush dns... blizz fails at patching

    Anyway, i log into AB cause AV was taking too long (another gripe there) do some pwning, finally get ganged up on and die, press my release corpse button, and "you cant do that you're dead" WTF? what did they do to change this?

    This happening to anyone else?
    What are you using to do this. There are several ways to achieve what you doing I believe. Not at home right now so cant specificaly get my macro to show but it is something like

    /script ClickFormButton(1)
    brainie pala 80 - blastcast shaman 80 - deadcast shaman 80 - swientie holy priest 80 - magrin mage 80 -- Aggramar EU

  3. #3

    Default

    Code:
    /script AcceptTrade();
    /script RetrieveCorpse();
    /script RepopMe();
    This is my current Trade/ Rez at body/Release to ghost macro. Tested today works perfectly.

    If you are having trouble with a macro, posting the macro and a brief description of what was going on when it had a problem will help people that want to help you :P

    Good Luck hope that helps a bit.

  4. #4

    Default

    /script RepopMe()

    works fine for me, I played AV last night.
    Siaea(h), Saiea(h), Seaie(h), Sieae(h), Seiae(h) - H(A) PvP
    Parting, Sadeness, Praetorium, Greetings, Salutations - H PvP
    Mullethead, Auderna, Jestitte, Zelynde, Serlena - H PvP
    Clotte, Tahru, Martitsu, Mikiel, Larain - H PvE
    Bonechewer - PvP - US

  5. #5
    Rated Arena Member daviddoran's Avatar
    Join Date
    May 2008
    Location
    Southern California
    Posts
    1596

    Default

    mine is a big all in one button, so maybe they changed the order things need to run in? i have /run RepopMe{}; on one of the lines.

    Code:
    /run AcceptGroup();
    /run AcceptQuest();
    /run AcceptTrade();
    /run RetrieveCorpse();
    /run RepopMe();
    /run ConfirmAcceptQuest();
    /run AcceptResurrect();
    /run StaticPopup_Hide("QUEST_ACCEPT");
    /run ConfirmReadyCheck(1);
    /run AcceptBattlefieldPort(1,1);
    Without deleting the lines one by one, would someone be able to see why it stopped working in 3.2.2?

  6. #6

    Default

    Quote Originally Posted by daviddoran View Post
    mine is a big all in one button, so maybe they changed the order things need to run in? i have /run RepopMe{}; on one of the lines.

    Code:
    /run AcceptGroup();
    /run AcceptQuest();
    /run AcceptTrade();
    /run RetrieveCorpse();
    /run RepopMe();
    /run ConfirmAcceptQuest();
    /run AcceptResurrect();
    /run StaticPopup_Hide("QUEST_ACCEPT");
    /run ConfirmReadyCheck(1);
    /run AcceptBattlefieldPort(1,1);
    Without deleting the lines one by one, would someone be able to see why it stopped working in 3.2.2?
    My first guess would be the battlefield one due to the changes to AV

  7. #7
    Rated Arena Member daviddoran's Avatar
    Join Date
    May 2008
    Location
    Southern California
    Posts
    1596

    Default

    well maybe i spoke too soon, its working now... only thing i can think of is I queued for AV and AB, got into AB and couldnt rez, so maybe it was stuck trying to accept a nonexistant AV BG?

  8. #8

    Default

    Since the error message was related to not being able to do something while dead, I would say make sure you put "AcceptQuest()" after the repopme line. Everything else requires a popup or dialog box of some sort. AcceptQuest doesn't work while you are dead, and if you use Jamba or JambaDev there is no need for this line.

    Good to see it's working for you either way anyway.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •