Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 16

Hybrid View

  1. #1

    Default [Jamba] Issues with inviting my group since 3.1

    After install the patch my group REFUSES to group with me =(

    I click my invite key and they automatically refuse the invite. They must not like me anymore.

    Anyway, I don't know if this has something to do with Jamba or not. I had to unclick the "automatically accept group invites from friends" (or one of those options) to get it to at least put up the invite window. So, I don't know if it's a main WoW setting someplace, another addon, Jamba or what....

    Anyone else run into this issue?

  2. #2

    Default

    Yeah, several others have posted this problem. Jalfu is out until mid-May so we'll have to make due.
    "My dogs could roll heroics with how a lot of you play."
    - Fursphere 2010




  3. #3

    Default

    Yes im having the same problem. We will just have to make do with doing it the pre-jamba way until he gets to fix it upon return. At least jamba is still working though! HURRAY!

    <Gimp> Grim Batol- EU Multiboxing Guild


  4. #4

    Default

    StaticPopup_Hide("?PARTY_INVITE"?)
    is broken. It declines the invite instead of hiding the Invite pop up window.

  5. #5

    Default

    He said that if anyone could fix bugs they were welcome to. Anyone know how to fix that script change?
    "My dogs could roll heroics with how a lot of you play."
    - Fursphere 2010




  6. #6

    Default

    " posted a temp fix in the other jamba thread, as mentioned above its a bug in 3.1, just edit modules\jambagroup.lua and comment out the line that hides party invite (search for AcceptGroup you can comment the line right after that) "

    This was posted in Jamba party declining . Temp fix.

  7. #7

    Default

    This is a temporary fix for Jamba 0.4d (the version name is still 0.4d, but it is a changed addon!):
    http://www.wow-multiboxing.com/files/Jamba.zip

    Changes:
    - changed TOC version so it doesn't get marked as an out-of-date macro
    - disabled hiding of party invite dialog

    [edit] Check the official Jamba thread for unofficial updates until Jafula comes back. I won't post them here.

  8. #8

    Default

    Quote Originally Posted by 'Ryan',index.php?page=Thread&postID=195664#post195 664
    StaticPopup_Hide("?PARTY_INVITE"?)
    is broken. It declines the invite instead of hiding the Invite pop up window.
    Do you know if its a known bug or if they intentionally broke it for some strange reason?

  9. #9

    Default

    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".

  10. #10

Similar Threads

  1. Inviting Alts
    By alcattle in forum Multiboxing Guild Discussions
    Replies: 0
    Last Post: 07-30-2009, 09:27 PM
  2. n00b boxer with jamba-target issues
    By powermatt in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 05-17-2009, 08:15 AM
  3. Has anyone tried Jamba on the 3.1 PTR?
    By Jafula in forum Macros and Addons
    Replies: 4
    Last Post: 03-23-2009, 11:06 PM
  4. Replies: 14
    Last Post: 10-24-2008, 03:33 PM
  5. Replies: 4
    Last Post: 08-09-2008, 06:22 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
  •