Jump to content

Rhena

Player
  • Content count

    190
  • Joined

  • Last visited

Everything posted by Rhena

  1. Rhena

    [ADDON] LunaUnitFrames

    Jani: Disable the castbar in player options. Kase: Untick "Show party in raid" on the bottom of the party options. TheDruidCode: No. And i'd rather keep it this simple.
  2. http://addons.us.to/addon/classic-snowfall
  3. Rhena

    [ADDON] LunaUnitFrames

    Version numbers only matter if you actually download from the releases page. If you download the "master.zip" then you will sometimes get errors like this. Fixed it btw.
  4. Rhena

    [Addon] NotGrid

    I think what Cha is referring to is the infamous event lag when using events to trigger hp changes. Even the default blizzard raidframes refresh in an onUpdate every frame.
  5. Rhena

    [ADDON] LunaUnitFrames

    The [br] is a linebreak so its two lines. You seem to have only space for one.
  6. Rhena

    [ADDON] LunaUnitFrames

    The three dots indicate there is not enough space to display everything.
  7. Rhena

    [ADDON] LunaUnitFrames

    This only affected the master, which is my personal playground. Anyway its fixed in there now.
  8. This addon will never have any comm capabilities. And neither should any other be used that has it. It only takes one jerk to spam names into that channel breaking the whole system. And you are not seriously asking for DDOS on this forum?...
  9. Rhena

    [ADDON] LunaUnitFrames

    Replace one of the existing ones but keep the name the same.
  10. I guess this won't be fixed soon because the WoW chatframe doesn't allow for messages to be retroactively removed. The only solution i could come up with right now would be to throttle incoming messages but the next step of the chinese would be to throttle theirs as well, resulting in major chatlag. So for now i suggest to use the ".wr on" command.
  11. How can i detect that it is goldspam if those chinese aren't even able to type their url anymore?
  12. Rhena

    Target players work-around

    I don't know about healbot but in vanilla "mouseover" doesn't work on ui elements. It only works on players in the 3d world. Maybe you can use clique to target healbot units.
  13. Rhena

    [ADDON] LunaUnitFrames

    If its not on the unitframe it should not be part of the addon. That is pretty much my philosophy. So you will never see that kind of castbar. As for the incheals: Yes i switched it to use one of the default game textures since some of the bar textures don't look good for that.
  14. Rhena

    [ADDON] LunaUnitFrames

    Settings issue.
  15. Auto whitelisting of friends/guild is one of the upcoming features. So far the only false positives have been tanking/guild ads that were structured like gold spam. But I have already adjusted the weighting for that.
  16. Rhena

    [ADDON] LunaUnitFrames

    SealHeal: Noted. It seems at some point the server seems to not provide pet names. I will make a workaround in the next version. Rino182PM: And the version you are using is...? Notche: From the FAQ
  17. If this forum had signatures, this would be my new one. :D
  18. Updated the filters: https://github.com/Aviana/ChatSanitizer/releases/download/1.31/ChatSanitizer.zip
  19. Rhena

    [ADDON] LunaUnitFrames

    I often get asked: "How can i make everything smaller with still showing everything?". There is a simple answer: You don't Long answer: I will not make another option, thus further increasing the difficulty of setting everything up.
  20. Rhena

    [ADDON] LunaUnitFrames

    You should message the author of VanillaStoryLine to up the frame strata. The one of Luna is already pretty low.
  21. Updated to 1.30 - Left click will now reset count & history - improved detection based upon all reports https://github.com/Aviana/ChatSanitizer/releases/download/1.30/ChatSanitizer.zip
  22. It also is common use to not assign names to return values you are not going to use. It would look like this then: for i = 1, 16 do local _, _, debuffDispelType = UnitDebuff("player", i); if debuffDispelType then DEFAULT_CHAT_FRAME:AddMessage(debuffDispelType); end end
  23. How about you being rude somewhere else? Anyway, i added a fubar plugin that will show the last 10 blocked messages. And i adjusted the filters so they will catch the stuff that has been reported. https://github.com/Aviana/ChatSanitizer/releases/download/1.20/ChatSanitizer.zip
  24. This is pretty much still a work in progress. I am making sure everything that gets posted here gets detected. Also i am planing on a simple method (FuBar plugin maybe) to show the last 10 blocked messages and maybe provide some statistics.
×