Download
(147Kb)
Download
Updated: 05-04-09 10:38 PM
Pictures
File Info
Updated:05-04-09 10:38 PM
Created:03-10-09 07:04 PM
Downloads:15,812
Favorites:77
MD5:

Paladin Buffer  Popular! (More than 5000 hits)

Version: r1313
by: Shadowed [More]

Note!: I've not played a Paladin for a while and so this isn't maintained. Antiarc has written his own Pally Power replacement that I would recommend using in place of PB: http://www.wowace.com/addons/blessed/


Paladin Buffer is meant to simplify the assigning and managing both greater and single blessings... and there's not really much to it besides that. Includes a small buff status frame to see what the lowest greater and single blessing is overall and per class, the ability to buff individual classes through it as well as a key binding to smart greater and single buffing people. Syncs with other Paladin Buffer users, and includes an option (enabled by default) to sync with Pally Power.

Slash command is /paladinbuffer and the short cut is /pb

For broker users, you can use the plugin by fraz0815, Broker Paladin Buffer

Optional Files (0)


Post A Reply Comment Options
Unread 03-19-09, 05:43 PM  
Samasnier
A Deviate Faerie Dragon
 
Samasnier's Avatar

Forum posts: 13
File comments: 47
Uploads: 0
That's a shame, I know there are more than three paladins in all of WoW that would like to see their addon's buffing frame when solo.
Report comment to moderator  
Reply With Quote
Unread 03-16-09, 11:38 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Originally posted by zaphon
Yeah, I won't be using it until it can do this. I don't even have any of the buffs on any of my bars anywhere, as I use PallyPower to manage them for me. I can't imagine buffing two different ways depending on whether I'm solo or in a group.
Well you'll likely be waiting a while, as I don't have any plans for this currently.
Report comment to moderator  
Reply With Quote
Unread 03-15-09, 11:09 AM  
zaphon
A Defias Bandit

Forum posts: 2
File comments: 27
Uploads: 0
Originally posted by phrozenassid
Is there anyway to make this addon show when you are solo? While I know the main goal of these style addons is to quickly organize raid buffs I used to use pallypower as a self-buff button that sat over in the corner. I thought that having the everywhere else option checked would show it whenever, but I am only able to get the buff casting frame to appear when I am in a group, raid, bg, etc and not just when I am walking around. Is there some way to just make the buff casting anchor show 100% of the time and never hide?
Yeah, I won't be using it until it can do this. I don't even have any of the buffs on any of my bars anywhere, as I use PallyPower to manage them for me. I can't imagine buffing two different ways depending on whether I'm solo or in a group.
Report comment to moderator  
Reply With Quote
Unread 03-14-09, 09:21 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
fraz0815: Looks good, will toss a link to it in a second

dracula: As fraz said, the percentage and ignore offline options are what you're looking for. The problem isn't the logic, it's the code, basically.

There's two functions it uses, one is IsSpellInRange (Or close to that) which is whats used to show the red when a spell is out of range, it's 100% accurate. I tried another method which is UnitIsVisible (This is what defines if you see there portrait or a default one and such), the logic worked out as.

1) Is someone within the spell cast range
2) Is everyone else within visible range

The basic idea was that, if we had someone to cast it on, as long as everyone else was within visible range the spell would chain to them. Originally, I thought it was around 100 yards when I was testing in Dalaran, but testing it in an actual raid seems to say otherwise.

Alkar: You're not really supposed to be changing assignments that often, the last version pushed added support for being able to SHIFT + click a buff to mass assign it thought.
Report comment to moderator  
Reply With Quote
Unread 03-14-09, 08:42 PM  
fraz0815
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 13
Uploads: 2
Originally posted by Shadowed
A trick you could do is instead, SlashCmdList["PALADINBUFFER"]("assign") to toggle the assignment UI and SlashCmdList["PALADINBUFFER"]("config") for the configuration, I'll expose those two functions next push.
Thanks, works now (uploaded as Broker_Paladin Buffer).

@dracula
there is an option called "percentage of in range to buff" which should help.
Report comment to moderator  
Reply With Quote
Unread 03-14-09, 07:46 PM  
dracula
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 70
Uploads: 2
Originally posted by Shadowed
It uses a slightly different method of detecting range that I wanted to try, but it hasn't worked very well. Next push it goes back to the normal, is everyone strictly within 30/40 yards.
I think the idea was actually very good, but perhaps the code logic was not entirely correct.

Btw, what do you do if there's an offline/out-of-range player in the raid and you want to buff that class anyway. Seems that the addon currently refuses to buff until all players are in range (ie. the button is red), any way to override that (for example, with control+click or so)?
Report comment to moderator  
Reply With Quote
Unread 03-14-09, 04:58 PM  
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 94
Uploads: 4
Is there an easier way to change assignments then having to /pb assign everytime? maybe a mouse scroll up or down chnages the wanted buff like PP i guess
__________________
Report comment to moderator  
Reply With Quote
Unread 03-14-09, 03:07 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
It uses a slightly different method of detecting range that I wanted to try, but it hasn't worked very well. Next push it goes back to the normal, is everyone strictly within 30/40 yards.
Report comment to moderator  
Reply With Quote
Unread 03-14-09, 02:01 PM  
dracula
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 70
Uploads: 2
The new options to change background are great, I just notice some range detection errors:

I'm in a 25-man raid, and flying somewhere mid-air heading to the instance, ie. there's noone in range nor visible. All buttons are red ("Can rebuff") except paladin is yellow ("Cannot rebuff", ofc I am in range of myself). Shouldn't all buttons be yellow, because noone is in range?

In fact, atm there's no difference between the case where all players of one class are in range, and where none of the players of class are in range, both buttons turn up red.
Last edited by dracula : 03-14-09 at 02:05 PM.
Report comment to moderator  
Reply With Quote
Unread 03-13-09, 05:05 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
There isn't
Report comment to moderator  
Reply With Quote
Unread 03-13-09, 03:22 PM  
phrozenassid
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 23
Uploads: 2
Is there anyway to make this addon show when you are solo? While I know the main goal of these style addons is to quickly organize raid buffs I used to use pallypower as a self-buff button that sat over in the corner. I thought that having the everywhere else option checked would show it whenever, but I am only able to get the buff casting frame to appear when I am in a group, raid, bg, etc and not just when I am walking around. Is there some way to just make the buff casting anchor show 100% of the time and never hide?
Report comment to moderator  
Reply With Quote
Unread 03-13-09, 10:22 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
A trick you could do is instead, SlashCmdList["PALADINBUFFER"]("assign") to toggle the assignment UI and SlashCmdList["PALADINBUFFER"]("config") for the configuration, I'll expose those two functions next push.
Last edited by Shadowed : 03-13-09 at 10:30 AM.
Report comment to moderator  
Reply With Quote
Unread 03-13-09, 10:15 AM  
fraz0815
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 13
Uploads: 2
Great work, like it very much :-)
I was tired of typing /pb assign-config, so i wrote a little ldb hack. if anyone is interested, copy&paste following lines to the end of config.lua

Code:
--dirty LDB support assuming you have ldb1.1 loaded from somewehere else
LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("Paladin Buffer", {
	type = "launcher",
	label = "Paladin Buffer",
	OnClick = function(_, msg)
		if msg == "LeftButton" then
			local Assign = PaladinBuffer.modules.AssignGUI
			Assign:CreateFrame()
		
			if( Assign.frame:IsVisible() ) then
			Assign.frame:Hide()	
			else
			Assign.frame:Show()
			end
			
		elseif msg == "RightButton" then
			if( not registered ) then
			if( not options ) then
				loadOptions()
			end

			config:RegisterOptionsTable("PaladinBuffer", options)
			dialog:SetDefaultSize("PaladinBuffer", 650, 525)
			registered = true
			end

			dialog:Open("PaladinBuffer")
			
			end
	end,
	icon = "Interface\\Icons\\INV_Hammer_01",
	
	-- Remove --[[ --]]  to add a simple tooltip
	--[[
	OnTooltipShow = function(tooltip)
		if not tooltip or not tooltip.AddLine then return end
		tooltip:AddLine("Paladin Buffer")
		tooltip:AddLine("Click to show blessing assignment")
		tooltip:AddLine("Right-click to open the options menu")
	
	end,
	--]]
})
Tried to make a standalone addon, but it seems that my poor knowledge of lua didn't want me to open the damn options frame, only assigngui, seems to be due some local functions?
Report comment to moderator  
Reply With Quote
Unread 03-12-09, 06:48 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
He has no assignments, or he is not showing up in the /pb assign window period? Paladins using either this or PP should always show up in the assignment window even if they don't have any improved blessings.

They might have to either refresh, or he has to make sure that it's set to be enabled, if they have the mod disabled due to say not being in a raid instance, you won't see them showing up on syncs. Although, that probably should be changed so syncs still work but no frames show.
Report comment to moderator  
Reply With Quote
Unread 03-12-09, 06:07 PM  
Kuthumii
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 12
Uploads: 1
You updated it and I didn't notice. 5 of us are running 1152 and he is running 1153. Not sure if it matters but since we are working on Sarth+3 I had everyone disable it and we will use in on a Naxx farm night when we can deal with hiccups. >.< No errors for the first hand full of wipes though.
Last edited by Kuthumii : 03-12-09 at 08:15 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.