Download
(2Kb)
Download
Updated: 02-06-10 10:55 PM
Pictures
File Info
Updated:02-06-10 10:55 PM
Created:unknown
Downloads:8,618
Favorites:42
MD5:

GridMending  Popular! (More than 5000 hits)

Version: ABANDONED
by: d87 [More]

Adds a status indicator to Grid for Prayer of Mending with custom color for each charge left.

2.1 - updated for grid and UnitAura changes

2.0 - Updated for wotlk and grid changes
Optional Files (0)


Post A Reply Comment Options
Unread 10-21-10, 08:48 AM  
Jyll
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
4.0

This addon is no longer working.
Report comment to moderator  
Reply With Quote
Unread 07-26-10, 08:18 AM  
Sueisfine
A Defias Bandit

Forum posts: 3
File comments: 24
Uploads: 0
Hi again and thanks for your quick answer

Well, I haven't tried it yet, I was looking at the code while I'm at work and noticed that detail.

And yes, I also noticed the "SendStatusLost" you mentioned.

If you want I can give it a try next time I join a raid and see it that solves it. If so, I'll let you know and it would be great if you could indeed upload a fix.

Thanks again mate!

Best.
Report comment to moderator  
Reply With Quote
Unread 07-26-10, 06:07 AM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Re: Issue with other raid priests PoMs

Sorry, but since i started my own raidframes ( http://www.wowinterface.com/download...-Injector.html ) this plugin is discontinued

You're right probably, tho i somewhat remember there's a "StatusLost" function you should use before return

Now it works? I could edit and upload then. or upload bugfix yourself as optional patch
Last edited by d87 : 07-26-10 at 06:15 AM.
Report comment to moderator  
Reply With Quote
Unread 07-26-10, 04:32 AM  
Sueisfine
A Defias Bandit

Forum posts: 3
File comments: 24
Uploads: 0
Issue with other raid priests PoMs

Hey there mate and first of all thanks for making this addon. I play as a Holy priest so this really comes in handy.

I just wanted to let you know that even though I enabled the "Show only my PoMs" option I'm still seeing other priest's PoMs in Grid.

I am by no means savvy with LUA but I took a look at the code (last version 2.1) and noticed this bit:
Code:
if count then
        local settings = self.db.profile.alert_pom
        local color
        if caster == "player" then
            color = GridMendingDB.colors[count]
        elseif not GridMendingDB.selfonly then
            color = GridMendingDB.colors["alien"]
        end
        self.core:SendStatusGained(guid, "alert_pom", settings.priority, (settings.range and 40), color, "PoM:"..count, count, nil, icon, expirationTime - duration, duration, count)
end
So plz correct me if I'm seeing this wrong but it seems to me that you're calling "SendStatusGained" even if the "selfonly" option is enabled. Only thing you're doing if that's the case is not switching to the alien color but otherwise you're still sending the status to Grid.

Shouldn't it be something like this instead?
Code:
if count then
        local settings = self.db.profile.alert_pom
        local color
        if caster == "player" then
            color = GridMendingDB.colors[count]
        elseif not GridMendingDB.selfonly then
            color = GridMendingDB.colors["alien"]
        else
            return
        end
        self.core:SendStatusGained(guid, "alert_pom", settings.priority, (settings.range and 40), color, "PoM:"..count, count, nil, icon, expirationTime - duration, duration, count)
end
What do you think?

Plz totally disregard this post if this makes no sense at all and in that case I apologize for making you waste your time

Cheers and thanks again!
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 02:04 PM  
Archangel_Mike
Prince of Provocation
 
Archangel_Mike's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 23
File comments: 45
Uploads: 2
Re: Location

Originally posted by Valanya
I'd like to request that this be posted on wowace.com, since all the other Grid modules I know of are there and it would make sense.

Just my 2c.

Thanks for the addon
When all those on ACE decide to update here.. I'll agree with your 2c.

Back scratching FTW.
__________________
[SIGPIC][/SIGPIC]
<~~~Support your addon authors today!~~~>
Report comment to moderator  
Reply With Quote
Unread 03-05-08, 03:58 AM  
Valanya
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 4
Uploads: 1
Location

I'd like to request that this be posted on wowace.com, since all the other Grid modules I know of are there and it would make sense.

Just my 2c.

Thanks for the addon
Report comment to moderator  
Reply With Quote
Unread 02-03-08, 02:50 PM  
Moldana
An Aku'mai Servant

Forum posts: 36
File comments: 4
Uploads: 0
i change something in the code --->
................
local D = nil;
for i=1, 40 do
local name, rank, iconTexture, count, duration, timeLeft = UnitBuff(unit,i);
if name then
if name == L["Gebet der Besserung"] then
C = count;
D = duration;
break;
end

...............

the If name ==L["xxxxx"] then
Report comment to moderator  
Reply With Quote
Unread 01-27-08, 05:23 AM  
Moldana
An Aku'mai Servant

Forum posts: 36
File comments: 4
Uploads: 0
problem

hmm
it will not work
if it's possible thats not working with the german Client ??
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: