- 
				
Content count
190 - 
				
Joined
 - 
				
Last visited
 
Everything posted by Rhena
- 
	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.
 - 
	
	
				Use skill when key is pressed down/minimize interface delay
Rhena replied to Rckstr's topic in UI, AddOns & Macros
http://addons.us.to/addon/classic-snowfall - 
	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.
 - 
	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.
 - 
	The [br] is a linebreak so its two lines. You seem to have only space for one.
 - 
	The three dots indicate there is not enough space to display everything.
 - 
	This only affected the master, which is my personal playground. Anyway its fixed in there now.
 - 
	
	
				[Addon] ChatSanitizer - An answer to gold spamming
Rhena replied to Rhena's topic in UI, AddOns & Macros
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?... - 
	Replace one of the existing ones but keep the name the same.
 - 
	
	
				[Addon] ChatSanitizer - An answer to gold spamming
Rhena replied to Rhena's topic in UI, AddOns & Macros
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. - 
	
	
				[Addon] ChatSanitizer - An answer to gold spamming
Rhena replied to Rhena's topic in UI, AddOns & Macros
How can i detect that it is goldspam if those chinese aren't even able to type their url anymore? - 
	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.
 - 
	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.
 - 
	Settings issue.
 - 
	
	
				[Addon] ChatSanitizer - An answer to gold spamming
Rhena replied to Rhena's topic in UI, AddOns & Macros
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. - 
	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
 - 
	
	
				[SOLUTION] Clique Support for Luna Unit Frames
Rhena replied to kingpizza's topic in UI, AddOns & Macros
If this forum had signatures, this would be my new one. :D - 
	
	
				[Addon] ChatSanitizer - An answer to gold spamming
Rhena replied to Rhena's topic in UI, AddOns & Macros
Updated the filters: https://github.com/Aviana/ChatSanitizer/releases/download/1.31/ChatSanitizer.zip - 
	
	
				[Addon] ChatSanitizer - An answer to gold spamming
Rhena replied to Rhena's topic in UI, AddOns & Macros
Just download 1.30 - 
	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.
 - 
	You should message the author of VanillaStoryLine to up the frame strata. The one of Luna is already pretty low.
 - 
	
	
				[Addon] ChatSanitizer - An answer to gold spamming
Rhena replied to Rhena's topic in UI, AddOns & Macros
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 - 
	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
 - 
	
	
				[Addon] ChatSanitizer - An answer to gold spamming
Rhena replied to Rhena's topic in UI, AddOns & Macros
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 - 
	
	
				[Addon] ChatSanitizer - An answer to gold spamming
Rhena replied to Rhena's topic in UI, AddOns & Macros
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. 
