Level = UnitLevel(Unit)
_, Class = UnitClass("target")
Should be :
Level = UnitLevel("target")
Class = UnitClass("target")
The second returned argument of UnitClass is the english name in capitalized letter, so it's correct too :D ( http://www.wowwiki.com/API_UnitClass )
Yes, we have to use BabbleClass, but if you change your locals, your information would still ve correct. You can share your data with other player who plays with another locals too with that way of saving the information :D
Not sure if they've been mentioned, but search didn't bring up anything.
1) Raid chat formatting - Every other channel is properly formatted with timestamps but the raid channel shows up as [Raid]Name Timestamp Message as opposed to Timestamp [Raid]Name: Message
2) Is there anyway to change the method of displaying timestamps like putting brackets around it?
Just recently discovered that part removed my ability to <ctrl>-click a name in the chat for targetting that person. I miss that :(
Are you sure that's a Prat issue and not one of you addons that have changed or something ?
Thx for the reply about Alakhnor question :D
@keLston :
1° Since the raid replacement is made exactly the same way than the others, I think one of you other addon is messing up something :D
2° You can add bracket or everything else you want in the timestamps format, for example mine is [%H:%M]
Added ChannelColorMemory - Module for Prat that remembers the colors of channels by channel name
Updated the wikki with a short description.
Basically when you set the colors for channel 'foo', this will change the color of the channel to what you set foo to no matter if it is channel 1 or 10.
Added ChannelColorMemory - Module for Prat that remembers the colors of channels by channel name
Updated the wikki with a short description.
Basically when you set the colors for channel 'foo', this will change the color of the channel to what you set foo to no matter if it is channel 1 or 10.
Im having a problem.
I have 2 chatwindows, 1 guildchat with wisps, officerchat, and private channels, a second chatwindow with all common channels and raid-partychats.
Now sometimes it happens that my guildchat windows just disappears.
When i create a new window, naming it "guild name" like before, i have the window back but with addition of say yell and partychannels. So i just remove those say/yell/party chats.
I mostly have this when im in a BG, after a rezzing at a gy.
I don't know if this is a common problem or anyone else have this.
Im not sure if i get this problem when im doing a normal raid. But i think not.
Anyone?
Just recently discovered that prat removed my ability to <ctrl>-click a name in the chat for targetting that person. I miss that :(
Are you sure that's a Prat issue and not one of you addons that have changed or something ?
I could be wrong ofc I've been known to be from time to time ;) but prat is the only AddOn afaik that I installed that have anything to do with the Chat Frames :(
r16165 | sylvanaar | 2006-11-06 16:30:56 -0500 (Mon, 06 Nov 2006) | 1 line
Prat: PopupMessage - Displays chat with your name in a popup so that you dont miss it
BRILLIANT! no more lost lines in the chat windows when i raid :P However please make it so it tracks only the incoming messages, because as it is now, if i type something in a chat channel, it will see my character's name and pop up a notification about it.
Prat rules the universe <3
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I know ^^ I'm missing this option too, but really don't have time to code it :D
Modules/PlayerNames.lua.
I think these lines :
Should be :
The second returned argument of UnitClass is the english name in capitalized letter, so it's correct too :D ( http://www.wowwiki.com/API_UnitClass )
Yes, we have to use BabbleClass, but if you change your locals, your information would still ve correct. You can share your data with other player who plays with another locals too with that way of saving the information :D
1) Raid chat formatting - Every other channel is properly formatted with timestamps but the raid channel shows up as [Raid]Name Timestamp Message as opposed to Timestamp [Raid]Name: Message
2) Is there anyway to change the method of displaying timestamps like putting brackets around it?
localizedClass, englishClass = UnitClass("unit")
The reason krtek is using _, is that he want englishClass and not localizedClass
_, <var> = tells lua to skip the first returned value and save the second in <var>, so _, is in fact not in excess ;)
If you are using an English client both of them would be very similar one uppercase and one correctly cased but that's it.
Edit: Spelling!
thx for the info. I'm a newb in lua. ;)
Are you sure that's a Prat issue and not one of you addons that have changed or something ?
Thx for the reply about Alakhnor question :D
@keLston :
1° Since the raid replacement is made exactly the same way than the others, I think one of you other addon is messing up something :D
2° You can add bracket or everything else you want in the timestamps format, for example mine is [%H:%M]
Updated the wikki with a short description.
Basically when you set the colors for channel 'foo', this will change the color of the channel to what you set foo to no matter if it is channel 1 or 10.
zomg you rox :D
Thanx for this new module :D
I have 2 chatwindows, 1 guildchat with wisps, officerchat, and private channels, a second chatwindow with all common channels and raid-partychats.
Now sometimes it happens that my guildchat windows just disappears.
When i create a new window, naming it "guild name" like before, i have the window back but with addition of say yell and partychannels. So i just remove those say/yell/party chats.
I mostly have this when im in a BG, after a rezzing at a gy.
I don't know if this is a common problem or anyone else have this.
Im not sure if i get this problem when im doing a normal raid. But i think not.
Anyone?
That fixes it for most people.
I could be wrong ofc I've been known to be from time to time ;) but prat is the only AddOn afaik that I installed that have anything to do with the Chat Frames :(
Chatbox had that ability, but Prat doesn't :)
BRILLIANT! no more lost lines in the chat windows when i raid :P However please make it so it tracks only the incoming messages, because as it is now, if i type something in a chat channel, it will see my character's name and pop up a notification about it.
Prat rules the universe <3