Close
Showing results 1 to 8 of 8

Hybrid View

  1. #1
    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?

  2. #2

    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

Posting Rules

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