Close
Page 1 of 5 1 2 3 ... LastLast
Showing results 1 to 10 of 46
  1. #1

    Cool [Addon] Jamba - An assistant for multiboxers. Version 5.3.1 release thread.

    Jamba Version: 5.3.1
    WoW Game Version: 5.3.0
    Release Date: 25th May 2013
    Modules: AdvancedLoot, Core, Display-Team, Follow, FTL, ItemUse, Macro, Proc, Purchase, Quest, Sell, Talk, Target, Taxi, Toon, Trade


    Core
    * Make all modules load on demand and load them from the core in an attempt to speed up the game loading.


    Display-Team
    * Added an option to display toons bag information (free slots/total slots or free slots)
    * Added an option to display toons currently tracked faction reputation (you need to explicitly track the reputation on each toon using the WoW settings).

    Download from curse.com:

    http://www.curse.com/addons/wow/jamba

    If you would like to buy me a coffee, you can via PayPal donations:

    Donate to Jafula

    Any problems, please post in this thread. Happy multi-boxing!

    Cheers,
    Jafula


    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  2. #2

    Default

    Im not at the computer right now to test out this new version, but the previous version i was having troble with autofollow after combat with a new team config (existing charachters just new config file).

    Any chance this was patched if its a bug with jamba?

  3. #3

    Default

    Ok Nevermind. I'm a Derp. This was not enabled on my team for switching and I got follow after combat to work now too.

    Name:  follow on character switch.JPG
Views: 691
Size:  57.3 KB

  4. #4

    Default

    Quote Originally Posted by drarkan View Post
    Im not at the computer right now to test out this new version, but the previous version i was having troble with autofollow after combat with a new team config (existing charachters just new config file).

    Any chance this was patched if its a bug with jamba?
    No bug fix was made. Auto-follow after combat is working for me (with the latest versions of WoW and Jamba).

    Make sure your setup is configured correctly;
    * all toons have every team member in their team list (/jamba-team),
    * all toons have auto follow after combat set (/jamba-follow),
    * use different master for follow is not set (/jamba-follow).

    Edit: Ah, I see you sorted it out, cool.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  5. #5

    Default

    Quote Originally Posted by Jafula View Post

    Display-Team
    * Added an option to display toons bag information (free slots/total slots or free slots)
    * Added an option to display toons currently tracked faction reputation (you need to explicitly track the reputation on each toon using the WoW settings).
    This....is....awesome....

    Thanks again (and as always) Jafula.

  6. #6

    Default

    Just played my multibox team for the first time since the patch today, and my looting options seems a little weird.

    Im running a 4man team, with a friend who plays a tank and also does the looting. Before the patch my team would pass fine on loot, now my main guy keeps switching back to rolling on loot after two scenarios.

    When the window becomes focuses after a tab.
    When a boss is killed, or a loading screens.

    Is there a way to switch it back to before 5.3?

  7. #7

    Default

    Quote Originally Posted by livelord View Post
    Just played my multibox team for the first time since the patch today, and my looting options seems a little weird.

    Im running a 4man team, with a friend who plays a tank and also does the looting. Before the patch my team would pass fine on loot, now my main guy keeps switching back to rolling on loot after two scenarios.

    When the window becomes focuses after a tab.
    When a boss is killed, or a loading screens.

    Is there a way to switch it back to before 5.3?
    Hey, welcome to the forums.

    Nothing in Jamba code has changed regarding loot. Something in WoW might have changed. Next time I am playing I'll try and reproduce your issue by using loading screens.

    However, is your Jamba master changing "when a window becomes focuses after a tab"? I believe ISBoxer defaults will fire off a Jamba switch master on windows focus. You can type /jamba-team on each toon and see who each one thinks the master is. Do they all have the same master?

    So to help me troubleshoot can you tell me if your Jamba master changes "when a window becomes focuses after a tab"?

    Cheers,
    Jafula
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  8. #8

    Default

    Hey Jafula, sorry for the late reply.

    I checked the jamba-team setting, and they all have the same master.

    I also tried removing all my addons, leaving only Jamba and Isboxer active, and it still keeps turning my loot pass flag off. It seems like every time the UI gets a resync or update (boss kill, vehicle enter/exit etc.) it goes back to the default. but only on the master, and not on any of the slaves.

    Thanks for the quick help

  9. #9
    Member Iru's Avatar
    Join Date
    Mar 2010
    Location
    J Random Airport
    Posts
    135

    Default Patch to add a new JambaFTLFollow button

    Jafula,

    Having discovered ISBoxer's new variable keystroke feature, I have been looking for ways to simplify my character sets. This had led me to wish for a JambaFTLFollow button to go along with the target & assist buttons. Yes, I know I can macro a combination of /click JambaFTLTarget, /follow, and /targetlasttarget together but that both seems inelegant and is also unnecessarily complicated.

    The attached patch adds the JambaFTLFollow button and also reduces the overall macro character count by moving the toon name outside the conditional and dropping the 'target=' text.

    Hopefully, you'll be willing to added to the module so I don't have to keep re-coding it.

    Code:
    *** Jamba-FTL/JambaFTL - Copy.lua    Mon Jun  3 23:02:41 2013
    --- Jamba-FTL/JambaFTL.lua    Mon Jun  3 23:45:42 2013
    ***************
    *** 29,34 ****
    --- 29,35 ----
      AJM.moduleDisplayName = L["FTL Helper"]
      
      local assistButton
    + local followButton 
      local targetButton 
        
      -- Settings - the values to store and their defaults for the settings database.
    ***************
    *** 102,107 ****
    --- 103,115 ----
        AJM.db.assistString = astring
      end
      
    + -- Updates The FollowButton with an FTL String (called when the AJM.COMMAND_UPDATE_FTL_BUTTON is recieved)
    + local function UpdateFTLFollowButton( fstring )
    +   followButton:SetAttribute("macrotext", fstring)
    +   AJM:Print("Updating JambaFTLFollow-Button with:" .. fstring)        
    +   AJM.db.followString = fstring
    + end
    + 
      -- Updates The AssistButton with an FTL String (called when the AJM.COMMAND_UPDATE_FTL_BUTTON is recieved)
      local function UpdateFTLTargetButton( tstring )
        targetButton:SetAttribute("macrotext", tstring)
    ***************
    *** 111,118 ****
    --- 119,128 ----
      
      local function UpdateFTLButton( ftlstring )
        a = "/assist " .. ftlstring
    +   f = "/follow " .. ftlstring
        t = "/target " .. ftlstring
        UpdateFTLAssistButton(a)
    +   UpdateFTLFollowButton(f)
        UpdateFTLTargetButton(t)
      end
      
    ***************
    *** 248,254 ****
                   ftlstring = ftlstring .. "mod:ctrl,"
                 end        
              end
    !         ftlstring = ftlstring .. "target=" .. characterName .. "]"
          end    
          return ftlstring
      end
    --- 258,264 ----
                   ftlstring = ftlstring .. "mod:ctrl,"
                 end        
              end
    !         ftlstring = ftlstring .. "]" .. characterName .. ";"
          end    
          return ftlstring
      end
    ***************
    *** 637,642 ****
    --- 647,658 ----
          if AJM.db.assistString then
             UpdateFTLAssistButton(AJM.db.assistString)
          end
    +     -- Creates the Followbutton    
    +     followButton = CreateFrame("Button", "JambaFTLFollow", nil, "SecureActionButtonTemplate")
    +     followButton:SetAttribute("type", "macro")
    +     if AJM.db.followString then
    +        UpdateFTLFollowButton(AJM.db.followString)
    +     end     
          -- Creates the Targetbutton    
          targetButton = CreateFrame("Button", "JambaFTLTarget", nil, "SecureActionButtonTemplate")
          targetButton:SetAttribute("type", "macro")

  10. #10

    Default

    hi im wondering if u plan on fixing the forwarding of whispers from slaves to master?

Tags for this Thread

Posting Rules

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