Page 6 of 11 FirstFirst ...
4
5
6
7
8
... LastLast
  1. #101
    Deleted
    Quote Originally Posted by Zaxus View Post
    I can't test as I'm not home but try changing your 14's to 15 (I believe they added a new return value to UnitAura which bumps the index up by 1).

    Code:
    function() local stagger = select(15, UnitAura("player", "light stagger", nil, "HARMFUL")) or select(15, UnitAura("player", "moderate stagger", nil, "HARMFUL")) or select(15, UnitAura("player", "heavy stagger", nil, "HARMFUL"));if(stagger > 999) then stagger = (math.floor(stagger/100))/10 .. "k" end;return stagger; end

    Edit: Just noticed gynshon said the same thing above as well.
    Didnt you notice I already tried and said it doesnt work? :P
    Thanks anyway

  2. #102
    Quote Originally Posted by ashedora View Post
    Didnt you notice I already tried and said it doesnt work? :P
    Thanks anyway
    Sorry I missed that. Are you sure you changed every all three 14's? Surprised since gynshon said it was working.
    Last edited by Zaxus; 2012-11-28 at 06:06 PM.
    Barleyclaw - Axis - Dark Iron US

  3. #103
    Deleted
    here is the error I get :
    imgur com Ba3fP.jpg ("." + "/")
    (cant post links)

  4. #104
    Deleted
    Quote Originally Posted by Zaxus View Post
    Sorry I missed that. Are you sure you changed every all three 14's? Surprised since gynshon said it was working.
    At the risk of sounding like a Retard. What do you mean by changing the 14's to 15's? Where exactly does one do this?

  5. #105
    Quote Originally Posted by Loktarok View Post
    At the risk of sounding like a Retard. What do you mean by changing the 14's to 15's? Where exactly does one do this?
    In the custom text for that weakaura. However it doesn't seem to be the solution anyways...
    Barleyclaw - Axis - Dark Iron US

  6. #106
    Bloodsail Admiral xerus's Avatar
    15+ Year Old Account
    Join Date
    Nov 2008
    Location
    Dayton, OH
    Posts
    1,097
    Changing 14 to 15 worked fine for me. No errors and it was correctly reporting the value.

    I am using the latest alpha of WA, but I don't see any listed changes that would impact this since the 5.1 release version.

  7. #107
    Deleted
    Quote Originally Posted by xerus View Post
    Changing 14 to 15 worked fine for me. No errors and it was correctly reporting the value.

    I am using the latest alpha of WA, but I don't see any listed changes that would impact this since the 5.1 release version.
    can you share your encoded string?

  8. #108
    Bloodsail Admiral xerus's Avatar
    15+ Year Old Account
    Join Date
    Nov 2008
    Location
    Dayton, OH
    Posts
    1,097
    I'm at work, but I can if someone else hasn't sorted it out by the time I am home. I am using a modified version Sunniers stagger tracker.

    I removed 2 of the text value code entries and modified the remaining one to use the above lua code, replacing all 3 instances of 14 with 15 and adding triggers for all 3 stagger states.

  9. #109
    Quote Originally Posted by xerus View Post
    - snippet - [/URL]

    I removed 2 of the text value code entries and modified the remaining one to use the above lua code, replacing all 3 instances of 14 with 15 and adding triggers for all 3 stagger states.
    I did the same. The one i'm using here: pastebin com 1E6eQ58f

    Edit: I'm not too savy with lua coding so something may be off and need more testing. I bet xerus version should be perfect though
    Last edited by nobuobr; 2012-11-28 at 08:33 PM.

  10. #110
    You need to make sure you are using an Alpha version of WeakAuras. I am betting that the people saying this didn't work for them is still using the Release version which wouldn't work if they didn't update a release candidate for this latest patch.

    Sig made by Shyama. Click sig for current Warlock armory.

  11. #111
    Bloodsail Admiral xerus's Avatar
    15+ Year Old Account
    Join Date
    Nov 2008
    Location
    Dayton, OH
    Posts
    1,097
    Quote Originally Posted by gynshon View Post
    You need to make sure you are using an Alpha version of WeakAuras. I am betting that the people saying this didn't work for them is still using the Release version which wouldn't work if they didn't update a release candidate for this latest patch.
    I did mention that was what I was using in my original post, but its good to have it confirmed.

    You can grab the latest alpha here: http://www.wowace.com/addons/weakauras/

  12. #112
    Deleted
    I was using release 1.4.7.8, and now the last alpha, and Im getting the same error ._.
    Will try more after the raid

  13. #113
    Deleted
    I guess it's time for me to Update all my pastebins and Screenshot for my Setup. (I will edit the whole lists out of my op b/c it looks like a mess:E)
    A few things have changed:

    • every String is updated for Patch 5.1
    • removed the Stacks on Power Guard since it doesn't stack anymore
    • removed the Stacks on Tiger Power since it doesn't stack anymore
    • added an Energy bar
    • switched the timer and stacks on Elusive Brew (it basically changes nothing for you, just some formatting stuff :E)


    Here we go.

    Screenshot


    (click the image for a bigger preview)

    Brewmaster WA Strings:

    Chi-Bubbles: http://pastebin.com/aMd0QeWj (Ascension ready)

    Chi-Bubbles Border: http://pastebin.com/vDGdye22 (Ascension ready)

    Energy Bar: http://pastebin.com/SUFQNzch

    Stagger witch the amount staggered: http://pastebin.com/zJwjmE4N

    Shuffle active + duration: http://pastebin.com/frLkBSvW

    Elusive Brew stacks + duration: http://pastebin.com/QPgUpkJU

    Power Guard active + duration: http://pastebin.com/M014DNZG

    Guard active with amount absorbed: http://pastebin.com/QRPqafR9

    Tiger Power active + duration: http://pastebin.com/PcrAi0Pz

    Have fun

    NOTE: You might have to translate the Spell names to your local Client language!!(english by default) + I have a ElvUI Font on all my Aura that have Text, if something doesn't show up or give Errors, try checking this out too!
    Last edited by mmoc621704bb30; 2012-12-06 at 10:46 PM. Reason: added note to bottom + added another possible solution

  14. #114
    Quote Originally Posted by Misa View Post
    Stuff
    For some reason I get error messages when trying to import the Stagger Group and Guard. All the others worked perfectly though.

  15. #115

  16. #116
    Deleted
    Quote Originally Posted by Grawn View Post
    For some reason I get error messages when trying to import the Stagger Group and Guard. All the others worked perfectly though.
    strange. my stuff works fine. anyone else got this?

    will update the strings of guard and stagger again in a few hours and post an update here. hope that fixes it.

    did you update your weak aura addon?

    ---------- Post added 2012-11-29 at 02:46 PM ----------

    UPDATE

    okay, weird.

    a friend of mine tried the guard and stagger strings and at first he also got an error. then he tried again and could import them but had to change the trigger and custom function parts of the ability's into the German ones and they work fine. maybe you should try again and if necessary (and imported) rename the trigger of guard and stagger in your local and also in the custom functions from both where it says "guard" and "light/moderate/heavy stagger" into you local as well.

    I get the auras shown up, but today, when I open weak auras I get an error from guard only but both show up as they should.

  17. #117
    Quote Originally Posted by Misa View Post
    I guess it's time for me to Update all my pastebins and Screenshot for my Setup. (I will edit the whole lists out of my op b/c it looks like a mess:E)
    A few things have changed:

    • removed the Stacks on Power Guard since it doesn't stack anymore
    • removed the Stacks on Tiger Power since it doesn't stack anymore
    • added an Energy bar
    • switched the timer and stacks on Elusive Brew (it basically changes nothing for you, just some formatting stuff :E)


    Here we go.

    Screenshot


    (click the image for a bigger preview)

    Brewmaster WA Strings:

    Chi-Bubbles: http://pastebin.com/aMd0QeWj (Ascension ready)

    Chi-Bubbles Border: http://pastebin.com/vDGdye22 (Ascension ready)

    Energy Bar: http://pastebin.com/SUFQNzch

    Stagger witch the amount staggered: http://pastebin.com/zJwjmE4N

    Shuffle active + duration: http://pastebin.com/frLkBSvW

    Elusive Brew stacks + duration: http://pastebin.com/QPgUpkJU

    Power Guard active + duration: http://pastebin.com/M014DNZG

    Guard active with amount absorbed: http://pastebin.com/QRPqafR9

    Tiger Power active + duration: http://pastebin.com/PcrAi0Pz

    Have fun
    ive updated to these new WA strings and update the WA add-on but im still getting massive FPS problems. my fps will be 100+ then soon as WA pop up it goes down to 16~fps then back up once they have gone
    Quote Originally Posted by sdracklryeg View Post
    Wait... There are black people in China? You learn something new everyday.
    Quote Originally Posted by ctd123 View Post
    Kids are the worst STD you can catch.

  18. #118
    Stood in the Fire
    10+ Year Old Account
    Join Date
    Oct 2010
    Location
    Dallas, Tx
    Posts
    375
    Quote Originally Posted by Misa View Post
    I guess it's time for me to Update all my pastebins and Screenshot for my Setup. (I will edit the whole lists out of my op b/c it looks like a mess:E)
    A few things have changed:

    • removed the Stacks on Power Guard since it doesn't stack anymore
    • removed the Stacks on Tiger Power since it doesn't stack anymore
    • added an Energy bar
    • switched the timer and stacks on Elusive Brew (it basically changes nothing for you, just some formatting stuff :E)


    Here we go.

    Screenshot


    (click the image for a bigger preview)

    Brewmaster WA Strings:

    Chi-Bubbles: http://pastebin.com/aMd0QeWj (Ascension ready)

    Chi-Bubbles Border: http://pastebin.com/vDGdye22 (Ascension ready)

    Energy Bar: http://pastebin.com/SUFQNzch

    Stagger witch the amount staggered: http://pastebin.com/zJwjmE4N

    Shuffle active + duration: http://pastebin.com/frLkBSvW

    Elusive Brew stacks + duration: http://pastebin.com/QPgUpkJU

    Power Guard active + duration: http://pastebin.com/M014DNZG

    Guard active with amount absorbed: http://pastebin.com/QRPqafR9

    Tiger Power active + duration: http://pastebin.com/PcrAi0Pz

    Have fun
    I like these much better than the ones I'm currently using. Will play around with it tonight.

    Thanks!
    Human decency is not derived from religion. It precedes it.

  19. #119
    Quote Originally Posted by Misa View Post
    strange. my stuff works fine. anyone else got this?

    will update the strings of guard and stagger again in a few hours and post an update here. hope that fixes it.

    did you update your weak aura addon?

    ---------- Post added 2012-11-29 at 02:46 PM ----------

    UPDATE

    okay, weird.

    a friend of mine tried the guard and stagger strings and at first he also got an error. then he tried again and could import them but had to change the trigger and custom function parts of the ability's into the German ones and they work fine. maybe you should try again and if necessary (and imported) rename the trigger of guard and stagger in your local and also in the custom functions from both where it says "guard" and "light/moderate/heavy stagger" into you local as well.

    I get the auras shown up, but today, when I open weak auras I get an error from guard only but both show up as they should.
    Same here, also I noticed that Elusive brew did not update the stacks properly, and the timers on some of them are like half a second slower than real time.

  20. #120
    Quote Originally Posted by manu9 View Post
    Same here, also I noticed that Elusive brew did not update the stacks properly, and the timers on some of them are like half a second slower than real time.
    Are you running a weakaura to track vengeance by any chance? I had these problems and it was because I still had an aura kicking around from pre-5.1 to track vengeance, but it wasn't working and was throwing out so many errors that all the other auras weren't updating regularly (or at all in some cases...). Once I disabled the vengeance aura everything worked fine. Even if you're not running a vengeance aura, maybe poke around in your auras and see if you can find one that is pre-5.1 that might be causing problems?

Posting Permissions

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