Download
(255Kb)
Download
Updated: 02-05-07 04:26 PM
Pictures
File Info
Updated:02-05-07 04:26 PM
Created:unknown
Downloads:16,158
Favorites:62
MD5:

MendWatch  Popular! (More than 5000 hits)

Version: 0.2
by: Polima [More]

MendWatch attempts to track the priest spell Prayer of Mending. A timer bar shows the current target of the Prayer of Mending spell with a countdown of how long the spell will last. When the target gets hit the amount the Prayer of Mending healed for will be shown and the bar will slowly fade away. If the Prayer of Mending jump to a new target a new timer bar
will be shown for the new target.

This is a preliminary release. I'm still working out the details of how to successfully parse the combat log and spell casting mechanics to effectively track Prayer of Mending. For the most part the mod works rather well but does show some inconsistent behaviour sometimes.

There are some configuration details available via the /mendwatch or /mw command. The most important is "/mw anchor" to reposition the location of the timer bars on screen. The remaining options are just some standard candybar details to tailor the visual appearance.

Any feedback would be greatly appreciated.

UPDATE 01/29: I wrote MendWatch during my time on beta, and was happy with its rough state during that time. Now that I've hit 70 on the live servers I plan on resuming development. I should have a new release ready to go in the next few days with some of outstanding issues fixed.

UPDATE 02/05: Finally got around to fixing some of the problems:

1) I've updated all the underlying Ace2 mods. I hope this will solve some of the problems with localization for non-english players, and reports of problems with MendWatch and Chronometer.

2) The bug related to "attempt to concatenate local 'name' (a nil value)" has been fixed.

3) Tracking of pets is now included.

Optional Files (0)


Post A Reply Comment Options
Unread 05-24-07, 10:38 AM  
Helfgrim
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Mendwatch in 2.1

After the 2.1 patch, it gives me an error when I recast it while the timer is still up. In other words, the first time I cast it it's fine, but when I refresh it before it has expired, I get the following error.

Last edited by Helfgrim : 05-24-07 at 11:32 AM.
Report comment to moderator  
Reply With Quote
Unread 05-25-07, 12:26 PM  
hati
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
First, you can comment the line 365 (or delete it).

For the error line 380, you can change the line
if self.bars[i].target == target then
by the following :
if self.bars[i].target == target and info.amount ~= nil then


These errors are probably caused by events that were not fired before, like SPELLTERSE_SELF or SPELLTERSE_OTHER.

If the orginal author can post a patched version, it would be great. Otherwise, I will do it - but I'm lazy...


PS: in case of error, turn on the debug option (/mw debug) and include the last debug info printed in the chat frame.

PS2: since I have write access to the repository of wowace, I'd like to put MendWatch into it. But I'd prefer to have the authorization of Polima.
Last edited by hati : 05-25-07 at 12:27 PM.
Report comment to moderator  
Reply With Quote
Unread 05-25-07, 01:09 PM  
hati
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
Re: Feedback and a feature request

Originally posted by Meldas
However, the visual player I am, I have a feature request:
Is it possible to attach the prayer of mending bars to the corresponding Unit Frames? So, if a prayer is on party member 2 the bar is shown at his unit frame (with a configurable x/y offset)?
You certainly can add the PoM to the list of buffs displayed by sRaidFrames. Never tried, but it should work.
Report comment to moderator  
Reply With Quote
Unread 05-26-07, 07:26 AM  
txamethyst
An Aku'mai Servant
 
txamethyst's Avatar

Forum posts: 36
File comments: 101
Uploads: 0
i get this error on the first jump of PoM. what do i need to do to fix the problem? i've looked at other trackers, and just don't really like them.

"MendWatch-0.1\\MendWatch.lua:367: attempt to concatenate field 'victim' (a boolean value)\nChronometer-0.10\\libs\\ParserLib\\ParserLib.lua:449: in function <...face\\AddOns\\Chronometer\\libs\\ParserLib\\ParserLib.lua:449>\n\n ---",


thanks -- amey
Report comment to moderator  
Reply With Quote
Unread 05-26-07, 10:40 AM  
hati
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
Originally posted by txamethyst
[b]i get this error on the first jump of PoM. what do i need to do to fix the problem? i've looked at other trackers, and just don't really like them.

"MendWatch-0.1\\MendWatch.lua:367: attempt to concatenate field 'victim' (a boolean value)"
Replace info.victim in the line
self: Debug(...
(at #365 in my file but seems to be 367 in yours) by tostring(info.victim) .

So it becomes:
self: Debug("SPELL_BUFF - " .. event .. " : " .. tostring(info.victim) .. " / " .. info.type .. " / " .. info.skill)


(actually no space between : and the D of Debug)
Last edited by hati : 05-26-07 at 10:44 AM.
Report comment to moderator  
Reply With Quote
Unread 05-31-07, 01:07 AM  
hati
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 1
Important : please follow this link http://www.wowinterface.com/downloads/info7181.html if you updated versions of MendWatch.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: