Download
(284 Kb)
Download
Updated: 05-30-07 12:53 PM
Patch for:
MendWatch.
Pictures
File Info
Updated:05-30-07 12:53 PM
Created:unknown
Downloads:1,996
Favorites:15
MD5:
MendWatch
Version: 37685.1001
by: hati [More]
IMPORTANT : MendWatch is now in the wowace repository. You can always download the latest version at http://files.wowace.com/MendWatch/.

2007/05/30:
* added french localization (merci à Feu)
* .toc updated

2007/05/28:
Patch from the 0.2 release that should resolve two bugs:
* missing effect count in non english clients
* some errors appeared in the 2.1 version
Post A Reply Comment Options
Old 03-25-10, 04:23 AM  
spiralofhope
A Murloc Raider
 
spiralofhope's Avatar

Forum posts: 5
File comments: 175
Uploads: 0
spiralofhope is offline Report comment to moderator  
Reply With Quote
Old 03-31-08, 09:38 AM  
Jashugan
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
"updated" is not the word I would use since the only update done to the addon is a zhTW translation.
It doesn't work for me anymore, I'm sad.

I'm currently trying PoMTracker available on Curse-Gaming. It's not an Ace addon, but who cares, it seems it's the only remaining tracker
Jashugan is offline Report comment to moderator  
Reply With Quote
Old 03-29-08, 07:41 PM  
Falynn
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Originally posted by zzing
So I'm guessing this mod is dead?
It's updated if you use the wowace updater to download it
Falynn is offline Report comment to moderator  
Reply With Quote
Old 09-28-07, 01:20 AM  
zzing
A Defias Bandit

Forum posts: 2
File comments: 11
Uploads: 0
So I'm guessing this mod is dead?
zzing is offline Report comment to moderator  
Reply With Quote
Old 06-23-07, 09:24 AM  
zzing
A Defias Bandit

Forum posts: 2
File comments: 11
Uploads: 0
Amount healed

Any progress with getting MW to show amount healed again?
zzing is offline Report comment to moderator  
Reply With Quote
Old 06-05-07, 01:03 AM  
Jashugan
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
Yeah, sorry about that. I wanted to give as many details as possible, I wrote it in french.

I noticed events were not fired in the same order and, like you, I couldn't get the amount healed.
I assume SPELL_AURA_GONE comes first and it ends all there.

I tried to tweak the events order with my excessively low lua/wow knowledge but that wasn't great.
Last edited by Jashugan : 06-05-07 at 04:27 AM.
Jashugan is offline Report comment to moderator  
Reply With Quote
Old 06-03-07, 10:24 PM  
zzing
A Defias Bandit

Forum posts: 2
File comments: 11
Uploads: 0
Cool thanks

Btw, I didn't read Jashugan's post like you suggested because I don't understand french
zzing is offline Report comment to moderator  
Reply With Quote
Old 06-03-07, 09:39 AM  
hati
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 9
Uploads: 1
Siralori : added to MendWatch-Locale.lua.

zzing: yes, there's a problem, probably due to changes in events. I will try to fix it asap.
Last edited by hati : 06-03-07 at 12:46 PM.
hati is offline Report comment to moderator  
Reply With Quote
Old 06-03-07, 05:50 AM  
zzing
A Defias Bandit

Forum posts: 2
File comments: 11
Uploads: 0
Well I haven't been able to see the amount healed since 2.1

And it's saying expired even though it's jumping. I can grab ya a screenie of it showing expired 5-1 if you like
Last edited by zzing : 06-03-07 at 05:51 AM.
zzing is offline Report comment to moderator  
Reply With Quote
Old 06-03-07, 04:03 AM  
siralori
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I took the liberty to add the German translation of the locale.lua:
Code:
L:RegisterTranslations("deDE", function() return {
	["Anchor"] = "Anker",
	["Show the dragable anchor."] = "Zeigt einen verschiebbaren Anker.",

	["Bar"] = "Leiste",
	["CandyBar Options"] = "CandyBar Optionen",

	["Bar Texture"] = "Leistentextur",
	["Change the texture of the timer bars."] = "\195\132ndert die Textur der Leisten.", 

	["Bar Color"] = "Leistenfarbe", 
	["Set the default bar color."] = "Setzt die Standardfarbe für die Leisten.", 

	["Background Color"] = "Hintergrundfarbe", 
	["Set the bar background color."] = "Setzt die Farbe für den Leistenhintergrund.", 

	["Background Alpha"] = "Hintergrundtransparenz", 
	["Set the bar background alpha."] = "Setzt die Transparenz des Leistenhintergrunds.", 

	["Text Color"] = "Textfarbe", 
	["Set the bar text color."] = "Setzt die Textfarbe der Leisten.", 

	["Text Size"] = "Textgr\195\182\195\159e", 
	["Set the bar text size."] = "Setzt die Gr\195\182\195\159e des Leistentexts.", 

	["Bar Scale"] = "Leistengr\195\182\195\159e", 
	["Set the bar scale."] = "Setzt den Skalierungsfaktor für die Leistengr\195\182\195\159e.", 

	["Bar Height"] = "Leistenh\195\182he", 
	["Set the bar height."] = "Setzt die H\195\182he der Leisten.", 

	["Bar Width"] = "Leistenbreite", 
	["Set the bar width."] = "Setzt die Breite der Leisten.", 

	["Bar Growth"] = "Ausbreitung", 
	["Toggle the bar growing upwards or downwards."] = "\195\132ndert die Ausbreitungsrichtung der Leisten von oben nach unten.", 

	["Reverse"] = "Invertiert", 
	["Toggle the bar fill direction."] = "Invertiert die F\195\188llrichtung der Leisten.", 

	["Config"] = "Einstellungen", 
	["Show the GUI configuration menu."] = "Zeigt das Men\195\188 mit den Einstellungen.", 

} end)
Have fun.
ralo
siralori is offline Report comment to moderator  
Reply With Quote
Old 06-02-07, 04:08 PM  
hati
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 9
Uploads: 1
Zzing: it's absolutely the same code that the 0.2. What has changed is not the addon, but the wow client. See the Jashugan' post.

If mw only displays 'expired', the PoM has not jumped to another player. The last healing is not displayed if it's on you.

I will try to do a fix for that.
hati is offline Report comment to moderator  
Reply With Quote
Old 06-02-07, 11:44 AM  
zzing
A Defias Bandit

Forum posts: 2
File comments: 11
Uploads: 0
Hmm... with this version I'm not getting the amount healed

when PoM leaves someone it just makes their bar show up as 'expired'
zzing is offline Report comment to moderator  
Reply With Quote
Old 05-31-07, 01:24 AM  
Jashugan
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
L'erreur sur le info.victim semble avoir effectivement disparu, merci pour ca

Cependant, j'ai remarque que la barre ne passait pas au vert quand j'etais soigne personnellement. J'ai fait quelques tests en mode debug pour me rendre compte que les evenements ne sont plus appeles dans le meme ordre.

Avant:
SPELL_BUFF - CHAT_MSG_SPELL_SELF_BUFF : 103 / heal / Prière de guérison
SPELL_AURA_GONE - CHAT_MSG_SPELL_AURA_GONE_SELF : 103 / fade / Prière de guérison

Maintenant:
SPELL_AURA_GONE - CHAT_MSG_SPELL_AURA_GONE_SELF : 103 / fade / Prière de guérison
SPELL_BUFF - CHAT_MSG_SPELL_SELF_BUFF : 103 / heal / Prière de guérison

SPELL_AURA_GONE arrivant en 1er, il en resulte que la barre devient bien rouge avec le message "- expired" et le tout est arrete.


Edit:
Apres coup, j'en viens a me dire que c'est peut etre pour cela que le info.victim de la fonction SPELL_BUFF remonte une erreur non ?
Avec le tostring, il renvoie "false".
Last edited by Jashugan : 05-31-07 at 01:41 AM.
Jashugan is offline Report comment to moderator  
Reply With Quote
Old 05-30-07, 01:03 PM  
hati
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 9
Uploads: 1
Jashugan -> oui c'est corrigé, normalement.
hati is offline Report comment to moderator  
Reply With Quote
Old 05-30-07, 07:52 AM  
Jashugan
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
Merci Hati pour l'attention que tu portes a ce formidable addon et les corrections que tu pourras y apporter.
Je teste cela des que possible, peut etre que le probleme que j'avais evoque dans l'autre thread va finir par trouver une reponse
Jashugan is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: