Close
Page 182 of 212 FirstFirst ... 82 132 172 180 181 182 183 184 192 ... LastLast
Showing results 1811 to 1820 of 2112
  1. #1811

    Default

    I know it has been a while (I submitted the request in Feb) but have you had a chance to look at the Jamba Tag request I posted (I believe it is bug #75). Thanks for the great addon!
    5 Boxing (85):
    Paladin, 2xMage, Warlock, Priest
    Paldius, Magria, Magrib, Walina, Priset
    Currently:
    5 Boxing (85):
    Paladin, 3xWarlock, Shaman
    Ghallo, Warlisia, Warlisib, Warlisic, Pleo!

  2. #1812

    Default

    Quote Originally Posted by Ghallo View Post
    I know it has been a while (I submitted the request in Feb) but have you had a chance to look at the Jamba Tag request I posted (I believe it is bug #75). Thanks for the great addon!
    Sorry Ghallo, it completely slipped my mind.

    http://wow.curseforge.com/addons/jam...dd-and-remove/

    I'll put it in for next release.

    P.S. If you have other requests like this that I've said I'd do, best to bug me every couple of weeks, or leave subtle hints around like Maxion does.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

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

  4. #1814

    Default

    Hehe; just implemented a new follow command:

    /jamba-follow train all

    It's one I've wanted to do for ages ... :-)
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  5. #1815

    Default

    For those that are interested:

    I have added a new option to Jamba - Core: Communications called "Boost Jamba to Jamba Communications**". Basically it changes the settings in ChatThrottleLib to be faster at the risk of disconnections... The option will be on be default but you can turn it off.

    PHP Code:
    function AJM:BoostCommunication()
        if 
    AJM.db.boostCommunication == true then
            
    -- 2000 seems to be safe if NOTHING ELSE is happeninglet's call it 800.
            ChatThrottleLib.MAX_CPS = 1200 -- was 800
            -- Guesstimate overhead for sending a message; source+dest+chattype+protocolstuff
            ChatThrottleLib.MSG_OVERHEAD = 40
            -- WoW'
    s server buffer seems to be about 32KB8KB should be  safebut seen disconnects on _some_ serversUsing 4KB now.
            
    ChatThrottleLib.BURST 6000 -- was 4000
            
    -- Reduce output CPS to half (and don't burst) if FPS drops below this value
            ChatThrottleLib.MIN_FPS = 10 --was 20
        end
    end 
    Edit: And if all your toons are in a party - pushing settings and other comms functions are a lot faster, including the quest watcher.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  6. #1816

    Default

    More Quest Watcher updates. I found a significant bug where everytime you completed a quest, every toon was sending out its complete watch list all over again, which causes a significant amount of addon traffic. I've knocked this one on the head, so the next release of Jamba should have a nice fast quest watcher.

    I've also optimised the way Jamba sends messages and commands. Previously in a 5 person team, Jamba would send the same command 5 times to each toon. Now if all your toons are in a party/raid, Jamba will only send the command once. This makes for very quick "Push Settings".
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  7. #1817

    Default

    Jamba -0.6a-pre available for testing. Please discuss here:

    http://www.dual-boxing.com/showthread.php?t=31732

    Changes:

    Core: Communications


    • No more changing team online channels for Jamba! Option added to Core: Communications that when checked will make Jamba assume all toons are always online (on by default).
    • Performance improvements for Jamba addon channel commands and messages. Make sure your toons are all in a party / raid and pushing settings, etc, will be much faster.
    • Added an option to tweak ChatThrottleLib settings to allow for faster addon traffic. Option is in Core: Communications and is called "Boost Jamba to Jamba Communications". The main change is to reduce FPS to 10 before the CTL cuts the traffic in half. This is on be default and may cause disconnections. If it does, please let me know.

    Quest: Watcher

    • Massive performance improvement when completing quests. Should no longer get any lag.
    • Quest heading now shows (X/Y) where X is the number of toons that have the quest (watching it) and Y is the total number of toons in your team.
    • Can now click through to the background when over the quest watcher area.
    • Quest Watcher now needs to be unlocked (an option) before it can be moved with alt + left drag.
    • Added option to hide Blizzard's Quest Watch Frame when Jamba's is enabled.
    • Can now click on quest objectives to toggle the display of toons progress underneath.
    • Added option to show completed quests as 'DONE" rather than '10/10'.
    • Added option to _not_ hide completed objectives.
    • Quest Watcher heading now always visible (even if not watching any quests).
    • Added option to hide quests that are completed by all toons in the team.
    • Jamba Quest Watcher Is now in its own module so it can be disabled by those that do not use it.

    Toon: Warnings (PVP)

    • AFK warning removed and replaced with InActive buff warning (you can actually turn this one off). Can some please test this works - I don't PVP.

    Core: Settings

    • Settings are no longer tied to the Blizzard Addon area and are now in their own window. The window can be shifted around, and is a lot larger than the previous area. Each Jamba module now has its own help section (which still needs to be populated with helpful information).

    Follow

    • New slash command: /jamba-follow train <tag> Type "/jamba-follow train all" to have your toons follow one after the other. The follow order is decided by the order your toons are in the Core: Team list.

    Tag

    • /jamba-tag add and /jamba-tag remove slash commands have been changed. They are now:
      • /jamba-tag add <name|existing-tag> <tag>
      • /jamba-tag remove <name|existing-tag> <tag>


    Proc

    • Window location for the proc header bar now gets pushed with the other settings.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  8. #1818

    Default

    Jamba 0.7 Released! Yay!

    Changes

    Jamba-Talk

    * Now forwards and relays Battle.Net RealID Friends whispers.

    Core: Communications

    * No more changing team online channels for Jamba! Option added to Core: Communications that when checked will make Jamba assume all toons are always online (on by default).
    * Performance improvements for Jamba addon channel commands and messages. Make sure your toons are all in a party / raid and pushing settings, etc, will be much faster.
    * Added an option to tweak ChatThrottleLib settings to allow for faster addon traffic. Option is in Core: Communications and is called "Boost Jamba to Jamba Communications". The main change is to reduce FPS to 10 before the CTL cuts the traffic in half. This is on be default and may cause disconnections. If it does, please let me know.

    Quest: Watcher

    * Massive performance improvement when completing quests. Should no longer get any lag.
    * Quest heading now shows (X/Y) where X is the number of toons that have the quest (watching it) and Y is the total number of toons in your team.
    * Can now click through to the background when over the quest watcher area.
    * Quest Watcher now needs to be unlocked (an option) before it can be moved with alt + left drag.
    * Added option to hide Blizzard's Quest Watch Frame when Jamba's is enabled.
    * Can now click on quest objectives to toggle the display of toons progress underneath.
    * Added option to show completed quests as 'DONE" rather than '10/10'.
    * Added option to _not_ hide completed objectives.
    * Quest Watcher heading now always visible (even if not watching any quests).
    * Added option to hide quests that are completed by all toons in the team.
    * Jamba Quest Watcher Is now in its own module so it can be disabled by those that do not use it.

    Trade (New Module)

    * See other toons bags when trading - able to click on items to load into trade window or choose a classification of item to load into trade window.
    * Two slash commands /jamba-trade loadname and loadtype - see help in addon for details.
    * Option to automatically deposit / withdraw money from guild bank. After visiting the guild bank a toon will be left with X amount of money. The option will deposit money if the toon has greater than X, otherwise it will withdraw money to top the toon up to X.

    Toon: Warnings (PVP)

    * AFK warning removed and replaced with InActive buff warning (you can actually turn this one off). Can some please test this works - I don't PVP.

    Core: Settings

    * Settings are no longer tied to the Blizzard Addon area and are now in their own window. The window can be shifted around, and is a lot larger than the previous area. Each Jamba module now has its own help section (which still needs to be populated with helpful information, but at least has the slash commands for each module listed).

    Follow

    * New slash command: /jamba-follow train <tag> Type "/jamba-follow train all" to have your toons follow one after the other. The follow order is decided by the order your toons are in the Core: Team list.

    Tag

    * /jamba-tag add and /jamba-tag remove slash commands have been changed. They are now:
    o /jamba-tag add <name|existing-tag> <tag>
    o /jamba-tag remove <name|existing-tag> <tag>

    * Class based tags are now automatically applied to a toon. These tags cannot be removed or the tag added to a toon that is not that class.

    Proc

    * Window location for the proc header bar now gets pushed with the other settings.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  9. #1819

    Default

    Jamba 0.7 Information

    Question: All my toons are always online (even if they are not online).

    Answer: Go to Advanced -> Core: Communications. Uncheck the box that reads something like: "Assume team always online". Then "Push Settings". Then /reload on all your toons.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  10. #1820

    Default

    Quote Originally Posted by Jafula View Post
    Jamba 0.7 Information

    Question: All my toons are always online (even if they are not online).

    Answer: Go to Advanced -> Core: Communications. Uncheck the box that reads something like: "Assume team always online". Then "Push Settings". Then /reload on all your toons.
    Let me be the first one to congratulate on this new version, the guild bank and trade option is absolutely awesome, thanks so much!

    If you are using curse addon programm to update, than it will be upgraded in the background and throw a lot of error messages ingame. Was suprised but then restarted the game and it worked perfectly.

Similar Threads

  1. Replies: 29
    Last Post: 06-27-2009, 03:09 AM
  2. Replies: 1
    Last Post: 04-23-2009, 05:57 PM
  3. Any idea when we'll see an update for Jamba?
    By Clovis in forum Macros and Addons
    Replies: 2
    Last Post: 04-20-2009, 09:21 AM
  4. Jamba Addon new features suggetion
    By Ivanhalf in forum Macros and Addons
    Replies: 3
    Last Post: 04-01-2009, 04:26 AM
  5. SickOfClickingDailies AddOn - great for multiboxers
    By puppychow in forum Macros and Addons
    Replies: 1
    Last Post: 10-16-2008, 04:14 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
  •