* Player Names:
1. Provide ability to color all chat nicks by a generated color by name so you get unique colors.
2. Provide ability to add the player level in front of the player name.
3. Provide ability to show players raid group number (like Nurfed).
4. Provide ability to remember player class information that is discovered (see CleanChat)
* Scroll :
1. Provide ability to show a "scroll to bottom" button in the corner of a chatframe when not at the bottom.
* Timestamps :
1. Provide ability to toggle the space between the timestamp and playername/channelname off and on
2. Per ChatFrame timestamps format
* Improved localisation
Done and commited... hope it works :D
NB: Actually, the random nick coloring is the same as the class coloring, don't want to think about a method to randomize things ^^ feel free to hack one :D
PS : I think I've broke the koKR locales in some modules... sorry :(
Does anyone know how to get timestamps to appear in 12hr format? I checked the Prat commands link and tried a number of strftime commands, but I cant seem to get it to work.
It's not working, /prat gives the usual 'enter /help blah blah blah' for me :(
Shows it as checked to load in the Addon List, latest SVN version.
give more details please :D
Downloaded prat, put it in Interface/Addons, opened up WoW, confirmed that it was in the addon list and that the 'load' box was checked. When I log in, the game behaves as if I don't have prat.
Just updated to Rev14455, disabled raidgroup and level of the playernames modul... now when I login the following error appears
[2006/10/20 10:03:36-1554]: modules\PlayerNames.lua:234: table index is nil
modules\PlayerNames.lua:234: in function `addName'
modules\PlayerNames.lua:182: in function `updateFriends'
modules\PlayerNames.lua:168: in function `OnEnable'
AceAddon-2.0\AceAddon-2.0.lua:466: in function `obj_method'
AceEvent-2.0\AceEvent-2.0.lua:244: in function `TriggerEvent'
AceEvent-2.0\AceEvent-2.0.lua:894: in function <...ce\AddOns\!!!Libs\Ace2\AceEvent-2.0\AceEvent-2.0.lua:886>
Prat isn't working and some other addons aren't loading either ... when I reloadui the error isn't happening ... only on logins.
ps: I don't think it's important, but I disabled (##) the following modules in the .toc file: Buttons, ChannelsSeparator, Fading, FontSize, Editbox, History, Justify, Keybindings, TellTarget, Timestamps
edit: the error is gone after enabling the level display of the playernames modul, with raidgroup display still disabled
It's not working, /prat gives the usual 'enter /help blah blah blah' for me :(
Shows it as checked to load in the Addon List, latest SVN version.
give more details please :D
Downloaded prat, put it in Interface/Addons, opened up WoW, confirmed that it was in the addon list and that the 'load' box was checked. When I log in, the game behaves as if I don't have prat.
And you have no error at all ?
thx duglum for the typo :)
@Sariash : I've added a check on player Names. but your error is strange, do you have some friends in your friend list tha have deleted their char on something like this ?
Could be that I have some chars in the friendlist that are deleted or moved the server ... but the error is only happening if I disable the level display - so the playernames modul should behave like in the version before without the leveldisplay (with raidgroup disabled too), shouldn't it?
Could be that I have some chars in the friendlist that are deleted or moved the server ... but the error is only happening if I disable the level display - so the playernames modul should behave like in the version before without the leveldisplay (with raidgroup disabled too), shouldn't it?
No, now I'm saving the level even if you don't want to show it, then if you change opinion, the level of people is already saved.
Test the last revision please, I've added a nil test.
You missed a "then" after the "if name" -- but no more errors with the check now, thanks.
edit: when you save the level even if not shown, its not explaining that the error only happens when level display is disabled or? when enabled the error never appeared ... /shrug ;-)
Done and commited... hope it works :D
NB: Actually, the random nick coloring is the same as the class coloring, don't want to think about a method to randomize things ^^ feel free to hack one :D
PS : I think I've broke the koKR locales in some modules... sorry :(
cheers.
I've forgotten that I haven't found a solution to find the actual chatframe number :(
I just replaced ReURL, Teknicolor and vChat with Prat. But to be fair I must say that these are great Addons too. :)
Prat build 13965, options window shown so you see what I have checked (the Level option in Playernames module is off).
eta: Scroll to bottom button works perfectly. Thank you! Congrats guys, you've now replaced virtually every chat mod out there. Well done. :D
just change the (Unit) to ("target") at line 219.
Edit: Ok, was able to commit now.. the wiki helped me out with the Commit Rules... ;)
I prefer [%H:%M] for normal Chat and [%H:%M:%S] for my CombatLog. :)
Downloaded prat, put it in Interface/Addons, opened up WoW, confirmed that it was in the addon list and that the 'load' box was checked. When I log in, the game behaves as if I don't have prat.
sweet, exactly what I was looking for, thx
Prat isn't working and some other addons aren't loading either ... when I reloadui the error isn't happening ... only on logins.
ps: I don't think it's important, but I disabled (##) the following modules in the .toc file: Buttons, ChannelsSeparator, Fading, FontSize, Editbox, History, Justify, Keybindings, TellTarget, Timestamps
edit: the error is gone after enabling the level display of the playernames modul, with raidgroup display still disabled
And you have no error at all ?
thx duglum for the typo :)
@Sariash : I've added a check on player Names. but your error is strange, do you have some friends in your friend list tha have deleted their char on something like this ?
No, now I'm saving the level even if you don't want to show it, then if you change opinion, the level of people is already saved.
Test the last revision please, I've added a nil test.
edit: when you save the level even if not shown, its not explaining that the error only happens when level display is disabled or? when enabled the error never appeared ... /shrug ;-)
Am now getting this error however:
[2006/10/20 20:13:23-375]: modules\PlayerNames.lua:234: `then' expected near `if'
---
I've committed the (obvious) fix.