Go to Page... |
Updated: | 07-29-18 04:26 AM |
Created: | unknown |
Downloads: | 156,113 |
Favorites: | 751 |
MD5: |
I am no longer developing or maintaining World of Warcraft addons. I haven't played in years, and don't have the time or interest to continue working on addons for a game I don't play anymore. If you are an addon author interested in continuing one of my addons, please see https://phanx.net/addons/. If you are an addon user, sorry, but there won't be any more fixes or updates from me. |
(*) As of Patch 5.4 using Up/Down to access previously entered chat lines without the Alt key is limited to non-secure commands only. If you need to access previously entered secure commands (like /cast or /use) you will still need to hold the Alt key.Options & Commands
(**) If a channel is sticky, then after talking in that channel, the chat input box will open to the same chat type again, rather than making you type /g or /ra again.
Some additional options, such as customizing which channels are made sticky and what abbreviations are used for channel names, are available by editing the Core.lua file in a plain-text editor such as Notepad. If you break something, download a fresh copy and try again.Language Support
Please DO NOT send me PMs asking for help, reporting bugs, or requesting features. To report a bug or suggest a feature, see the instructions below. To get help, post a comment. I read and respond to every ticket and comment!
Works in all languages. Translated into English, Deutsch, Espańol, Français, Portuguęs, Русский, 한국어, 简体中文, and 繁體中文 (partial). Add or update translations for any locale on CurseForge!Feedback
Post a ticket or comment. If you are reporting a bug, please include directions I can follow to reproduce the bug, whether it still happens when all other addons are disabled, and the exact text of the related error message (if any) from Bugger.
The following features will never be added to PhanxChat, and requests for them will be deleted, so please just don't bother posting such requests:
Comment Options |
06-29-21, 05:03 PM | |
|
Hi, anyone got this working on 9.1 ?
|
|
rassa |
View Public Profile |
Send a private message to rassa |
Find More Posts by rassa |
Add rassa to Your Buddy List |
11-01-20, 04:38 AM | |||
|
|
||
|
rassa |
View Public Profile |
Send a private message to rassa |
Find More Posts by rassa |
Add rassa to Your Buddy List |
10-22-20, 01:07 PM | ||
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
Open modules/replacerealnames.lua and comment out line 33. Alternatively just replace the file with this one: https://mega.nz/file/pho1lABL#Uz4c5j...UaqRCv3oXhvwsY The settings menu won't work (and I'm not sure how to fix that, don't really have any LUA coding skills) but the chat at least works and I suppose that's all that matters haha. |
|
|
Razorfold |
View Public Profile |
Send a private message to Razorfold |
Find More Posts by Razorfold |
Add Razorfold to Your Buddy List |
10-14-20, 10:49 AM | |
|
Hey, any chance of an update for patch 9.0 ? thanks in advance!
|
|
rassa |
View Public Profile |
Send a private message to rassa |
Find More Posts by rassa |
Add rassa to Your Buddy List |
dzn1949 |
View Public Profile |
Send a private message to dzn1949 |
Find More Posts by dzn1949 |
Add dzn1949 to Your Buddy List |
10-01-19, 06:00 PM | ||
|
|
|
|
rassa |
View Public Profile |
Send a private message to rassa |
Find More Posts by rassa |
Add rassa to Your Buddy List |
09-24-19, 04:19 PM | |
A Defias Bandit
Forum posts: 3
File comments: 105
Uploads: 0
|
Lastest patch broke the addon.
|
|
DreamsUnderStars |
View Public Profile |
Send a private message to DreamsUnderStars |
Find More Posts by DreamsUnderStars |
Add DreamsUnderStars to Your Buddy List |
luocheng610 |
View Public Profile |
Send a private message to luocheng610 |
Find More Posts by luocheng610 |
Add luocheng610 to Your Buddy List |
Spiderkeg |
View Public Profile |
Send a private message to Spiderkeg |
Find More Posts by Spiderkeg |
Add Spiderkeg to Your Buddy List |
Aurriura |
View Public Profile |
Send a private message to Aurriura |
Find More Posts by Aurriura |
Add Aurriura to Your Buddy List |
08-18-18, 02:57 PM | |
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Problem with btag whispers
I have a pretty annoying issue with PhanxChat at the moment. Whenever I whisper somebody on my btag, their names always appear as "Unknown". It happens with every single person I whisper from btag. Whispering characters in game doesn't have this effect. I have attached a picture for help
|
|
Fluffymagicman |
View Public Profile |
Send a private message to Fluffymagicman |
Find More Posts by Fluffymagicman |
Add Fluffymagicman to Your Buddy List |
08-17-18, 03:07 AM | |
A Murloc Raider
Forum posts: 7
File comments: 1
Uploads: 0
|
There seems to be one small LUA error in Phanxchat that pops up when I load the game:
Code:
x1 PhanxChat\Core.lua:185: bad argument #1 to 'strmatch' (string expected, got nil) Stack: [C] ? PhanxChat\Core.lua:185: in function <PhanxChat\Core.lua:181> [C] in function 'ChatEdit_UpdateHeader' FrameXML\ChatFrame.lua:2960: in function 'ChatFrame_ConfigEventHandler' FrameXML\ChatFrame.lua:2892: in function 'ChatFrame_OnEvent' [string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1> Time: 2018/08/17 10:17:49 Index: 1/3 RealUI Version: 2.0.4 Locals: (*temporary) = nil (*temporary) = "%[(%d+)%. ?([^%s:%-%]]+)[^%]]*%](.*)" (*temporary) = "string expected, got nil" |
|
Jethz |
View Public Profile |
Send a private message to Jethz |
Find More Posts by Jethz |
Add Jethz to Your Buddy List |
07-30-18, 09:39 PM | |
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
Thanks for the update, Phanx!
I noticed the new voice chat buttons added in BFA aren't being hidden, pretty simple fix though. Highlighted in red below is what I added to the HideButtons.lua module. Code:
if self.db.HideButtons then ChatFrameChannelButton:SetScript("OnShow", ChatFrameChannelButton.Hide) ChatFrameChannelButton:Hide() ChatFrameMenuButton:SetScript("OnShow", ChatFrameMenuButton.Hide) ChatFrameMenuButton:Hide() QuickJoinToastButton:SetScript("OnShow", QuickJoinToastButton.Hide) QuickJoinToastButton:Hide() ChatFrameToggleVoiceDeafenButton:SetScript("OnShow", ChatFrameToggleVoiceDeafenButton.Hide) ChatFrameToggleVoiceDeafenButton:Hide() ChatFrameToggleVoiceMuteButton:SetScript("OnShow", ChatFrameToggleVoiceMuteButton.Hide) ChatFrameToggleVoiceMuteButton:Hide() elseif not self.isLoading then ChatFrameChannelButton:SetScript("OnShow", nil) ChatFrameChannelButton:Show() ChatFrameMenuButton:SetScript("OnShow", nil) ChatFrameMenuButton:Show() QuickJoinToastButton:SetScript("OnShow", nil) QuickJoinToastButton:Show() ChatFrameToggleVoiceDeafenButton:SetScript("OnShow", nil) ChatFrameToggleVoiceDeafenButton:Show() ChatFrameToggleVoiceMuteButton:SetScript("OnShow", nil) ChatFrameToggleVoiceMuteButton:Show() end Also, not sure if you're aware but Blizzard added ability to enable class colors in chat through a CVar in BFA, might make your life a little easier. chatClassColorOverride "0" -- turn on class colors chatClassColorOverride "1" -- turn off class colors I noticed most names were class colored for me even without the option enabled in the Phanx Chat settings, but it didn't seem to be working for whispers until I enabled the option.
Last edited by Zonk_ : 07-30-18 at 09:41 PM.
|
|
Zonk_ |
View Public Profile |
Send a private message to Zonk_ |
Find More Posts by Zonk_ |
Add Zonk_ to Your Buddy List |
07-29-18, 12:30 PM | |
A Defias Bandit
Forum posts: 2
File comments: 34
Uploads: 0
|
nice job!
|
|
dzn1949 |
View Public Profile |
Send a private message to dzn1949 |
Find More Posts by dzn1949 |
Add dzn1949 to Your Buddy List |
07-29-18, 09:29 AM | |
|
Version 8.0.0.1
Version 8.0.0.0
__________________
Retired author of too many addons. Message me if you're interested in taking over one of my addons. Dont message me about addon bugs or programming questions. |
|
Phanx |
View Public Profile |
Send a private message to Phanx |
Find More Posts by Phanx |
Add Phanx to Your Buddy List |