Page 2 of 2 FirstFirst
1
2
  1. #21
    Quote Originally Posted by Seldoncrisis View Post
    Thanks for the feedback, I'm looking into adding a display that you can bring up after combat to show graphs of raid health over time, your Revival points, ideal Revival points, etc.

    Also, there's a new version out:

    - Added options to include crit and multistrike in estimation
    - Added range check for Revival
    - Added count of members in range on bottom text
    got an error

    Code:
    2x RevivalTracker\Core.lua:450: attempt to index a nil value
    RevivalTracker\Core.lua:450: in function `Update'
    RevivalTracker\Core.lua:441: in function `?'
    ...urse\svn\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:145: in function <...urse\svn\CallbackHandler-1.0\CallbackHandler-1.0.lua:145>
    [string "safecall Dispatcher[1]"]:4: in function <[string "safecall Dispatcher[1]"]:4>
    [C]: ?
    [string "safecall Dispatcher[1]"]:13: in function `?'
    ...urse\svn\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:90: in function `Fire'
    ...y\Externals\curse\svn\Ace3-AceEvent\AceEvent-3.0-3.lua:120: in function <...y\Externals\curse\svn\Ace3-AceEvent\AceEvent-3.0.lua:119>
    
    Locals:
    nil

  2. #22
    This could be a localization issue, are you using the US English version of the WoW client?

  3. #23
    could be... I'm using non-English client

  4. #24
    Yeah I think that's what's causing the error. The addon looks up some information based on the spell name and tooltip, which would be different in different locales.

    I should be able to add localization support though, which version of the client are you using?

    - - - Updated - - -

    Actually I should be able to add support for all locales at once, hopefully today!

    E: And I found a bug with the range check, should have a fix soon.

    - - - Updated - - -

    Ok, so instead of actually localizing the addon, I found a way around it(hopefully). It doesn't rely on the enUS spell name and tooltip any more.
    The range check logic should be improved as well.

    The new version should pop up on curse any minute now.
    Last edited by Seldoncrisis; 2015-05-29 at 06:51 PM.

  5. #25
    does it count multistrike buff from the 2pc set bonus as well?

    Just curious..

  6. #26
    Quote Originally Posted by Spotnick View Post
    does it count multistrike buff from the 2pc set bonus as well?

    Just curious..
    Yes it does, it checks your current stats when it does it's calculation, so any trinket procs, 2pc buff, etc. are all counted. That includes int or spellpower buffs/procs as well.

  7. #27
    To be fair, it should also tell you exactly when a druid cast tranquility

Posting Permissions

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