Close
Showing results 1 to 10 of 132

Hybrid View

  1. #1

    Default

    Ok, its broken by the 4.2 patch.

    If you want a fix right now; go and edit the file

    JambaProc.lua

    which can be found in

    <your wow directory>/Interface/AddOns/Jamba-Proc/

    and change the line 1096 (in bold below)

    -- Get the combat log information.
    local wowEvent, timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, param1, param2, param3, param4, param5, param6, param7, param8, param9 = ...
    -- See if the source of this information is in the team, if not stop now.
    if JambaApi.IsCharacterInTeam( sourceName ) == false then
    return
    end

    to this:

    local wowEvent, timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, param1, param2, param3, param4, param5, param6, param7, param8, param9 = ...

    Then you will need to reload your ui (/reload)

    That should fix you right up.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  2. #2

    Default

    Quote Originally Posted by Jafula View Post
    Ok, its broken by the 4.2 patch.

    If you want a fix right now; go and edit the file

    JambaProc.lua

    which can be found in

    <your wow directory>/Interface/AddOns/Jamba-Proc/

    and change the line 1096 (in bold below)

    -- Get the combat log information.
    local wowEvent, timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, param1, param2, param3, param4, param5, param6, param7, param8, param9 = ...
    -- See if the source of this information is in the team, if not stop now.
    if JambaApi.IsCharacterInTeam( sourceName ) == false then
    return
    end

    to this:

    local wowEvent, timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, param1, param2, param3, param4, param5, param6, param7, param8, param9 = ...

    Then you will need to reload your ui (/reload)

    That should fix you right up.
    Thanks alot :-) Gonna give a try and will report back

  3. #3

    Default

    Sorry to say but it's not working for me :-(
    I have changed the line like you said.. I guess i have to wait untill you release the full updated version.

    Hmm i just looked at the SpellID's for Sword and board there is 3 of them since its 1/2 2/3 3/3 I guess it has something to do with this?
    Last edited by Lyrix : 07-10-2011 at 12:59 AM

  4. #4

    Default

    Quote Originally Posted by Lyrix View Post
    Sorry to say but it's not working for me :-(
    I have changed the line like you said.. I guess i have to wait untill you release the full updated version.
    Before you give up completely...

    Ah, shame, the new line has the two words sourceRaidFlags and destRaidFlags in them? Have you tried going right out of wow to the desktop and loading back up after making the change?

    Is enable jamba proc at the top of the settings checked?

    Do all the procs have the tag of "all"?

    Also, for sword and board you want the proc, not the spell/talent.

    Instead of 46953, you actually want 50227

    http://www.wowhead.com/spell=50227
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

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
  •