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

    Default 3.1 Jamba problems

    Hey all - anyone else having problems with Jamba and 3.1? I have a macro "jamba-group invite" that invites everyone and with 3.1 they are all auto-declining the invintes - even though the group is setup properly and I have the auto-decline stuff turned off.

    I can make it work if I force all the toons into "jamba solo" mode and then invite 1 by 1, and individually accept, but that's a pain ...

    Any else having problems?
    Alliance - Bonechewer - Reckoning
    [80 teams:] Pally/Priest/Shaman/Mage/Druid | 5x priests | 5x Shamans | 5x druids

  2. #2

    Default RE: 3.1 Jamba problems

    [quote='gitcho',index.php?page=Thread&postID=195756 #post195756]Hey all - anyone else having problems with Jamba and 3.1? I have a macro "jamba-group invite" that invites everyone and with 3.1 they are all auto-declining the invintes - even though the group is setup properly and I have the auto-decline stuff turned off.

    I can make it work if I force all the toons into "jamba solo" mode and then invite 1 by 1, and individually accept, but that's a pain ...

    Any else having problems?[/quote]

    [url='http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=21126']problem with group invites after 3.1[/url]
    [Jamba] Issues with inviting my group since 3.1
    [Addon] Jamba - An assistant for multiboxers. 12th Update - 0.4d released.

    Would seem quite a few people are :P

  3. #3

    Default

    same goes for Multiboxer 2.0
    22 x 5-toon teams on Silvermoon EU

  4. #4

    Default

    thank you =) - i did do a search for "jamba 3.1" first, but either you can't sort searches by date, or i'm missing it ... thanks again =)
    Alliance - Bonechewer - Reckoning
    [80 teams:] Pally/Priest/Shaman/Mage/Druid | 5x priests | 5x Shamans | 5x druids

  5. #5

    Default If you are comfortable editing the group module lua file in Jamba...

    Folks, there's a better fix...

    I ran into this issue in my own addon, and asked for help at the wowace forum.

    The user Borlox gave me an effective piece of code
    Code:
    for i=1, STATICPOPUP_NUMDIALOGS do
      local dlg = _G["StaticPopup"..i]
      if dlg.which == "PARTY_INVITE" then
    	dlg.inviteAccepted = 1
    	break
      end
    end
    
    StaticPopup_Hide( "PARTY_INVITE" )
    So, update the StaticPopup_Hide( "PARTY_INVITE" ) so it looks like the example above and it will work.

    NOTE: It worked in my addon, but I don't use Jamba, so I can't guarantee it will work there.

    Hope that helps

    Please visit the official Jamba Thread for further info.
    -- Author of MultiTool- a set of tools to make life easier for Multi Boxers and/or people who quest together
    -- Author of FlaskMinder - a lightweight addon to remind you about your food buff and flask/elixirs

    Rexxar Horde:
    Main team: 80 Prot pally, 80 Holy/Disc Priest, 80 Arcane Mage
    Alt team: 80 Combat Rogue, 80 Resto Druid

Similar Threads

  1. Jamba 0.4e Problems Attempt to index local 'name' a nil value
    By Whowantstoknow in forum Software Tools
    Replies: 1
    Last Post: 05-08-2009, 12:33 PM
  2. 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
  3. Jamba
    By Tiddily in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 03-11-2009, 12:40 PM
  4. Jamba problems?
    By Brookie in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 11-28-2008, 10:54 AM
  5. 3.1 Jamba problems
    By gitcho in forum General WoW Discussion
    Replies: 0
    Last Post: 01-01-1970, 12:00 AM

Posting Rules

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