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,230
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-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-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, 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-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-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, 06:28 PM  
Binary102
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
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
Report comment to moderator  
Reply With Quote
Unread 09-10-09, 01:56 AM  
Valk_d
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hey.

Can anyone plz help with my PP problem: after i've downloaded and intstalled current version my greater blessings stopped working, there is no reaction for left mouse button, everything else works perfect. What can cause problem like that?

I ve already tried to intall version from curse and it didnt help.
Report comment to moderator  
Reply With Quote
Unread 08-30-09, 11:51 PM  
Nefz
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Originally posted by Aznamir
The log looks okay. Try deleting PallyPower.lua in WTF/.../SavedVariables.
Does PallyPower work without any other mods enabled?
Thanks. That worked
Actually i removed everything that is PallyPower related and reinstalled it
Report comment to moderator  
Reply With Quote
Unread 08-30-09, 08:11 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 Nefz
What should i be checking in there? Pallypower showed that its loaded.
The log looks okay. Try deleting PallyPower.lua in WTF/.../SavedVariables.
Does PallyPower work without any other mods enabled?
Report comment to moderator  
Reply With Quote
Unread 08-25-09, 09:40 PM  
Nefz
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Originally posted by Aznamir
Are you sure you did not update any mods?
Checkthe content of Logs/FrameXML.log in WoW folder.
What should i be checking in there? Pallypower showed that its loaded.

8/26 11:35:04.873 Loading add-on ArenaCalculator
8/26 11:35:04.873 ** Loading table of contents Interface\AddOns\ArenaCalculator\ArenaCalculator.toc
8/26 11:35:04.873 ++ Loading file Interface\AddOns\ArenaCalculator\ArenaCalculator.xml
8/26 11:35:04.873 ACalcFrameBox1EditBox: FontString element overriding font ChatFontNormal
8/26 11:35:04.873 ACalcFrameBox2EditBox2: FontString element overriding font ChatFontNormal
8/26 11:35:04.873 Loading add-on AtlasLoot
8/26 11:35:04.873 ** Loading table of contents Interface\AddOns\AtlasLoot\AtlasLoot.toc
8/26 11:35:04.873 ++ Loading file Interface\AddOns\AtlasLoot\Core\AtlasLoot.xml
8/26 11:35:04.873 AtlasLootSearchBox: FontString element overriding font ChatFontNormal
8/26 11:35:04.873 ++ Loading file Interface\AddOns\AtlasLoot\DefaultFrame\AtlaslootDefaultFrame.xml
8/26 11:35:04.873 AtlasLootDefaultFrameSearchBox: FontString element overriding font ChatFontNormal
8/26 11:35:04.873 Loading add-on AuraMap
8/26 11:35:04.873 ** Loading table of contents Interface\AddOns\AuraMap\AuraMap.toc
8/26 11:35:04.873 Error loading Interface\AddOns\AuraMap\Libs\AceHook-2.1\AceHook-2.1.lua
8/26 11:35:04.873 Loading add-on MobInfo2
8/26 11:35:04.873 ** Loading table of contents Interface\AddOns\MobInfo2\MobInfo2.toc
8/26 11:35:04.873 Error loading Interface\AddOns\MobInfo2\MI2_Import.lua
8/26 11:35:04.873 ++ Loading file Interface\AddOns\MobInfo2\Frames\MI2_Config.xml
8/26 11:35:04.873 Couldn't find inherited node: OptionFrameBoxTemplate
8/26 11:35:04.873 Loading add-on PallyPower
8/26 11:35:04.873 ** Loading table of contents Interface\AddOns\PallyPower\PallyPower.toc
8/26 11:35:04.873 ++ Loading file Interface\AddOns\PallyPower\PallyPower.xml
8/26 11:35:04.873 Virtual object named AuraButtonTemplate already exists
8/26 11:35:04.873 Loading add-on SharedMediaAdditionalFonts
8/26 11:35:04.873 ** Loading table of contents Interface\AddOns\SharedMediaAdditionalFonts\SharedMediaAdditionalFonts.toc
8/26 11:35:04.873 Error loading Interface\AddOns\SharedMediaAdditionalFonts\MyAdditionalFonts.lua
8/26 11:35:04.873 Loading add-on simpleMinimap
8/26 11:35:04.873 Binding header smmTITLE is defined more than once in Interface\AddOns\simpleMinimap\Bindings.xml
Report comment to moderator  
Reply With Quote
Unread 08-24-09, 10:20 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 Nefz
Im having a little problem pallypower too.
It worked fine this morning but when i logged back on in the evening,
i get this error:
Are you sure you did not update any mods?
Checkthe content of Logs/FrameXML.log in WoW folder.
Report comment to moderator  
Reply With Quote
Unread 08-24-09, 07:22 AM  
Nefz
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Im having a little problem pallypower too.
It worked fine this morning but when i logged back on in the evening,
i get this error:

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

Forum posts: 26
File comments: 103
Uploads: 2
Re: Re: Re: Re: Re: Do profiles work?

Originally posted by barndawgie
Thanks for this tip; this is more what I want. However it doesn't seem to save Seal, Aura, or Individual blessing assignments (which are the things that change most often when I switch between specs).
Are you considering providing that functionality in a future relase? If not, is there a way I can get scripted access to the functions to set these things (so I can do it from a Macro)?
Seals can be changed with
/script PallyPower:SealAssign(id)

RF and Auras can not, sorry.
Report comment to moderator  
Reply With Quote
Unread 07-26-09, 09:19 PM  
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 94
Uploads: 4
This is happening to me also just started happening today and it is stuck in the midle of my screen now
__________________
Report comment to moderator  
Reply With Quote
Unread 07-25-09, 04:59 AM  
Aznamir
A Fallenroot Satyr
 
Aznamir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 103
Uploads: 2
Re: Options button

Originally posted by Rallein
I'm not having any luck in getting the options button to work. I have updated plenty of times with no success. Am I doing something wrong?
Please make a screenshot with the assignment window open and post it here.
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.