WitchHunt has undergone some significant changes for 2.4
Feature removed:
- NPC emotes. They annoyed me.
Features added:
- Whole new GUI configuration integrated into the 2.4 options panel
- Spell Filters added, when in learning mode WitchHunt will record all spells it would normally warn about and show them in a filter gui. Tick any spells you never want to see again there
- Message Filters added. You can now tick which type of messages you'd not like to see again.
- New draggable resizable WitchHunt message frame.
Cool, just updated to the latest SVN revision and going to test it now. I just had a look at the code and the first thing I noticed was that both toggle options seem to have the same help text and both set |combatonly|:
local args = {
type="group",
args = {
combatonly = {
name = "Combat Only", type = "toggle",
desc = "Toggle combat only mode",
get = function() return self.db.profile.combatonly end,
set = function(v)
self.db.profile.combatonly = v
end,
},
targetonly = {
name = "Combat Only", type = "toggle",
desc = "Toggle combat only mode",
get = function() return self.db.profile.combatonly end,
set = function(v)
self.db.profile.combatonly = v
end,
},
}
}
Cool, just updated to the latest SVN revision and going to test it now. I just had a look at the code and the first thing I noticed was that both toggle options seem to have the same help text and both set |combatonly|:
*snip*
This is true about toggling both.
Lovely simple addon. Give me the ability to resize/recolour the alert and it will be yet another ACE winner.
After further testing, the error is only happening if both WitchHunt and Lexan are enabled. Both are Ace2 mods, both work fine on their own. Together, they don't like each other.
Couldn't test the addon yet since it requires an english wow version, so wouldn't it be possible to use ParserLib so you don't have to mess around with the localization?
Couldn't test the addon yet since it requires an english wow version, so wouldn't it be possible to use ParserLib so you don't have to mess around with the localization?
While I really like WH, not being able to move or resize the alert messages is the main thing I miss from the prior version. Of course the old version required changing some XML settings.
While I really like WH, not being able to move or resize the alert messages is the main thing I miss from the prior version. Of course the old version required changing some XML settings.
* now has /wh nodisplay this will toggle the displaying of messages. The WitchHunt_Message event is still fired, so a small seperate addon could relay those to SCT or other directions. Hint Kergoth :)
* now has /wh errorframe toggle to toggle sending messages to the errorframe or it's own frame. the own frame has a larger font than the error frame and is docked below the error frame. I'll make it movable in the future.
Feature removed:
- NPC emotes. They annoyed me.
Features added:
- Whole new GUI configuration integrated into the 2.4 options panel
- Spell Filters added, when in learning mode WitchHunt will record all spells it would normally warn about and show them in a filter gui. Tick any spells you never want to see again there
- Message Filters added. You can now tick which type of messages you'd not like to see again.
- New draggable resizable WitchHunt message frame.
-Ammo
This is true about toggling both.
Lovely simple addon. Give me the ability to resize/recolour the alert and it will be yet another ACE winner.
-Ammo
WitchHunt.lua:56: attempt to call method `RegisterDB' (a nil value)
For some reason WH isn't writing anything to the SavedVariables.
-Ammo
Will post in the Lexan thread, thanks
WitchHunt is running alongside Clique and oUF fine here.
-Ammo
-Ammo
well it uses UIErrorsFrame right?
i ve to rearrange some of the frames i guess.
bigwigs & /rw & sct & wh all cluttering -.-
Yep...This would be great :)
Any plans to add moving or scaling?
/signed
Since the tiny fontsize made the addon about as effective as not having the it at all, I just removed it, which I am sad to admit.
* now has /wh nodisplay this will toggle the displaying of messages. The WitchHunt_Message event is still fired, so a small seperate addon could relay those to SCT or other directions. Hint Kergoth :)
* now has /wh errorframe toggle to toggle sending messages to the errorframe or it's own frame. the own frame has a larger font than the error frame and is docked below the error frame. I'll make it movable in the future.
-Ammo