Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 16 of 16
  1. #11

    Default

    May seem kind of odd, but all I did (and don't ask me why) was copy my SavedVariables from my main, then put it in all my other folders (being 4 other folders) and when I loaded up the game, it had all the right names on my main, but the other toons were missing their lists aside from the default (their names), I put the mains names in all the alts, hit Push to Characters and walla, it works now, no problems with anything...
    A good fight is never clean.

    (5Boxing Several sets of toons)

  2. #12

    Default A workaround that keeps the Auto Accept working...

    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

  3. #13

    Default

    If you click off the auto accepts under jamba group it will stop the auto decline.
    Eeny, Meenyy, Miiny, Moeh - Level 72 Shammy Goodness - Alliance - Azgalor - PvP
    Elviraa, Ellvira, Elvvira, Elvirra - Level 23 and climbing Priestly Evilness - Horde - Andorhal - PvP

  4. #14

    Default

    Very true Jayded1.... I know that Jamba will be officially updated once the author gets back from vacation.

    If you're nervous about editing the Jamba code, or downloading the fan update workaround version , I totally understand.

    I guess it depends on how badly it interferes with your day-to-day WoW experience.
    -- 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

  5. #15

    Default if your lazy

    If you dont want to change something in the jamba files. Just simply spam your invite button like a mad man fo 2 sec and your toons will accept it either they want or like it they will join YOU !

    :cursing:

  6. #16

    Default

    thanks Hekola, that worked lol.

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
  •