Close
Showing results 1 to 4 of 4
  1. #1

    Default Auto Accept Group/Quest Broken since 3.1

    Did I do something or is Jamba broken with 3.1?

  2. #2

    Default

    [quote='diggla',index.php?page=Thread&postID=195699 #post195699]i coded a small workaround for the Auto-Decline group invitations so that autoaccepting works again

    add the following to the file "World of Warcraft\Interface\AddOns\Jamba\Modules\JambaGroup .lua" at line 29

    StaticPopupDialogs["PARTY_INVITE"].OnHide = function(self) self:Hide(); end

    so that the file at line 29+ looks like:

    --- snip -------
    function JambaGroup:Initialize( dbOptions )
    StaticPopupDialogs["PARTY_INVITE"].OnHide = function(self) self:Hide(); end
    -- Initialise utility functions and constants.
    self.utils = LibStub( "JambaUtils-1.0" )
    --- snip -------

    blizzard changed the action which is taken when the dialog is hidden by an addon to "declining the invite". therefore i edited the default action to "do not decline - just hide the dialogue".[/quote]From [url='http://www.dual-boxing.com/forums/index.php?form=PostAdd&postID=195699&action=quote']here[/url] .

  3. #3

  4. #4

    Default Thanks

    That has had me stumped for a week , just stopped running Jamba on one pc so I could invite to group because of this. Thanks again now I can get back to normal play. Thanks blizz for your weekly downtime so I have time to read these forums

Similar Threads

  1. How to get clones to accept quest
    By Totemall in forum New Multi-Boxers & Support
    Replies: 8
    Last Post: 05-18-2009, 05:17 PM
  2. Grind spot 72-74 from the quest, cant accept it?! :(
    By Negativ1337 in forum General WoW Discussion
    Replies: 4
    Last Post: 11-18-2008, 03:50 PM
  3. Auto Quest and Auto taxi ?
    By o_0 in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 07-26-2008, 05:52 AM
  4. Auto accept rez?
    By Zenthor in forum Macros and Addons
    Replies: 9
    Last Post: 04-24-2008, 04:12 PM
  5. Auto accept BG starts?
    By Zenthor in forum Macros and Addons
    Replies: 4
    Last Post: 12-26-2007, 11:04 PM

Posting Rules

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