Close
Page 11 of 14 FirstFirst ... 9 10 11 12 13 ... LastLast
Showing results 101 to 110 of 132
  1. #101

    Default

    Quote Originally Posted by Jafula View Post
    Proc broke slightly in 4.2. I haven't released a 4.2 update yet. It should still work for the most part I imagine.

    1) Have you set up your team correctly? I.e. All toons on in the team list on all toons?

    2) Go into /jamba-proc Click the 'Show Test Bars' checkbox. Do the test bars show?

    Let me know if you see test bars...
    Yes when i try the test bars they run fine.. Also can show them on the slaves.. Just when something procs.. Like Taste for blood or any proc for that matther.. It will not show me :-(

  2. #102

    Default

    What classes are you playing? What procs are you looking for? Art of War on my paladin procs for me. Let me revert my fix for 4.2 and see if it still works; hold on a sec.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  3. #103

    Default

    Quote Originally Posted by Jafula View Post
    What classes are you playing? What procs are you looking for? Art of War on my paladin procs for me. Let me revert my fix for 4.2 and see if it still works; hold on a sec.
    I have tried with:

    5 Druids : Nothing - Looking for Eclipes
    4 Warriors : Nothing - Looking for Taste for Blood and Sword and Board - Added these my self
    1 Paladin : Nothing - Not really need this since im playing the healer :-)
    3 Mages : Nothing (added missiles)

    Taste for Blood = 56638
    Sword and Board = 46953
    Last edited by Lyrix : 07-10-2011 at 12:31 AM

  4. #104

    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.

  5. #105

    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

  6. #106

    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

  7. #107

    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.

  8. #108

    Default

    And taste for blood should be 60503

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

  9. #109

    Default

    Quote Originally Posted by Jafula View Post
    And taste for blood should be 60503

    http://www.wowhead.com/spell=60503
    Oh my.... I feel kinda dumb now.. but it's working!! However when i use Overpower Jamba-proc still says its up.. i did read somewhere that is happening to more people.. Can live with that tho already very happy its atleast showing something now!!

    Thank you!! Your my hero!

    Have not tried on my druid team yet tho but i guess this should work fine now since Eclipes is already inside jamba-proc.
    Last edited by Lyrix : 07-10-2011 at 01:12 AM

  10. #110

    Default

    Awesome that you got it working.

    Don't feel dumb, this stuff is hard. I won't tell you how many hours I spent trying to figure it out. :-)

    I'll add those two procs into Jamba-Proc and if I play my warrior anytime soon, I'll try and see what overpower is doing (but no promises).
    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
  •