Download
(405Kb)
Download
Updated: 09-09-20 05:14 PM
Pictures
File Info
Compatibility:
Classic Patch (1.13.5)
Updated:09-09-20 05:14 PM
Created:unknown
Downloads:397,060
Favorites:1,435
MD5:

PallyPower  Popular! (More than 5000 hits)

Version: v1.2.27 Classic
by: Aznamir [More]

Pally Power Classic is based on version 3.0 from the Wrath of the Lich King days. This add-on provides an interactive and easy to use interface that allows you to set your own blessings (Righteous Fury, Aura, Seal and Blessings) and automatically checks for missing buffs with an easy to read indicator. While in a Party or RAID Pally Power can be used to assign blessings to other Paladins. Fellow Paladins will also have to run Pally Power for this to occur and the Paladin doing the assignments will have to be the Party Leader, Raid Leader or Raid Assistant. Fellow Paladins can select the "Free Assignment" setting to allow other non-leaders to change your Blessing assignment. In combat, none of the assignments can be changed due to the in-combat lock-out. Button controls are as follows from Top to Bottom:

Aura Button:

Mouse-Wheel (Up/Down) to cycle though Auras.
Left-Click to cast.

Seal Button | Left Side (Righteous Fury):

SHIFT + Mouse-Wheel (Up/Down) Turns Righteous Fury on/off.
Left-Click to cast.

Seal Button | Middle (Seals):

Mouse-Wheel (Up/Down) to cycle through Seals.
Right-Click to cast.

Drag Dot:

Hover over will produce a tooltip on its usage and status colors.

Left-Click to Lock (Red) / Unlock (Green) – will auto lock after 30 seconds.
Right-Click opens Blessing assignment config.

Auto Buff Button:

This button is useful when a class already has a Greater Blessing ticking away and a player within that class had died, missed the initial Greater Blessing, just joined the Party/Raid, or has an alternate blessing assigned to an individual player other than the class assignment. For example, my guild will assign Greater Blessing of Salvation to Warriors but assign a Normal Blessing of Light to tanks. The Auto Buff button will refresh those Normal Blessing assignments on the tanks without recasting Greater Blessing of Salvation and wasting Symbol of Kings. Right-Click will NOT work while in combat. Use the player’s Pop Out button (see below) to rebuff Normal Blessings while in combat.

Left-Click will buff/refresh Greater Blessings starting with a class that isn't buffed followed by the least time remaining.
Right-Click will buff/refresh Normal Blessings starting with a class that isn't buffed followed by the least time remaining.

Class Buttons:

Left-Click will cast a Greater Blessing on that class. PAY ATTENTION TO THE TIMERS because Left clicking each class button more than once will just waste Symbol of Kings. Left-Click will also work IN combat.
Right-Click works much the same way the Auto Buff button works except that it's limited to buffing the players in the clicked class. Right-Click will NOT work in combat. Use the player’s Pop Out button (see below) to rebuff Normal Blessings while in combat.

Class Buttons --> Pop Out (*Player Names*):

Left-Click will buff the named player with a Greater Blessing along with all players of that class. This is how Greater Blessings work by design so don't click each player with a Greater Blessing. You'll just waste Symbol of Kings.
Right-Click will buff the player with a Normal Blessing. These are the ONLY buttons that can be used to rebuff Normal Blessings while in combat.

v4.0.11
Re-done to support whatever paladin buffing functionality is left in WoW4.0.1
v4.0.12-15
Small fixes, options menu adjustments, added profile support, updated localizations, etc.

v4.0.16-4.0.17
Small code clean-up
RF button takes place of seals/auras when they disabled, so there's no more gap between buttons
Added SharedMedia to optional dependencies to fix the load order
Corrected CancelTimer issues
Post A Reply Comment Options
Unread 09-20-09, 06:49 PM  
Aznamir
A Fallenroot Satyr
 
Aznamir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 103
Uploads: 2
Originally posted by Binary102
Since I can't seem to track it down through any menu options in-game or see it on the PP tutorial...Is there a way to blacklist groups 6-8 from interfering with the autobuff threshold? My most recent guild has people who are waiting to get in usually stay in the raid for attendance purposes, and it occasionally refuses to 'autobuff' certain classes without manually clicking the class icon.

If not, does anybody have insight on a way to edit the LUA files to work as a temporary fix?

Other then that, thanks for the great addon, has made my life as a buffbot much easier
In PallyPower.lua, in function PallyPower:UpdateRoster()

try replacing
if unit.class == self.ClassID[i] then

with
if unit.class == self.ClassID[i] and unit.subgroup < 6 then
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 09:11 PM  
Binary102
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by Aznamir
In PallyPower.lua, in function PallyPower:UpdateRoster()

try replacing
if unit.class == self.ClassID[i] then

with
if unit.class == self.ClassID[i] and unit.subgroup < 6 then
Worked like a charm, thanks a ton!
Report comment to moderator  
Reply With Quote
Unread 09-22-09, 04:53 PM  
iixii
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
I'm having problems with Pally Power. I've never used it before but the instructions seemed simple.

After I go to the options screen and assign my greater blessings to classes, I hit the refresh button but nothing happens. The class list doesn't update and not even the greater blessing I assigned on myself show up.

All I get is this: http://i97.photobucket.com/albums/l240/846am/ppfail.jpg. Doesn't matter if I'm solo, in a party or in a raid.

Please help.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 09-22-09, 06:07 PM  
Aznamir
A Fallenroot Satyr
 
Aznamir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 103
Uploads: 2
Originally posted by iixii
All I get is this: http://i97.photobucket.com/albums/l240/846am/ppfail.jpg. Doesn't matter if I'm solo, in a party or in a raid.
Make sure you don't have LUA error messages turned off.
Check that the mod is in enabled state - click Options button, make sure that there's a check next to 'Enabled'.
If it is enabled, try to reload UI and click Refresh again. If that does not work, disable all other mods except PallyPower and try again. Maybe some other mod interferes with PP.
Report comment to moderator  
Reply With Quote
Unread 09-22-09, 08:05 PM  
iixii
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Originally posted by Aznamir
Make sure you don't have LUA error messages turned off.
Check that the mod is in enabled state - click Options button, make sure that there's a check next to 'Enabled'.
If it is enabled, try to reload UI and click Refresh again. If that does not work, disable all other mods except PallyPower and try again. Maybe some other mod interferes with PP.
OH. It worked. Thanks so much.
Report comment to moderator  
Reply With Quote
Unread 09-24-09, 12:28 PM  
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 94
Uploads: 4
Soo PP is stuck int he middle of my screen again. The drag button doesnt work its green and there but can mouse onto it and drag it also when ya click it it doesnt turn red so its not hooking to mouse right im thinkin
__________________
Report comment to moderator  
Reply With Quote
Unread 09-27-09, 02:11 AM  
Atylia
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I updated to the latest version of Pallypower and whatever I try other paladins cant seem to see me on Pallypower, I can sometimes see them but not all the time. They are using the same version as I am
Report comment to moderator  
Reply With Quote
Unread 09-28-09, 02:54 AM  
throgar
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
pallypower version 3.2.7 isnt working for me.

the problems are:
1. the addon is permanent visible, its not fading away
2. if i click options, nothing happens
3. disabling all other addons doesnt change a thing

i already deleted my cache folder, deleted the pallypower.lua in wtf/savedvariables and completly removed, reinstalled it

after all this i finally get an error:
Date: 2009-09-28 10:44:26
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\PallyPower\PallyPower.lua line 2574:
attempt to index field '?' (a nil value)
Debug:
(tail call): ?
(tail call): ?
[C]: ?
PallyPower\PallyPower.lua:2574: BuffSelections()
PallyPower\PallyPower.lua:2543: SelectBuffsByClass()
PallyPower\PallyPower.lua:2518: AutoAssignBlessings()
PallyPower\PallyPower.lua:2487: AutoAssign()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
AddOns:
Swatter, v3.1.14 (<%codename%>)
WowheadLooter, v30100
Atlas, v1.14.2
AtlasBattlegrounds, v1.14.2
AtlasDungeonLocs, v1.14.2
AtlasOutdoorRaids, v1.14.2
AtlasTransportation, v1.14.2
AtlasLoot, vv5.08.02
AtlasLootFu, vv5.08.02
AvgItemLevel, vv1.1-Release
Babylonian, v5.1.DEV.130
BadBoy, v3.4.7.1
Configator, v5.1.DEV.190
CTCore, v3.200 (CTMod 3.2)
CTMailMod, v3.200 (CTMod 3.2)
CTPartyBuffs, v3.200 (CTMod 3.2)
DBMCore, v
Decursive, v2.4.3.2
DKMKII, v0.19
FishingBuddy, v0.9.8a
Gatherer, v3.1.14
GathererDBWowhead, v1.0.2009-02-18
IgnoreMore, v1.04
Omen, v3.0.7
Outfitter, v4.7.4
Overhead, v0.1 Beta
PallyPower, vv3.2.7-release
PerlArcaneBar, v
PerlCombatDisplay, v
PerlConfig, v
PerlFocus, v
PerlParty, v
PerlPartyPet, v
PerlPartyTarget, v
PerlPlayer, v
PerlPlayerPet, v
PerlTarget, v
PerlTargetTarget, v
PVPSound, v2.4.1.4
Quartz, v1.0
QuartzBuff, v1.0
QuartzFlight, v1.0
QuartzFocus, v1.0
QuartzGCD, v1.0
QuartzInterrupt, v1.0
QuartzLatency, v1.0
QuartzMirror, v1.0
QuartzPet, v1.0
QuartzPlayer, v1.0
QuartzRange, v1.0
QuartzSwing, v1.0
QuartzTarget, v1.0
QuartzTimer, v1.0
QuartzTradeskill, v1.0
QuestHelper, v1.1.8
RangeDisplay, v3.5.0
RatingBuster, v
Recount, v
SlideBar, v3.1.14 (<%codename%>)
BlizRuntimeLib_enUS v3.2.2.30200 <eu>
(ck=54d)
Last edited by throgar : 09-28-09 at 02:54 AM.
Report comment to moderator  
Reply With Quote
Unread 09-28-09, 05:30 AM  
Aznamir
A Fallenroot Satyr
 
Aznamir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 103
Uploads: 2
Originally posted by throgar
[b]pallypower version 3.2.7 isnt working for me.

the problems are:
1. the addon is permanent visible, its not fading away
2. if i click options, nothing happens
3. disabling all other addons doesnt change a thing

i already deleted my cache folder, deleted the pallypower.lua in wtf/savedvariables and completly removed, reinstalled it
2) Sometimes you can't see options menu if the assignment screen is too big. Try moving it to the right or change its scale using a command
/pp configscale 0.5

3) The all you need to make sure you get the addon from a ligitimate source (www.curse.com, not wow matrix or somesuch) and that you had it unzipped correctly with all folders.
Report comment to moderator  
Reply With Quote
Unread 09-28-09, 05:44 AM  
throgar
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by Aznamir
2) Sometimes you can't see options menu if the assignment screen is too big. Try moving it to the right or change its scale using a command
/pp configscale 0.5

3) The all you need to make sure you get the addon from a ligitimate source (www.curse.com, not wow matrix or somesuch) and that you had it unzipped correctly with all folders.
ok thank you, that did it
Report comment to moderator  
Reply With Quote
Unread 10-04-09, 02:28 AM  
jojoza
A Murloc Raider

Forum posts: 5
File comments: 13
Uploads: 0
Originally posted by iixii
I'm having problems with Pally Power. I've never used it before but the instructions seemed simple.

After I go to the options screen and assign my greater blessings to classes, I hit the refresh button but nothing happens. The class list doesn't update and not even the greater blessing I assigned on myself show up.

All I get is this: http://i97.photobucket.com/albums/l240/846am/ppfail.jpg. Doesn't matter if I'm solo, in a party or in a raid.

Please help.

Thanks.
Same problem here. Help, please!
Report comment to moderator  
Reply With Quote
Unread 10-04-09, 05:41 AM  
Aznamir
A Fallenroot Satyr
 
Aznamir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 103
Uploads: 2
Originally posted by jojoza
Same problem here. Help, please!
If you have the same problem, why not to use the same steps I recommended before?
Report comment to moderator  
Reply With Quote
Unread 10-09-09, 11:58 AM  
YJMark
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I know this is a huge request, but would you ever consider expanding Pally Power to incorporate all classes and buffs? It is so useful for coordinating Paladins. If we could coordinate everyone's buff in a raid, this would be phenomenal for Raid Leading.

Maybe even start with baby steps - like buffs that overwrite Paladin blessings (Mana Spring Totem and Blessing of Wisdom, and stuff like that).
Report comment to moderator  
Reply With Quote
Unread 10-15-09, 10:50 PM  
brontes
A Murloc Raider

Forum posts: 4
File comments: 49
Uploads: 0
Originally posted by YJMark
Maybe even start with baby steps - like buffs that overwrite Paladin blessings (Mana Spring Totem and Blessing of Wisdom, and stuff like that).
Major bloat that isn't needed. MST and Battle Shout are the only things that possibly overwrite. Managing that is ridiculously easy ("don't battle shout" "use healing stream".) Pick one mage/druid/priest for buffs.

The rest of raid buffing are not that complicated.
Last edited by brontes : 10-15-09 at 10:50 PM.
Report comment to moderator  
Reply With Quote
Unread 10-16-09, 11:16 AM  
YJMark
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by brontes
Major bloat that isn't needed. MST and Battle Shout are the only things that possibly overwrite. Managing that is ridiculously easy ("don't battle shout" "use healing stream".) Pick one mage/druid/priest for buffs.

The rest of raid buffing are not that complicated.
If it's not that complicated, why do you call it "major bloat"?

I know it's not that complex. Everyone gets by right now without it. I'm just saying that it would be even easier if Pally Power could do it. Honestly, Pally Power isn't even really needed. But, it makes it easier to handle Pally buffs.
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.