| Updated: | 05-04-09 10:38 PM |
| Created: | 03-10-09 07:04 PM |
| Downloads: | 11,768 |
| Favorites: | 88 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
r1312 |
147kB |
Shadowed |
05-04-09 03:29 PM |
|
r1311 |
147kB |
Shadowed |
05-04-09 02:33 PM |
|
r1309 |
146kB |
Shadowed |
05-02-09 11:47 PM |
|
r1294 |
146kB |
Shadowed |
04-30-09 09:39 PM |
|
r1281 |
145kB |
Shadowed |
04-26-09 09:23 AM |
|
r1266 |
145kB |
Shadowed |
04-23-09 04:37 PM |
|
r1237 |
145kB |
Shadowed |
04-13-09 09:30 PM |
|
r1218 |
144kB |
Shadowed |
04-07-09 11:18 PM |
|
r1183 |
135kB |
Shadowed |
04-02-09 09:11 PM |
|
r1163 |
132kB |
Shadowed |
03-27-09 12:29 PM |
|
r1154 |
130kB |
Shadowed |
03-14-09 05:10 PM |
|
r1153 |
130kB |
Shadowed |
03-12-09 05:59 PM |
|
r1151 |
128kB |
Shadowed |
03-11-09 06:30 PM |
|
r1150 |
128kB |
Shadowed |
03-11-09 05:16 PM |
|
rsomething |
127kB |
Shadowed |
03-10-09 07:04 PM |
![]() |
Comment Options |
|
|
||
pls update it, i love it |
||
|
|
|
|
|
|
Antiarc decided to write his own Paladin mod, and as he plays a Paladin his is maintained. I would highly suggest you guys take a look at http://www.wowace.com/addons/blessed/ and use that instead of PB.
|
|
|
|
|
|
|
|
I'm not playing my Paladin right now so I don't really have much motivation to do updates, if you github the bugs and issues I'll see about getting them fixed though.
|
|
|
|
|
|
|
|
:P
Do this addon work together whid pallypower ?
![]() |
|
|
|
|
|
|
|
Not sure this has been mentioned before, so please just skip over this comment if it has. Also note that I'd have liked to put it in your gitHub, but I'd rather not sign up just to do so.
I noticed that when assigning individual buffs--and more specifically, checking them--the list doesn't update until a buff is clicked. For example, let's say that Paladin 1 is assigned to buff sanctuary on Warrior 1. I go into the individual buffs and would like to check or change Paladin 1's buffs. On clicking his name, nothing changes in the rightward pane. I have to click on a buff (any will do, on any player) for it to update. |
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 8
Uploads: 0
|
So if we set might for paladins, but for playerX I want wisdom, I single assign wisdom for playerX, and set might in the main area for the classes, and when right clicking on smart buff, it will buff all paladins with might, but playerX with wisdom. |
|
|
|
|
|
|
|
The best thing I like about this addon is that it uses a hell of alot less memory than pallypower. The one thing I don't like is, what pallypower does, you set a blessing, you then choose a bind key for single&greater blessing, so that if you press for example mouse3 for single buffing, it buffs whoever in your party/raid without doing manual assignments which is most for just raiding. Like I would like to just press mouse3 and give myself a might,, without setitng up single blessing assignments, it would just auto do the 10 min buffs unless you click the right hotkey which would do 1 group at a time for the greater buffs. Cause with this addon, I have to resort to one or the other then go back in options and change manually when I do raids or whatnot.
I want to just left click the window boxes for lesser of what blessign I choose and right click for greater(or use hotkeys), then if I want I can go into single blessing assignments and set it up for the 1 or 2 people in my raid that want something else. Dunno if this made sense, my head is spinnin ![]()
Last edited by v4npro : 05-20-09 at 03:26 PM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 8
Uploads: 0
|
Now it works. But for some reason it took about half an hour to load the talents. When I logged it showed Rank 5 for BoM, after half an hour it became 5(2).
Sadly there are to many other bugs... People say, I keep disappearing from their list in PallyPower. And WoW freezes for few seconds every now and then. So I guess it's not going to work with Russian localization. It's a pity, I liked the addon. Thanks for your help anyway! |
|
|
|
|
|
|
One last thing to try
Find: (You might want to grab a fresh PaladinBuffer.lua) Code:
for spellToken, spellName in pairs(blessings) do local rank = select(2, GetSpellInfo(spellName)) if( rank ) then rank = rank == "" and 1 or tonumber(string.match(rank, L["Rank ([0-9]+)"])) self.db.profile.blessings[playerName][spellToken] = rank self.foundSpells = true else self.db.profile.blessings[playerName][spellToken] = nil end end Code:
for spellToken, spellName in pairs(blessings) do
local rank = select(2, GetSpellInfo(spellName))
if( rank ) then
if( rank and rank ~= "" ) then
rank = string.match(rank, "(%d+)")
rank = tonumber(rank)
DEFAULT_CHAT_FRAME:AddMessage(string.format("Found spell rank %s (%s), %s.", spellName, spellToken, rank or "none"))
else
rank = 1
end
self.db.profile.blessings[playerName][spellToken] = rank
self.foundSpells = true
else
self.db.profile.blessings[playerName][spellToken] = nil
end
end
Last edited by Shadowed : 05-02-09 at 02:19 PM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 8
Uploads: 0
|
Yep, Russian WoW is bugged. Still doesn't work.
It wrote same "rank none" when I logged in.
Last edited by Yonie : 05-02-09 at 01:52 PM.
|
|
|
![]() |
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.