Thread Tools Display Modes
01-11-11, 10:22 AM   #1
4521312
A Murloc Raider
Join Date: Jan 2011
Posts: 4
Help

Hello,

This is my first post here, seeking help with a small utility script/addon.

What I want it to do:
(sticky channel is when your chat box remembers the last type of channel you had active, like when it stays on Guildchat when you press enter after doing /g)
I want to make all channels but Say, Party, Raid and Guild channels non-sticky.

I think what I need to use is ChatTypeInfo["CHANNEL"].sticky = 0, running this with /script ingame works for anything but real id whisper/conversation.

So I need to create something like:

RegisterEvent("PLAYER_ENTERING_WORLD")
On the event player enters world, run
ChatTypeInfo["WHISPERS"].sticky = 0
ChatTypeInfo["1"].sticky = 0
ChatTypeInfo["2"].sticky = 0

etc.

My actual question is this:

What is the name of the Real ID channel, I'm assuming it's a channel like whisper is, so I can make it non-sticky, but I can't figure out it's name for this.

Thank you for your time,
Asriel.
  Reply With Quote
01-11-11, 10:55 AM   #2
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 318
Take a peek at NonstickyWhispers.

http://www.wowinterface.com/download...yWhispers.html
__________________
Oh, the simulated horror!
  Reply With Quote
01-11-11, 02:47 PM   #3
4521312
A Murloc Raider
Join Date: Jan 2011
Posts: 4
Thank you, that seems to do the trick quite well!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Help

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off