Download
(139Kb)
Download
Updated: 08-30-11 07:58 PM
Pictures
File Info
Updated:08-30-11 07:58 PM
Created:unknown
Downloads:3,519
Favorites:19
MD5:

NoParry

Version: 1.1.4
by: Brimm [More]

A simple addon that has two functions:
- Warn if you caused a parry on a tanked target
- Warn if someone caused a parry on a target you are tanking

It outputs a message to LibSink and plays a sound to warn the player.There are a few predefined sounds, but uses SharedMedia so you can add other sounds as well.

Typical use:
- As a DPSer who wants to make sure he's positioned correctly and not losing any potential DPS or causing any unnecessary damage to the tank
- As a tank who enjoys giving the raiders a hard time about not positioning properly

1.1.4:
-TOC bump for 4.2.
-Fixed event handler issue.
----------
1.1.3:
-TOC bump for 3.3 (finally).
----------
1.1.2:
-Fixed a typo that was resulting in a LUA error on load.
----------
1.1.1:
-Removed version from options for the time being.
----------
1.1:
-Updated to base tanking mode on the threat engine instead of "targettarget". This should remove own parry messages while tanking.
----------
1.0.1:
-Updated TOC for WoW 3.1 patch.
Post A Reply Comment Options
Unread 08-05-11, 10:15 PM  
Kogasu
A Kobold Labourer
 
Kogasu's Avatar

Forum posts: 0
File comments: 109
Uploads: 0
Changes to COMBAT_LOG_EVENT_UNFILTERED need to be applied to make this work.

At line 97 the new code is:

Code:
function NoParry:CombatLogEvent(_,timestamp, event, hideCaster, srcGUID, srcName, srcFlags, srcRaidFlags, dstGUID, dstName, dstFlags, destRaidFlags, missType, amountMissed)
Line 99 need the word "eventtype" changed to "event" in 2 places, like so:

Code:
if((event == "SWING_MISSED" or event == "SPELL_MISSED") and missType == "PARRY") then
Last edited by Kogasu : 08-05-11 at 10:32 PM.
Report comment to moderator  
Reply With Quote
Unread 06-30-09, 01:35 AM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
Thanks for the update; will make tanking less of a "ding"-fest .

You may want to remove or change the "Version" button in the Blizzard options. Click it with v1.1 of NoParry and the following error is thrown up:

NoParry-1.1\NoParry.lua:54: attempt to concatenate global 'MYTHREAT_VERSION' (a nil value)
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceConfigDialog-3.0-34:786: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:605>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[2]":9: in function <[string "safecall Dispatcher[2]"]:5>
(tail call): ?:
AceGUI-3.0-23 (Ace3):305: in function `Fire'
Ace3\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:23: in function <...dOns\Ace3\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:22>

Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: