Jump to content

Shino

Player
  • Content count

    380
  • Joined

  • Last visited

Everything posted by Shino

  1. This will fix itself with some time, as soon DPSMate learns what class this guy is. cheers!
  2. Shino

    NEW ADDON! CROSS FACTION TALK!

    It does not look like scam code and ya, clever use of addon mechanics I guess^^
  3. no, I did not have the chance yet. I am currently very busy studying for my university exams. I did download them already though and will look at it, when the time allows it. cheers!
  4. It does not show how much you resisted.
  5. Hey! Did you increase your addon memory?
  6. I need you both to send me your save logs of the raid if you still have it. You should find it in WTF/LLSave cheers!
  7. Shino

    [Addon] ModifiedPowerAuras

    It only increments a stack counter. You might be able to make one icon for stack==1 and one icon for stack==2, but you wont be able to tell which of the weapons proced. cheers!
  8. Shino

    Tracking short buffs on other players?

    The problem is that vanilla has no refresh event for buffs, meaning both addons can't know if it is refreshed or not. If you select Raid/Group member and use the described notation, it should work. It won't work for ungrouped members, because there no event is fired. For that purpose Chronometer and MPOWA work different. Chronometer seems to parse the combat log and MPOWA waits for Aura events. cheers!
  9. Many events don't exist yet at the current patch of nost, so that may be a reason. Not sure, other have to report their experience
  10. Shino

    [Addon] ModifiedPowerAuras

    Build 32: - Added option to write the icon path yourself if you or the addon can't find it - Added ComboPoints option - Added hackfix for missing refresh event (Scorch etc.)
  11. Shino

    Tracking short buffs on other players?

    MPOWA can do this
  12. Please don't use this version. It is not a release version! Release versions can be found under the release tab.
  13. did you already update to the version with several subfolders or is that the old when, if so when does this error appear. Is it correlated to any other addon?
  14. Shino

    [ADDON] MinimapButtonBag

    Will work in the next version.
  15. The development of VCB has stopped long ago. I will not add any features anymore. If you are looking for such addons for target frames, I suggest LunaUnitFrames. cheers!
  16. Hey! I backported the LibCompress Library of retail. My initial goal was to use it in order to speed up the loading time for login and logout, but it failed. But maybe it can be used for AddonMessages in order to decrease traffic. Now lazy readme copy paste: I added a few methods: LibCompress:TableToString(t) LibCompress:StringToTable(t) LibCompress:StringSplit(del, table) -- Will return a table The LZW compression is not working, and I can't figure really out why. The Huffman compression is working fine. Usage: local libc = LibStub:GetLibrary("LibCompress") local uncompressed = "Hey! I'd like to be compressed" local compressed = libc:CompressHuffman(uncompressed) uncompressed = libc:DecompressHuffman(compressed) local table = { [1] => { ["test"] => 123 }, [2] => 3 } local uncompressed = libc:TableToString(table) Returns "1>{,test>123,},2>3," You can download it here. cheers!
  17. Did you increase your addon memory? Edit: Remark: I feel like a lot will report his to me now in the next weeks: I am currently rewriting DPSMate to solve performance issues on login and logout as well as bunch of other errors. Therefore the master branch provides most of the times a NON working version. Please use the release site to download a published version of DPSMate! https://github.com/Geigerkind/DPSMate/releases cheers!
  18. Shino

    [Addon] ModifiedPowerAuras

    Just don't use an icon at all and let the addon find the icon itself.
  19. Ah, now I see the issue. I forgot to update the servernames in the internal lists. Will be fixed with the next updates sorry! I will work on the uploading time. The new upload of the site seems kinda slow.
  20. Yes, and KTM will never be able to show it properly unless someone modifies it completly. In TBC the threat system was changed a little, so "backporting" is not really an option.
  21. Hmm. I can't do much about it. What Swstats did is to set the combatlogrange up in the config, but this CVar can't be changed ingame. The Legacy Logs Launcher is already doing that, so if you are not using it, you should edit it yourself. If Elysium is not sending these events over this range, then there is nothing I can do, sorry!
  22. Uh, that shouldn't be the case. Will add it in the issue section cheers!
  23. Hey Tudi, I have implemented a fix, I have no clue if it worked though. It will be implemented in the next version. Also! WANTED: **I am also looking for koKR! Please hit me up if you are interested! *ruRU: Someone already works on that. *zhTW/zhCN: jokers-x translates it :) cheers!
  24. Shino

    risenui post disapeared?

    That is the original thread: https://forum.twinstar.cz/showthread.php/112184-RisenUI-An-ElvUI-inspired-interface-for-1-12
×