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,732
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 05-02-09, 01:36 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Originally posted by Yonie
Found, Благословение королей (kings), rank , parsed rank 1.
Found, Великое благословение королей (gkings), rank , parsed rank 1.
Found, Великое благословение мудрости (gwisdom), rank Ур. 5, parsed rank none.
Found, Великое благословение могущества (gmight), rank Ур. 5, parsed rank none.
Found, Благословение могущества (might), rank Уровень 10, parsed rank none.
Found, Благословение мудрости (wisdom), rank Уровень 9, parsed rank none.
Ergh interesting, I didn't realize it used two different rankings like that, try this then for localization:

["Rank ([0-9]+)"] = "(%d+)",
Last edited by Shadowed : 05-02-09 at 01:37 PM.
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 01:06 PM  
Yonie
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Found, Благословение королей (kings), rank , parsed rank 1.
Found, Великое благословение королей (gkings), rank , parsed rank 1.
Found, Великое благословение мудрости (gwisdom), rank Ур. 5, parsed rank none.
Found, Великое благословение могущества (gmight), rank Ур. 5, parsed rank none.
Found, Благословение могущества (might), rank Уровень 10, parsed rank none.
Found, Благословение мудрости (wisdom), rank Уровень 9, parsed rank none.
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 12:54 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
removed since it was breaking layout
Last edited by Shadowed : 05-02-09 at 01:35 PM.
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 12:41 PM  
Yonie
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Actually that script doesn't return anything.
I tried "Ранг" also, didn't work.
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 12:17 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Ah yea, if they're using PallyPower that would be why.

Try this:

/script local name, rank = GetSpellInfo(48934); print(string.format("%s (%s)", name, rank or "<none>")))

Didn't think that the spell book might use a different rank format from the GetSpellInfo one, but what do you see when you try that?

From looking at the "Rank #" string PallyPower uses, it uses "Ранг", so "Ранг ([0-9]+)" might work as well.
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 12:02 PM  
Yonie
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
No, we all have Russian clients. It's impossible to play on a Russian realm with a non-Russian client. But all other paladins use PallyPower. Maybe Paladin Buffer gets their talents from PallyPower, but when I tried enabling both it didn't solve my problem.

Here's a screenshot:
http://img.photobucket.com/albums/v6.../blessings.jpg
So it's "Уровень" or "Ур.", I tried both.
Last edited by Yonie : 05-02-09 at 12:08 PM.
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 11:45 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
They might be using an English or German client, can you screen shot a tooltip of your Greater Blessing of Might or Wisdom ability, might be a different regex is needed.

And what is the line you added into localization.ruRU.lua
Last edited by Shadowed : 05-02-09 at 11:46 AM.
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 11:39 AM  
Yonie
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I added that line, but it still doesn't show my blessings. But I realized, that in a raid it shows correctly other people's buffs and talents. And I still only have BoK.

I also noticed, that while most spells in my spellbook have "ranks", my greater blessings have "r.". I tried writing both in the localization file and neither worked.
Last edited by Yonie : 05-02-09 at 11:44 AM.
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 09:34 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Forgot the TOC part, open PaladinBuffer.lua and below localization.deDE.lua add localization.ruRU.lua
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 03:12 AM  
Yonie
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
That didn't help... It still only assigns kings.
I created the file and inserted Russian equivalent for Rank, but nothing changed.
Last edited by Yonie : 05-02-09 at 07:11 AM.
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 06:03 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
I cannot fix this, as I cannot translate Russian.

However, you can, this is what you do:

In game, type /script print(string.format("Localization: %s", GetLocale() or "none"))

The word after "Localization:" is what you're looking for, it should be ruRU for Russian.

Create a new file called localization.ruRU.lua

containing the following:

Code:
if( GetLocale() ~= "ruRU" ) then
	return
end

PaladinBufferLocals = setmetatable({
	["Rank ([0-9]+)"] = "Rank ([0-9]+)",
})
On your spell tooltip, you will see the Russian equivalent of "Rank #", So (Making this up) if "Rank" in Russian is "FooBar" you would have

Code:
if( GetLocale() ~= "ruRU" ) then
	return
end

PaladinBufferLocals = setmetatable({
	["Rank ([0-9]+)"] = "FooBar ([0-9]+)",
})
And then it should work for Russian localization.
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 05:21 PM  
Yonie
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
No buffs

The only buff I can assign is kings. Other three are grey and not clickable. I play with a Russian localization. Hope you can fix this.
Report comment to moderator  
Reply With Quote
Unread 04-30-09, 10:02 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Ah, yes "None" means they do not have a blessing active
Report comment to moderator  
Reply With Quote
Unread 04-30-09, 09:54 PM  
Pango474
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
http://sites.google.com/site/mywowscreenshots/

In the screenshot, the window I'm talking about is the in the top right under my mini map. You can see is says my name as well as the word NONE. The pop-out window also says NONE when you wand over it.
Report comment to moderator  
Reply With Quote
Unread 04-30-09, 02:55 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Not really sure what you mean, could you provide a screenshot?
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.