WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Help (https://www.wowinterface.com/forums/showthread.php?t=38327)

4521312 01-11-11 10:22 AM

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.

Ailae 01-11-11 10:55 AM

Take a peek at NonstickyWhispers.

http://www.wowinterface.com/download...yWhispers.html

4521312 01-11-11 02:47 PM

Thank you, that seems to do the trick quite well!


All times are GMT -6. The time now is 05:12 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI