Since I upgraded to the 202, the Class Color doesnt seem to be working, I turned it on and off again, but its just the same as default wow colouring now.
Also, tried to download 203 and 204, Error 404 is coming up at the moment.
Not sure if this is a Prat issue or WIM issue.. But when using WIM, having it use the "prat formatting" for the chat frames, it has a tendancy to bug and creep out periodically.
I'll have a debug stack later tonight, prolly show up on the WIM Ticket system too
Anywho... I downloaded the most recent version of Prat and I'm still getting an error when I right click on a character's name and select Copy Text, I get: Interface\AddOns\Prat-3.0\modules\CopyChat.lua:317: attempt to index local 'dropdownFrame' (a nil value)
Anywho... I downloaded the most recent version of Prat and I'm still getting an error when I right click on a character's name and select Copy Text, I get: Interface\AddOns\Prat-3.0\modules\CopyChat.lua:317: attempt to index local 'dropdownFrame' (a nil value)
Halp me out buddy! :D
Hey buddy, how ya been. Yeah, Im aware of the error, I just havent had a chance to look at it.
Hey buddy, how ya been. Yeah, Im aware of the error, I just havent had a chance to look at it.
Oh ok thx :D Just chillin, as you might've predicted Naxx makes me want to barf now :p But anywho.. not the place for socializing I guess! Nice to see you're still around and this addon too! I'm on the Arthas server if you're ever THAT bored, same char name, good work!
...when I right click on a character's name and select Copy Text, I get: Interface\AddOns\Prat-3.0\modules\CopyChat.lua:317: attempt to index local 'dropdownFrame' (a nil value)
I was getting the same error, I found out how to make it work again...
SOLUTION:
1. Open World of Warcraft\Interface\AddOns\Prat-3.0\modules directory
2. Edit CopyChat.lua file in notepad/editplus etc.
3. Goto line 315
4. Replace
local dropdownFrame = _G[UIDROPDOWNMENU_INIT_MENU]
I have two requests, which I hope aren't too tricky!
The first regards chatlinks: half our guild uses prat, half uses chatter. Chatter can see prat's chatlinks properly, but prat can't decode chatter's. Any chance of that being fixed?
Also regarding chatlinks: it'd be really sexy to be able to get popups from mousing over chatlinks, rather than having to click on them. Pretty please :)
I have two requests, which I hope aren't too tricky!
The first regards chatlinks: half our guild uses prat, half uses chatter. Chatter can see prat's chatlinks properly, but prat can't decode chatter's. Any chance of that being fixed?
Also regarding chatlinks: it'd be really sexy to be able to get popups from mousing over chatlinks, rather than having to click on them. Pretty please :)
1) Can you provide an example of a link prat cant decode? I'm assuming it looks like {CLINK: (whatever)}
Another thing is to test with the ChatLink addon by yrys. This is the addon which Prat tries to remain compatible with. Its also the one Chatter tries to remain compatible with.
sylvanaar: FYI, I figured out the cause of the issue I reported a while back regarding issues with clicking on the combat log chat tab while in combat. It seems it was due to the fact that I had AutoBar docked to the chat frame. I've notified AutoBar's author.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
In \..\Prat\addon\options.lua, line 323. Change:
to:
Author made a typo in the capitalization of global "L".
Also, tried to download 203 and 204, Error 404 is coming up at the moment.
Do this to fix class coloring.
I'll have a debug stack later tonight, prolly show up on the WIM Ticket system too
Playernames
Anywho... I downloaded the most recent version of Prat and I'm still getting an error when I right click on a character's name and select Copy Text, I get: Interface\AddOns\Prat-3.0\modules\CopyChat.lua:317: attempt to index local 'dropdownFrame' (a nil value)
Halp me out buddy! :D
Hey buddy, how ya been. Yeah, Im aware of the error, I just havent had a chance to look at it.
/join syl
/csay syl Test
/join general
/csay general Test
this also lets you use the alias module to better remap your chat commands.
you can now say /alias /1 /csay general
and no matter what channel #1 is for you, /1 will always refer to the general channel.
or /alias /gen /csay general
then use /gen to refere to general.
Oh ok thx :D Just chillin, as you might've predicted Naxx makes me want to barf now :p But anywho.. not the place for socializing I guess! Nice to see you're still around and this addon too! I'm on the Arthas server if you're ever THAT bored, same char name, good work!
tks a lot
ant tks again for your work
I was getting the same error, I found out how to make it work again...
SOLUTION:
1. Open World of Warcraft\Interface\AddOns\Prat-3.0\modules directory
2. Edit CopyChat.lua file in notepad/editplus etc.
3. Goto line 315
4. Replace
local dropdownFrame = _G[UIDROPDOWNMENU_INIT_MENU]
with
local dropdownFrame = UIDROPDOWNMENU_INIT_MENU
5. Save file
6. /reloadui or restart game
The first regards chatlinks: half our guild uses prat, half uses chatter. Chatter can see prat's chatlinks properly, but prat can't decode chatter's. Any chance of that being fixed?
Also regarding chatlinks: it'd be really sexy to be able to get popups from mousing over chatlinks, rather than having to click on them. Pretty please :)
That worked thank you!!!
Thanks. I'll make the fix
1) Can you provide an example of a link prat cant decode? I'm assuming it looks like {CLINK: (whatever)}
Another thing is to test with the ChatLink addon by yrys. This is the addon which Prat tries to remain compatible with. Its also the one Chatter tries to remain compatible with.
http://wow.curse.com/downloads/wow-addons/details/chat-link.aspx
2) I may add them, i like them too.